• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Need help (Pretty Please)

rilleman

New Member
Joined
Feb 14, 2010
Messages
269
Reaction score
0
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="src" value="http://videofyme.resources.s3.amazonaws.com/player.swf?videoId=74919" />
<param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://videofyme.resources.s3.amazonaws.com/player.swf?videoId=74919" allowfullscreen="true"></embed>
</object>

I want this to "AUTO PLAY" when someone enter the website, how do I make that?
(Its not a Youtube video)


rep++ for any help!
 
I googled some, not sure if this will work but you could give it a try:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="src" value="http://videofyme.resources.s3.amazonaws.com/player.swf?videoId=74919&autoplay=true" />
<param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://videofyme.resources.s3.amazonaws.com/player.swf?videoId=74919&autoplay=true" allowfullscreen="true"></embed>
</object>
 
Back
Top