• 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( "https://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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Rniles

    (@rniles)

    Oh you can see the splash page @Demo

    Not sure if this helps.

    Try:

    on (release) {
    getURL( "https://www.cbchronicles.com/");
    }
    Thread Starter Rniles

    (@rniles)

    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.

    WordPress must use https://your_domain/index.php.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Flash link not going to WordPress File’ is closed to new replies.