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 so

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-08 Thread Bjorn Schultheiss
: Thursday, 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 serviceC

RE: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Alex Harui
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 and this also shows no attem

Re: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
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
__ 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 assets ar

Re: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
@yahoogroups.com Subject: [flexcoders] Loading Remote SWF Assets in FireFox Hi, Are there any known issues with displaying Remote swf assets in your flex 2 app (container) in Firefox? I'm loading swf assets from a remote location via mx:SWFLoader and mx:Image. I have set the ContextL

RE: [flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Alex Harui
Subject: [flexcoders] Loading Remote SWF Assets in FireFox Hi, Are there any known issues with displaying Remote swf assets in your flex 2 app (container) in Firefox? I'm loading swf assets from a remote location via mx:SWFLoader and mx:Image. I have set the ContextLoader ob

[flexcoders] Loading Remote SWF Assets in FireFox

2007-03-08 Thread Bjorn Schultheiss
Hi, Are there any known issues with displaying Remote swf assets in your flex 2 app (container) in Firefox? I'm loading swf assets from a remote location via mx:SWFLoader and mx:Image. I have set the ContextLoader objects, Security.loadPolicyFile (crossdomainurl) when the app inits, every se