The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Hello, is there a way to use traditional embed object instead of iframe for users to embed videos from my site in their blogs?
Offline
Yes, this is possible, but you will have to create it:
<object id="flowplayer" width="DESIRED-WIDTH-HERE" height="DESIRED-HEIGHT-HERE" data="DOMAIN/misc/flowplayer/flowplayer-VERSION.swf" type="application/x-shockwave-flash">
<param name="movie" value="DOMAIN/misc/flowplayer-VERSION.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowScriptAccess" value="always">
<param name="flashvars" value="config=DOMAIN/modules/video/player/config_embed.php?id=VIDEO-ID-HERE" />
<embed type="application/x-shockwave-flash" width="DESIRED-WIDTH-HERE" height="DESIRED-HEIGHT-HERE" src="DOMAIN/misc/flowplayer/flowplayer-VERSION.swf" flashvars="config=DOMAIN/modules/video/player/config_embed.php?id=VIDEO-ID-HERE"
allowScriptAccess="always" />
</object>
Please note that player ads are not available via object/embed method.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1