PARAM tags missing - Inserting FLASH

Last post 08-24-2009, 9:47 AM by andy_edz. 2 replies.
Sort Posts: Previous Next
  •  08-17-2009, 6:22 AM 54734

    PARAM tags missing - Inserting FLASH

    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://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://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>
     
     
     
  •  08-19-2009, 8:14 AM 54805 in reply to 54734

    Re: PARAM tags missing - Inserting FLASH

    I cannot reproduce this issue in the following example?
     
     
    Can you try it and get back to me?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-24-2009, 9:47 AM 54968 in reply to 54734

    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 as RSS news feed in XML