Hello, I have an IFrame on my site. The thing is it takes about 5 or so seconds to come up. All I want to do is have a little flash animation come up and when the IFrame is finished loading it just goes over top the flash animation or something like that. Can anyone help me do this? I found something similar but when the IFrame is called it goes to the actual website, and I want the IFrame to stay on my site. Thanks for any help,
You could use javascript, and set the document.onload event to delete the flash video and add the iframe. Although this might not let the video play first, before having it disappear. You'd need some sort of delay, to let the video get done playing, good question! Flash video has some issues with what layer of the document it shows up on, and this can sometimes be changed in Adobe Flash, but that's expensive . Although if you just remove it from the html, then it shouldn't matter. Hope this helps!