Problems with Insert Flash

  •  04-23-2007, 6:24 PM

    Problems with Insert Flash

    I have problems with insert flash.
     
    Inserting (using the flash button) from the uploads folder, I get the flash video playing properly:
     
     
     
     If I click on HTML to view the code, I see:
     
    <object height="200" width="200" classid="clsid":D27CDB6E-AE6D-11cf-96B8-444553540000 xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
    <embed src="http://cutesoft.net/EduPlexMain/uploads/Flash/Welcome56k.swf" width="200" height="200"  quality="high" wmode="transparent"     type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
        </object>
     
    If I click back to Normal, I see:
     
     
    Basically it looks like a box, no media playing.  The, if I go back to HTML view, I see:
     
    <embed pluginspage="http"://www.macromedia.com/go/getflashplayer src="http://cutesoft.net/EduPlexMain/uploads/Flash/Welcome56k".swf width="200" height="200" type="application/x-shockwave-flash" quality="high" wmode="transparent" /></embed>
     
    Somehow, a bunch of code was deleted.  Naturally, when I go back to Normal, it does not show anything...
     
    That is problem #1.
     
    Problem #2:  If I save the date (I take it from Editor1.XHTML) and restore it (back to Editor1.XHTML), it can't find the file:
     
     
    This shows the Preview view - same as Normal.  If I click on HTML, I see:
     
    <object height="200" width="300" data="data" classid="clsid" :application x-oleobject;base64,IGkzJfkDzxGP0ACqAGhvEzxwPiZuYnNwOzwvcD4='align="right"' :D27CDB6E-AE6D-11cf-96B8-444553540000 xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
    <embed src="http://cutesoft.net/EduPlexMain/uploads/Flash/Welcome56k.swf" width="300" height="200" align="right"  quality="high" wmode="transparent"  type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
        </object>
     
    The code was changed again (I suppose to make it compliant with XHTML) - but the only connection I see to the directory it is looking into for the resource is the data="data" line in the code...
     
    Is this a bug or am I doing something wrong?
     
    Thanks...
     
    P.S. The load speed is improved greatly over 5.3
View Complete Thread