On 10/6/06, Mike Mountain <[EMAIL PROTECTED]> wrote:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_04157

Does this help?

That might have helped, but the problem wasn't with loading the SWF.
It was with the SWF in turn loading the FLV. We had the following
structure:

something.html
/dir/something.swf
/dir/something.flv

The SWF itself was then trying to load the FLV from the same
directory. This worked in flash 8 and in flash 9 for firefox.
Unfortunately, flash 9 for IE apparently told the SWF (somewhere...
not in _url as just proven) it lived in the same folder as the HTML...
not where it was actually being loaded from.

Again, we found a workaround. By making the swf more generic and
passing in a parameter telling it where to find the video, it seems to
work reliably across different plugin versions.

Ammon
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to