does it work differently locally vs when uploaded to the server?

.m

On Thu, May 27, 2010 at 10:43 AM, John Singleton
<[email protected]> wrote:
> Hi;
> I have this code:
>
>        function completePreloader()
>        {
>            navigateToURL(new URLRequest('index.py'));
>            trace('yep');
>        }
>
> that is triggered after all the assets have loaded in the preloader. It 
> prints the trace. But it doesn't surf to the URL. It just sits there. Also, 
> when I run the other code that works, which is basically identical, it prints 
> this error:
>
> Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
>
> because it can't surf to that relative URL. But my new *.as file doesn't 
> print that error. Why?
> TIA,
> John
>
>
>
>
>
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to