Re: PARAM tags missing - Inserting FLASH

  •  08-24-2009, 9:47 AM

    Re: PARAM tags missing - Inserting FLASH

    ussu36:
    using version 6.3. Whenever I try to insert a flash file within a DIV or TD, the editor does not add the PARAM tags and switching to preview mode does not load movie and switching back to design mode also stops showing the movie. However if I try to insert the same flash file outside any table/td/div the param tags are inserted properly and the flash animation works fine in both preview and design mode.
     
    Why is this and how can I fix it?
     
    Within a cell/div
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="280" height="220" xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
    <embed src="http://www.cutesoft.net/forum_uploads2/event-test.swf" width="280" height="220" quality="high" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"   ></embed>
    </object>
     
    Outside any cell/table/div
     
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="280" height="220" xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
    <param name="Movie" value="/forum_uploads2/event-test.swf"    />
    <param name="Quality" value="high"   />
    <param name="wmode" value="transparent"   /><
    embed src="http://www.cutesoft.net/forum_uploads2/event-test.swf" width="280" height="220" quality="high" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"   ></embed>
    </object>
     
     
     
     
    I am also having the same issue. The param tags get inserted fine in mozilla but when I try to inset flash in IE7 they are missing. Can you let me know if you got any solution for this.
     
    Thanks,
     
     
    Filed under: , , ,
View Complete Thread