| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Oct 2004
Posts: 5
|
hi im a relative newb to scripting and was wondering if anyone new how to do this. i have a flash file that resides within multiple html files just sitting in the top table. Thing is i do not want the flash to replay after changing pages. Is there:
A. a way to set flash to open in a certain frame of the timeline upon entering a new html page. B. Setting the html up to leave the top flash file static without using traditional frames. Any help would be appreciated. Jamie |
|
|
|
|
|
#2 |
|
Me
|
HTML Code:
<script language="javascript"> document.window.getElementById('íd_of_movie').setVariable('goHere',5); </script> ActionScript Code:
- Ruben
__________________
. Originally Posted by MichaelxxOA "He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit." |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2004
Posts: 5
|
Thankyou Ruben
|
|
|
|
|
|
#4 | |
|
Me
|
Quote:
- Ruben
__________________
. Originally Posted by MichaelxxOA "He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit." |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Oct 2004
Posts: 5
|
Well i played with it for awhile and couldn't get it. I figured what i am trying to do must simpler so ill explain more. I have a flash file as the navigation bar up top and i call new html pages on the bottom, so the flash refreshes everytime i click a link. Is there a easier way to keep the flash file static while still changing the relevant html below. ive read into using css for this so im gonna try some article searches about it and see what i can find out.
pardon the ignorance and thanks again. J. |
|
|
|
|
|
#6 |
|
Me
|
....erm, why don't you use inline-frames (<iframe>)?
- Ruben
__________________
. Originally Posted by MichaelxxOA "He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit." |
|
|
|
|
|
#7 |
|
Registered User
Join Date: Oct 2004
Posts: 5
|
Thanks again Ruben the Iframes worked perfectly for that problem, but opened up a few more now with the Iframe you can jump into a portion of the sight with out the top menu (parent frame page) showing up. I've also read that this may cause problems with search engines. Is there a way to have the page check to see if main page with the iframe tags has loaded before loading the child page that was requested?
|
|
|
|
|
|
#8 |
|
Me
|
pfff....that'd be javascript, I'm not that much of a hero with that...
Maybe you could send some variables from the main-page (using onload) to the child-page....dunno - Ruben
__________________
. Originally Posted by MichaelxxOA "He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit." |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|