I did not post the detect valid swf path stuff btw. that is just a
stupid thing to ask for.

"If you right click in the area which the swf is supposed to appear,
you will see a "flash movie not loaded" message. This behaviour comes
from the Flash player itself, not SWFObject."
It is not. There is no flash at all, meaning when you right click,
it's the usual html drop menu. not flash.

as for 2.1, I have no idea what the issue actually is and that is the
problem. I updated flash to the latest 10.0.12.36, then use this in
html:
- head:
<script type="text/javascript" src="js/swfobject-2.1.js"></script>
<script type="text/javascript">
  var params = {
    quality: 'best',
    wmode: 'transparent'
  };
swfobject.embedSWF("moviename.swf", "flshC", "100%", "100%", "8.0.0",
"expressInstall.swf", {}, params, {id:"flsh",name:"flsh"});
</script>
- body:
<div id="flshC">Alternate Contents</div>

Here's the twist.
Using FF3:
 - JS OFF: Alternate Contents will show up
 - JS ON:
    - Offline (running locally from HD): It shows flash contents
    - Online (accessing web url): The flash contents does not show nor
does the alternate contents, which tells me js was working fine to
overwrite the div tag.

Using IE6, Opera, and Chrome:
 - Flash Contents loads and shows up in online and offline test using
swfobject 2.1

Alpha said he rolled back to 1.5, which is exactly what I did.

And the work around I was talking about, to switch swfobject 1.5 and
2.1 according to flash version, was crap. I tried downgrading flash
and FF3 with 2.1 still doesn't load flash at all. (Not "Movie not
loaded", just nothing.)

I just tried using the 2.1 static. It gets weirder. IE6 and Chrome
shows "Movie Not Loaded", Opera loads just fine to the contents, and
FF3 shows Alternate Contents (not "Movie not loaded").
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to