flash - How to replace one iframe with another -
so have html wrapper flash cs5.5, swf file isn't showing video skin in php unless utilize iframe. problem having utilize similar outcome this
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="980" height="380" id="g-max_banner" align="middle"> <param name="movie" value="im/stuff/vid.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <param name="play" value="true" /> <param name="loop" value="true" /> <param name="wmode" value="window" /> <param name="scale" value="showall" /> <param name="menu" value="true" /> <param name="devicefont" value="false" /> <param name="salign" value="" /> <param name="allowscriptaccess" value="samedomain" /> <!--[if !ie]>--> <object type="application/x-shockwave-flash" data="im/stuff/vid.swf" width="980" height="380"> <param name="movie" value="im/stuff/vid.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <param name="play" value="true" /> <param name="loop" value="true" /> <param name="wmode" value="window" /> <param name="scale" value="showall" /> <param name="menu" value="true" /> <param name="devicefont" value="false" /> <param name="salign" value="" /> <param name="allowscriptaccess" value="samedomain" /> <!--<![endif]--> <iframe width="980" height="380" src="http://www.youtube.com/embed/videoseries?list=plllcnimncmn_4dr6tzqctvfy7qo51vj8a"></iframe> <!--[if !ie]>--> </object> <!--<![endif]--> </object>
so when doesn't have flash pulls youtube playlist instead. there way can using iframe since video skin embedded in swf doesn't show on webpage using above code? have tested basic iframe phone call , skin shows up, know works fine. help!
nevermind, fixed it. can utilize html wrapper in php flash creates. need set skin file in root folder on website host configuration file is.
iframe flash
No comments:
Post a Comment