how u make a flash intro page, how u make a flash intro page |
how u make a flash intro page, how u make a flash intro page |
Aug 6 2004, 01:34 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jun 2004 Member No: 21,028 |
can you use a flash animation instead of a picture when creatin da splash intro page or do u need a whole new differnt code?
CODE <!-- begin code provided by createblog.com -->
<script type='text/javascript'> // intro splash page by micron // for more xanga scripts and help go to createblog.com // change this url to an image of your choice var image = 'http://www.createblog.com/images/huddled.jpg'; function enterSite() { document.getElementById('splash').style.display = 'none'; var content = document.getElementsByTagName("center"); for (var i=0; i<content.length;i++) { content[i].style.display = 'block'; } return false; } if (document.title.slice(-10) == 'Xanga Site') { document.write('</span></center><style type="text/css"> center {display:none;} .image {border:1px solid #dcdcdc;} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>'); } </script> <!-- end code provided by createblog.com --> |
|
|
|
x_angawhomps You need to have a flash image. Er--create one. Aug 6 2004, 02:16 AM
ReAZniZeD i got a flash image but wut do i do wit it? Aug 6 2004, 02:28 AM
x_angawhomps Replace the url the image url with your flash url. Aug 6 2004, 03:12 AM
ReAZniZeD i changed it and put it in but it just shows a x w... Aug 6 2004, 03:37 AM
rnrn897 u need a diff code but i dunno of it [dunno if it ... Aug 6 2004, 09:40 AM
ReAZniZeD ic well thx fo all yo guyz help.. i'll try sea... Aug 6 2004, 03:49 PM![]() ![]() |