GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   HTML question (https://gfy.com/showthread.php?t=433480)

Anna_O 02-18-2005 08:56 AM

HTML question
 
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 :)

Anna_O 02-18-2005 09:04 AM

Should have posted (PIC) in the title :winkwink:

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.

mortenb 02-18-2005 09:07 AM

Can't you just use an OnLoad="" in the body tag and start the flash animation with some javascript call?

Crypt 02-18-2005 09:09 AM

Iframe in the cell and a javascript with a timer

Anna_O 02-18-2005 09:24 AM

Comercial break pic :)

http://www.that70sshow.com/images/ga.../s4_mkunis.jpg

Quote:

Iframe in the cell and a javascript with a timer
Problem is that if I set a timer it won't considerate different conection speeds...

Quote:

Can't you just use an OnLoad="" in the body tag and start the flash animation with some javascript call?
This sounds interesting... Any more info on how to do this?

Anna_O 02-18-2005 09:34 AM

A pic of Donna too :)

http://www.that70sshow.com/images/ga...s4_lprepon.jpg

mortenb 02-18-2005 09:52 AM

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

Code:

<script languae="Javascript">
<!--

function runflash() {
  document.getElementById("movie_id").Play();
}

// -->
</script>

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.

Anna_O 02-18-2005 10:23 AM

Thanks, will try this :)


All times are GMT -7. The time now is 06:37 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123