The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> adding video?
xxkasperxx
post May 17 2011, 04:59 PM
Post #1


Serious Coder
*****

Group: Members
Posts: 261
Joined: 30-April 11
Member No.: 14,449



i have a donate page, and want to add i video, is there anyway to do that without uploading to youtube? and if so what is the code?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 17 2011, 06:34 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Upload it to your own server.
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
xxkasperxx
post May 17 2011, 09:01 PM
Post #3


Serious Coder
*****

Group: Members
Posts: 261
Joined: 30-April 11
Member No.: 14,449



here is my video code, the player pops up, but the video wont..

CODE
<video width="320" height="240" controls>
  <source src='videos/[removed per request from xxkasperxx].avi' type='video/avi' />
  <source src='videos/[removed per request from xxkasperxx].mpg' type='video/mpg;' />
  <source src='videos/[removed per request from xxkasperxx].ogg' type='video/ovg; codecs="theora, vorbis"' />
<object id="flowplayer" data="flowplayer-3.2.2.swf" type="application/x-shockwave-flash" width="320" height="240" >
    <param name="movie" value="flowplayer-3.2.2.swf">
    <param name="allowfullscreen" value="true">
    <param name="flashvars" value="config={'clip':{'url':'videos/[removed per request from xxkasperxx].mpg','autoPlay':false}}">
</object>
</video>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post May 18 2011, 01:30 AM
Post #4


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



That's HTML5 coding. Go see http://diveintohtml5.com/video.html and http://camendesign.com/code/video_for_everybody .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 05:18 PM