Re: [flexcoders] Re: Loader or URLRequest Issues on Mac

2009-02-26 Thread Maciek Sakrejda
As I'm answering my own questions here, I guess I'll just posted my findings :) I just wanted to point out that this is much appreciated. There's way too many forum threads that end with never mind--figured it out, which is not that helpful to the next guy who has the same question (flexcoders is

[flexcoders] Re: Loader or URLRequest Issues on Mac

2009-02-26 Thread lampei
Yeah, I always get annoyed when I'm searching for an answer an then it's just never mind...figured it out. The answer may make you look foolish (if it's something simple), but someone else will probably be grateful for having a quick solution to their problem. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Loader or URLRequest Issues on Mac

2009-02-25 Thread lampei
OK, I've got an update that may help someone troubleshoot what's going on here. I installed FB3 on my wife's Mac and ran the debugger. The error that is returned is Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found. I've tried changing the url to file:/location of file,

[flexcoders] Re: Loader or URLRequest Issues on Mac

2009-02-25 Thread lampei
And pointing directly to a URL (http://...) works correctly also, so it's definitely something weird with the file location, but I'm not sure what. --- In flexcoders@yahoogroups.com, lampei lam...@... wrote: OK, I've got an update that may help someone troubleshoot what's going on here. I

[flexcoders] Re: Loader or URLRequest Issues on Mac

2009-02-25 Thread lampei
As I'm answering my own questions here, I guess I'll just posted my findings :) There appears to be something a little strange with the way it handles the URL on a Mac. By adding 'file:/' in front of the url in new URLRequest (e.g. var request:URLRequest = new URLRequest( 'file:/' + url ); ) it