NameSilo

Hope this in the right place

SpaceshipSpaceship
Watch

ormer

New Member
Impact
0
hi all i am trying to put video to download on my sight but i know it should be simple but i cant get it to work and yes i am pretty new to this
or better yet i would like to put them so people can see them from the sigfht rather then down load them any advice or ideas how i can do this many thanks in advance
ormer
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Embedding video is pretty easy. Just use the following HTML code. (Change the stuff in bold to match what you need.) Description of everything is below.

<EMBED SRC="http://www.link.to/mymovie.mov" WIDTH="200" HEIGHT="100"
AUTOPLAY="TRUE" LOOP=”FALSE” CONTROLLER=”TRUE”></EMBED>


WIDTH and HEIGHT specifies the dimensions of the embedded video in pixel values.
AUTOPLAY, f set to TRUE, the movie plays when the page loads and if set to FALSE, the visitor will need to click the play button.

You can add other attributes too. The only other ones I know of are LOOP and CONTROLLER.
If set to TRUE, LOOP will repeat the movie again after it has finished playing, setting it to FALSE will stop the movie after 1 run. If you don’t specify LOOP then by default the value will be FALSE and the movie will stop after being played.

CONTROLLER displays the controls of the media player. You can be set to TRUE or FALSE, TRUE being to show the controls, FALSE being to hide them.
 
0
•••
If you would like people to download the video, simply place a link on your page to the video and have them right click and "save target as...".

However, what Cooper gave you is entirely valid. Just make sure you make the code all lower case to make it more standards compliant.
 
0
•••
Appraise.net
Spaceship
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back