Re: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-09 Thread Tom Chiverton
On Friday 09 Mar 2007, Bjorn Schultheiss wrote: Absolute.. I'm stumped. Have you stuck Wireshark on the client PC and looked at what requests are made ? -- Tom Chiverton Helping to ambassadorially engineer real-time portals On: http://thefalken.livejournal.com

RE: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-09 Thread Alex Harui
@yahoogroups.com Subject: Re: [flexcoders] Loading Remote SWF Assets in FireFox Absolute.. I'm stumped. Does loader somehow eval the url before making the request. I've noticed for example with FileReference.upload if the servlet destination is a 404 an upload attempt is never made. Is there something

RE: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Alex Harui
Do you get an exception? What kind of SWF (player 9, as code, or just graphics, etc)? -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, March 08, 2007 4:40 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
A, No exceptions, Flash 8 Swfs, The image assets are basically graphics (jpeg etc) with a swf wrapper, but we are also loading swf assets via SWFLoader with graphics and code ( think banner ads ). Both are showing the same behaviour, that is working in IE and not Firefox. thanks, Bjorn

RE: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, March 08, 2007 5:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Loading Remote SWF Assets in FireFox A, No exceptions, Flash 8 Swfs, The image assets are basically graphics (jpeg

Re: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
there, but is the wrong size. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, March 08, 2007 5:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Loading Remote SWF Assets in FireFox A, No exceptions, Flash 8 Swfs, The image

RE: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Loading Remote SWF Assets in FireFox The path is correct, registered for progress and complete but no events are fired. Viewing the url in loadContent through a browser shows the asset. We use serviceCapture and this also shows no attempt

Re: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
, March 08, 2007 6:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Loading Remote SWF Assets in FireFox The path is correct, registered for progress and complete but no events are fired. Viewing the url in loadContent through a browser shows the asset. We use serviceCapture