Ive created a swf file with Xcelsius. How can I check when it s is fully loaded?
I tried jquery
$(document).ready(function() {
alert("document ready occurred!");
});
$(window).load(function() {
alert("window load occurred!");
});
but i get the alert before the swf is ready
Any javascript alternative?
Thanks for your help!
Its seems you can´t actually check when its fully loaded. But if you want to do something after it´s loaded you can use a function in javascript with setInternval and just pass the attribute until the movie gets it