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