• Hi all,

    If I just enter this code into html widget:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="275" height="39">
    <param name="movie" value="flashvortex.swf" />
    <param name="quality" value="best" />
    <param name="menu" value="true" />
    <param name="allowScriptAccess" value="sameDomain" />
    <embed src="flashvortex.swf" quality="best" menu="true" width="275" height="39" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain" />
    </object>

    it goes outside the widget ie. http://i.imgur.com/tVPW8GQ.png
    How can I wrap it using iframe just like the another code just below it?

    I’ve tried using <iframe> instead of </object> but it does not work.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Help me wrap flash inside widget using iframe!’ is closed to new replies.