Re: [Flashcoders] Weird movie corruption

2006-11-14 Thread John VanHorn
ive found that when i use ExternalInterface to call a JS alert, that my movie will often hang. I get the JS alert like i should, no JS errorsit just locks up the swf. without having the time to dig deeper, i found a quick fix, and called the alert with a setTimeout, like this: ExternalInterf

Re: [Flashcoders] Weird movie corruption

2006-11-14 Thread Seb L
A couple of things to try... I've recently been getting VERY unpredictable results with JS/AS communication and I realised that security settings seem to be a bit weird... so the first thing to try is uploading it to a web server and see if it still happens there. Secondly, I would delete all th

[Flashcoders] Weird movie corruption

2006-11-14 Thread Chris Akins
Greetings, all. I've been working on an interactive quiz for a while now, and it's working correctly, except that some parts of it break after making a call to any JavaScript function. I've been trying fruitlessly to debug this for a small eternity now, and I've finally run out of ideas. Could som