|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
html frames issue
I have a page made up of 3 html pages set out in frames.
One frame loads up my flash menu I want the buttons in the flash menu to load up a html page into one of the other frames. I can get the html page to load, just not into the right frame. I can either load it into the flash frame [self]or in a completely new window [blank], or replace all the frames with the new page [parent, top]. The name of the frame i want it to go into is "second". Ive tried targetting as '_second' and 'second' in the flash movie, but neither works. Do i need something to do with parent? Or root? |
|
#2
|
|||
|
|||
|
second with no quotes works.
|
|
#3
|
||||
|
||||
|
can you put this on a server somewhere so i can see whats going on?
__________________
Everything and Anything but Noodles ! http://www.brandonsnoodles.com |
|
#4
|
|||
|
|||
|
i've got a couple of sites with three frames and flash movies, and I can load different SWFs in different frames using this bit of actionscript:
on (Release){ getURL("document.htm", "framename"); } it should work... |
|
#5
|
|||
|
|||
|
yeah i got it working
i was using 'second' not second, if you get me. I used quotes when i shouldnt have. My site is almost finished now... |
|
#6
|
||||
|
||||
|
let us know when its done and give us a link so we can check it out...
|
|
#7
|
|||
|
|||
|
<a href = 'http://www.mejmusic.com' target = 'new'>my new site</a>
Thankyou so much to all who have helped me on this board. Much appreciated |
|
#8
|
|||
|
|||
|
|
|
#9
|
||||
|
||||
|
cool, keep it up....
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > html frames issue |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|