Rniles
Member
Posted 10 months ago #
Hello all, well I have a flash file which i placed in a page template called splashpage.php. the splash page has an enter button so the user can enter the full site which begins with my index.php file in wordpress. Problem is when you click on the enter button nothing happens and I'm not sure what I am doing wrong.
The coding for my flash (Enter) button is
on (release) {
getURL( "http://www.cbchronicles.com/wp-content/themes/blocker/index.php");
}
Is there a problem with linking to wordpress files through Flash?
Thanks for any assistance that could be given in advance.
Rniles
Member
Posted 10 months ago #
Oh you can see the splash page @Demo
Not sure if this helps.
Try:
on (release) {
getURL( "http://www.cbchronicles.com/");
}
Rniles
Member
Posted 10 months ago #
Hi esmi, tried but doesn't work. Actually when the original page loads (The splash page) it already has that url in the bar.. I changed the option in Reader in my Admin panel to Static and choose my splashpage.php template so I guess thats why it already comes up with the cbchronicles.com.
This is really weird cause I just don't know why it won't link to the page, I thought maybe it could be because of the .php extension but I tried calling a .html file that I have and it just doen't load anything.