SysChat

SysChat (http://www.syschat.com/forum.php)
-   Sound and Video (http://www.syschat.com/hardware-tech-support/sound-and-video/)
-   -   Embedding Video On my Websites? (http://www.syschat.com/embedding-video-on-my-websites-3731.html)

breeze1961 07-28-2008 05:53 AM

Embedding Video On my Websites?
 
I am having a problem embedding video on my websites. I have uploaded the vid on my FTP Client but can not embed on my site. I can embed using separate a server (Photobucket) and do it in HTML(WYSIWYG), but it will not loop and replay. What is the HTML code for "replay" or "LOOP". I am using frontpage as my site build software and I know it is obsolete now, but still works for everything I do. I am familiar with HTML and can edit my HTML markup properties quite easily. Is there a simple free flash conversion software out there? I have tried GIMP and I do have Macrmedia installed, but they seem alittle complicated for this old man ....LOL Any help would be appreciated.

TY

lurkswithin 07-28-2008 11:06 AM

You will need to get in contact with your site host to get the answer that you are seeking as it is dependent upon what software they are using or allowing to be used...for instance some websites maintain that a separate video host be used to cut down on their server storage.

squirrelnmoose 07-29-2008 01:42 PM

If you are using Windows Media Player for the embeded video it should look something like this.

<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="false" autostart="false" width="320" height="240" loop="false" src="MyVideo.wmv" />

Change, or add the loop attribute to loop="true"


Here's a good article about the issues and solutions of embedding different types of video.
A List Apart: Articles: Bye Bye Embed


All times are GMT -4. The time now is 07:26 PM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54