[Plugin: pb-embedFlash] v1.5.1 Shadowbox mode, NO parameters show in XHTML with p={NAME;VALUE} !
-
Hi Pascal,
Thanks for your great plug-in developed, it’s a fantastic work!
My problem: I can’t get the full screen to work with an embed FLV inside an shadowbox overlay. It is not working as it should be.
You can check it at this link:Here the test link:
Click hereI 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 page, it seems NO parameters <param/> shows to allow the full screen as it should by default like
<param value="true" name="allowfullscreen"/>
:My XHTML page content:
<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 below even if I add
p={allowfullscreen;true}
:<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 the tag p={} doesn’t show in the posted XHTML as
<param value="true" name="allowfullscreen"/>
?-WP loaded Plugin or interference?
-Version compatibility?
-Many load of FLV by different plug-ins?
-Syntax coding error?Thanks a lot for help, I’m desperate tried for many days..
- The topic ‘[Plugin: pb-embedFlash] v1.5.1 Shadowbox mode, NO parameters show in XHTML with p={NAME;VALUE} !’ is closed to new replies.