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 --> |
|
|
|
Aug 6 2004, 02:16 AM
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
You need to have a flash image. Er--create one.
|
|
|
|
Aug 6 2004, 02:28 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jun 2004 Member No: 21,028 |
i got a flash image but wut do i do wit it?
|
|
|
|
Aug 6 2004, 03:12 AM
Post
#4
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
Replace the url the image url with your flash url.
|
|
|
|
Aug 6 2004, 03:37 AM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jun 2004 Member No: 21,028 |
i changed it and put it in but it just shows a x where da flash is suppose to be below is da code wit the link to da flash animation
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.defjam.com/dmx/site/media/splash/dmx_splash.swf'; 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 --> |
|
|
|
Aug 6 2004, 09:40 AM
Post
#6
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
u need a diff code but i dunno of it [dunno if it even exists].. cuz to play a regular flash u have to use a embed tag..
u can use animation tho [gif] |
|
|
|
Aug 6 2004, 03:49 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jun 2004 Member No: 21,028 |
ic well thx fo all yo guyz help.. i'll try searchin da web to see if it existis
|
|
|
|
![]() ![]() |