[Plugin: pb-embedFlash] New v1.5.1
-
Hi Pascal,
Thanks for your great plugin developpement, it’s a fantastic work!
My problem: I can’t get the fullscreen to work with an embed FLV inside an shadowbox overlay. you can check it at this link:
I use:
Wp v2.7
pb-embedflash 2.5.1Here my code:
[flash https://www.liberation3d.com/content/videos/age-des-glace.flv mode=3 p={allowfullscreen;true}]
I check my XHTML on preview, it seems no paramters
<param/>
shows:<div id=”shadowbox_body_inner” style=”height: 395px; display: block;”>
`<object id=”shadowbox_content” height=”395″ width=”502″ data=”https://www.liberation3d.com/wp-content/plugins/pb-embedflash/swf/mediaplayer.swf?width=500&height=395&file=https://www.liberation3d.com/content/videos/age-des-glace.flv&searchbar=false&transition=fade&thumbsinplaylist=true” type=”application/x-shockwave-flash” name=”shadowbox_content”>
<param value=”https://www.liberation3d.com/wp-content/plugins/pb-embedflash/swf/mediaplayer.swf?width=500&height=395&file=https://www.liberation3d.com/content/videos/age-des-glace.flv&searchbar=false&transition=fade&thumbsinplaylist=true” name=”movie”/>
</object>`
I can’t have any <param> show in the XHTML like it should be:
<object id=”shadowbox_content” height=”470″ width=”600″ data=”flvplayer.swf” type=”application/x-shockwave-flash” name=”shadowbox_content”>
<param value=”flvplayer.swf” name=”movie”/>
<param value=”file=https://file.flv” name=”flashvars”/>
<param value=”true” name=”allowfullscreen”/></object>
Any ideas why p={} doesn’t show in the posted
XHTML
?Thanks a lot for help, I tried for many days.
- The topic ‘[Plugin: pb-embedFlash] New v1.5.1’ is closed to new replies.