Code help! How do you make myspace videos play automatically?

utvols20

Solid State Member
Messages
18
Here is the code i'm trying to auto-play upon opening my myspace page.

<a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=2002104247">Bow Wow ft. T-Pain-Outta My System</a><br><embed src="http://lads.myspace.com/videos/vplayer.swf" flashvars="m=2002104247&type=video" type="application/x-shockwave-flash" width="430" height="346"></embed><br><a href="http://vids.myspace.com/index.cfm?fuseaction=vids.addToProfileConfirm&videoid=2002104247&title=Bow Wow ft. T-Pain-Outta My System">Add to My Profile</a> | <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.home"> More Videos</a>

would anyone know where to edit the HTML? thanks for all the help!
 
ok, what you do is in the embed, you put a property link this:
Code:
<embed src="http://lads.myspace.com/videos/vplayer.swf" autostart="true" quality="best" style="width: 430px; height: 346px; border-width: 0px;" flashvars="m=2002104247&type=video" type="application/x-shockwave-flash"></embed>
Also, it's important to note that if the flash move itself has a stop(); action on the first frame of the timeline, you can't autostart it(I think).
 
Back
Top Bottom