Originally Posted by ethanhunt
hey guys
could someone help me on how to put a flash file on a friendster profile ?
|
a flash file(animation) frequently used as loading page and/or redirection are as follows:
put the below qouted code in <head></head> of your html.
|
<meta http-equiv="refresh" content="5; URL=redirection url">
|
redirection url- you can host your html at:
http://www.freewebtown.com
http://geocities.yahoo.com
put the below codes in body section of your html:
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" text="#000080" link="#663300" alink="#663300" vlink="#FFFFFF">
<div align="center">
<p> </p>
<p> </p>
<p>
</p>
</div>
<div style="position: absolute; top: 222px; left: 241px; width: 128px; height: 128px">
<p align="center">
<img border="0" src="url of your flashfile" width="128" height="128"></div>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><b>
<font size="5" face="Century Gothic">
Loading...</font></b></p>
|
hope it helps you....