Is it possible to load a table cell <TD> after the rest of the page is fully loaded? We have a page with a flash animation, but I don't want it to start playing until the whole page is loaded. Thanks for your help
HTML question
Collapse
X
-
HTML question
Tags: None -
Should have posted (PIC) in the title
There is a rerun of "That Seventies Show" starting now. Jackie is damn hot and Donna is not that far behind
Going to watch that and hopefully there is a nice answer here when I get back.
-
Comercial break pic
Problem is that if I set a timer it won't considerate different conection speeds...Iframe in the cell and a javascript with a timer
This sounds interesting... Any more info on how to do this?Can't you just use an OnLoad="" in the body tag and start the flash animation with some javascript call?Comment
-
A pic of Donna too
Comment
-
make the flash file so that it doesn't run automatically..
then put OnLoad="runflash();" in your body tag..
and put this somewhere in your page
Where it says "movie_id" you have to change it to be the same object id as your flash movie has in the html document.Code:<script languae="Javascript"> <!-- function runflash() { document.getElementById("movie_id").Play(); } // --> </script>Comment
-
Thanks, will try this
Comment


Comment