
ajwaka
New User
Sep 16, 2004, 7:45 AM
Post #1 of 2
(3333 views)
Shortcut
|
|
Flash not viewed in Netscape
|
Can't Post
|
|
Hello, like most stupid questions, I am new to v3. I'm trying to insert a flash image. It will show when the page is viewed in IE but not in Netscape. The code is changed from what I originally entered in the text mode. For instance, I input <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="572" height="120"> <param name="movie" value="Flash3.swf"> <param name="quality" value="high"> <embed src="Flash3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="572" height="120"></embed> </object> This is how I've always used flash with no real problems. But this editor will change the above to: <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="120" width="572" align="middle" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param value="15134" name="_cx" /> <param value="3175" name="_cy" /> <param name="FlashVars" /> <param value="KelleyHomePageFlash3.swf" name="Movie" /> <param value="KelleyHomePageFlash3.swf" name="Src" /> <param value="Window" name="WMode" /> <param value="-1" name="Play" /> <param value="0" name="Loop" /> <param value="High" name="Quality" /> <param name="SAlign" /> <param value="-1" name="Menu" /> <param name="Base" /> <param value="always" name="AllowScriptAccess" /> <param value="ShowAll" name="Scale" /> <param value="0" name="DeviceFont" /> <param value="0" name="EmbedMovie" /> <param name="BGColor" /> <param name="SWRemote" /> <param name="MovieData" /> <param value="1" name="SeamlessTabbing" /> </object> So, the <embed> tag is completely removed.......... and now that I'm posting I'm remembering about adding the embed in the function to close tags and what not..... DOH!!! Ok, I will try, and believe that's my problem.... but I'm leaving now for a bit. If you read this and know of a different solution, please let me know. Thanks much, Head-n-wrong-end
|