• 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!

SWF embed to AUTOPLAY

rilleman

New Member
Joined
Feb 14, 2010
Messages
269
Reaction score
0
HTML:
<object width="424" height="372"><param name="movie" value="http://videofyme.resources.s3.amazonaws.com/player.swf?videoId=74919"></param><param name="allowfullscreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://videofyme.resources.s3.amazonaws.com/player.swf?videoId=74919" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="424" height="372"></embed></object>

I want this to AUTOPLAY when someone enters my website, how do I make that?
rep++ for any help!

(code)
Code:
<object width="424" height="372"><param name="movie" value="http://videofyme.resources.s3.amazonaws.com/player.swf?videoId=74919"></param><param name="allowfullscreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://videofyme.resources.s3.amazonaws.com/player.swf?videoId=74919" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="424" height="372"></embed></object>
 
Back
Top