Answered
Flash header reloading is a problem
I have a page that has a flash header (Navigation). It also
has background music. I want to make sure my music keeps going
while the user is navigating. I have accomplished it to an extent
with html navigation. I am wanting to remove the html and let the
flash work.
The way I am doing it is below, but all I am wanting to do (if somone has a better way) is I do not want my flash head to keep reloading and restarting the bg music.
I have a main page with my flash header in it and am using javascript showpage on html links using div tags and includes --javascript:showPage('ABOUT')--
What happens here is all of the pages are already loaded in the page and each link has javascript:showPage(' --div name-- ') on it and that page shows when clicked while the others hide.
I want to use this link with flash. How do I put this in the flash doc.
The way I am doing it is below, but all I am wanting to do (if somone has a better way) is I do not want my flash head to keep reloading and restarting the bg music.
I have a main page with my flash header in it and am using javascript showpage on html links using div tags and includes --javascript:showPage('ABOUT')--
What happens here is all of the pages are already loaded in the page and each link has javascript:showPage(' --div name-- ') on it and that page shows when clicked while the others hide.
I want to use this link with flash. How do I put this in the flash doc.