Adult Script Pro Community Forums

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.

#1 2013-08-03 05:32:15

huertcarl
Member
Registered: 2013-05-01
Posts: 4

Use Embed Object Instead of Iframe

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

#2 2013-08-03 07:28:49

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Use Embed Object Instead of Iframe

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

Board footer

Powered by FluxBB