As the board grows please remember the Search Option and we hope you find our community useful.
We also monitor Private Messages to stop members from abusing our sites system. If you are asking for assistance please provide your site link and nuke version, Thanks.
I've created a flash splash screen. I've uploaded the index.html and the .swf but when I load my site it still loads the index.php. Isn't it supposed to load the .html by default.
Ok, that worked, thanks. The only problem now is it plays the swf, get to the end and then replays rather than going to my site automatically. When building the swf I added the script:
getURL (mysite)
stop
This works when I play the swf as an individual file but doesn't in php.
Any ideas?
Have a look at the site and yu will see what I mean.
Thx again
Z
floppy
Reputation: 1794.6 votes: 10
Local time: 11:29 AM Location: Jackson Mississippi
Status: Offline
2.77 posts per day Medals: 1 (View more...)
Clan Themes Scripts/Coder Joined: Nov 14, 2006
Last Visit: 02 Dec 2008
Posts: 2074 Points: 4423
You have to build the swf for mysite.com/index.php. If that index.html exist it is going to load it over and over.
Be warned, a splash screen is almost the worst thing you can do for a web page when thinking about search engines. They are non-human and can't click "skip_intro" to index the rest of your pages.
There are a few tricks around it. Use css to hide a link in the html page. Here is an example.
Sorry for the confusion, You need to modify your .fla file so that getURL (<--I think is what it is called) points to www.http://www.gamersunitednetwork.org/index.php instead of just http://www.gamersunitednetwork.org/. If you don't specify in the .fla file then the server will continue to reload the index.html because of the .htaccess hack we just added.
zboss
Reputation: 283.1
Local time: 11:29 AM Location: Chester, United (great) Kingdom
Status: Offline
0.07 posts per day Medals: 0
Joined: Aug 13, 2007
Last Visit: 09 Oct 2008
Posts: 35 Points: 41
Aha, of course, makes sense now. Appreciate it man.
p.s couple of things.
In your topic review window below, you can read the previous persons text in the first last message unless you highlight the text.
Also, if you use your search function in the forums for example 'splash screen' hit search, all the results appear. You can select one of the results, read it but when you try and go back it won't let you unless you press your back button twice.
I know you guys are still doing buts on the new site but just thought I'd point it out.
Thanks again mate, appreciate it
Z
floppy
Reputation: 1794.6 votes: 10
Local time: 11:29 AM Location: Jackson Mississippi
Status: Offline
2.77 posts per day Medals: 1 (View more...)
Clan Themes Scripts/Coder Joined: Nov 14, 2006
Last Visit: 02 Dec 2008
Posts: 2074 Points: 4423