I'd like to show the Embed screen when I pause the video. Is this possible.
And can anyone add a embed link to the Bekle Skin?
Thanks so much
I'd like to show the Embed screen when I pause the video. Is this possible.
And can anyone add a embed link to the Bekle Skin?
Thanks so much
Hi Juaron
Any idea why when I add the embed button to my skin, the button does not function?
It is as though there is no hit area
did you put your clip into the controlbar, and is it called embedButton?
also, are you sure the plugin is being loaded?
have the same problem as Barnaby. i've included the plugin in the config file (<plugins>embed-1</plugins>) and i'm using this method to declare the embed code:
var embedCode = escape('<embed src="http://www.somedomain.com/player.swf" width="470" height="320" bgcolor="000000" allowfullscreen="true" allowscriptaccess="always" flashvars="config=http://www.somedomain.com/config.xml"></embed>');
s1.addParam("flashvars",'file=video.flv&plugins=embed-1&skin=embedSkin.swf&embed.code='+embedCode);
i also use my own skin and i copied the embed button from your source to my skin file into the controlbar and the instance name is indeed embedButton.
but it doesn't work. the button appears in the controlbar but it doesn't function. i also tried not declaring the embed code which should prevent the button appearing but it was still there... so it seems that the plugin is not loaded at all... why not?
UPDATE:
i tried <embed.show_window_after_complete>true</embed.show_window_after_complete>
and the embed window did show, so the plugin is loading. however the embed window was with default styling and not from my skin, so the problem must be with my skin.
any ideas of what the issue is, coz im sure im doing everuthing right
Please post a link to a page demonstrating the error.
@ Zachary Ozer: here is a link demonstrating the problem. details: using bekle skin, button has been included in fla and is named as documentation of the Embed plugin requires. the plugin is working - you can prove this by scrubbing to end of video and watch it appear at end of video. it's like button handlers are not getting created even though plugin is active.
this is what i have in my "config.xml"
<plugins>embed-1</plugins>
<embed.code><embed src="http://www.sethstyle.com/tqs/supportplayer.swf" width="470" height="320" bgcolor="000000" allowfullscreen="true" allowscriptaccess="always" flashvars="config=config.xml"></embed></embed.code>
<embed.show_window_after_complete>true</embed.show_window_after_complete>and this is what the button instance name is when publishing swf:
embedButton
any help would be great.
Perhaps I've misunderstood, but are you trying to skin the embed plugin? This isn't possible without recompiling the plugin.
Hi Robbie, I'm the developer of the Embed plugin. Currently it is not possible to show the embed screen when pausing the video. The only way to add the embed link to the bekle skin is bij modfifying the fla-file of the skin itself. How to do this is described in the documentation of the Embed plugin.