#1 (permalink)  
Old 07-03-2006, 01:58 AM
Registered User
 
Join Date: Jul 2006
Posts: 2
Red face Posting Video

I am looking for a code so I can post a short 39 second video on myspace. I know basic html but the world of posting videos is unknown. I would use youtube or a similar hosting site but I need the video to have no player controls and to play automatically. Also it should infinately play.


Thank youuuu
Reply With Quote

  #2 (permalink)  
Old 07-04-2006, 12:09 PM
john-formby's Avatar
Registered User
 
Join Date: Nov 2003
Location: Formby, UK
Posts: 239
Offering a video clip with no user controls could seriously irritate your visitors.

Anyway, not sure if this works because I haven't tested it, but give it a go.

Code:
<object id="Player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="320" height="240">
	<param name="url" value="YOUR FILE">
	<param name="autoStart" value="true">
	<param name="uimode" value="none">
	<param name="playcount" value="9999">
	
<embed type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" 
	width="320" height="240"
	src="YOUR FILE"
	showcontrols="0"
	playcount="infinite">
</object>
Just change the two 'YOUR FILE' areas in the code above to the location and name of your file e.g. videos/myvideo.avi

Hope this helps,

John
__________________
Visit http://www.designers-paradise.net/ for hundreds of useful links to web design, programming and graphics resources.

Last edited by john-formby; 07-04-2006 at 12:29 PM.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Embed video question. CatRita Programming and Scripting 3 10-25-2005 07:36 PM
Embedded Video Probelm with Firefox.. code included. What am I missing? ihaveseoul Programming and Scripting 2 10-13-2005 05:47 PM
video files & IE TDA Programming and Scripting 3 03-29-2005 11:58 AM
Content that Responds to the time marker on a RealMedia video svoltmer Programming and Scripting 1 03-15-2005 05:54 PM


All times are GMT -5. The time now is 05:32 PM.

 
Bitrix
Clicky Web Analytics
CloudContacts
Maxtango


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter