simple flash/html q
- Started
- Last post
- 9 Responses
- usrper
hi
if i have a menu with buttons that was made in flash, which is put into a html frame, what is the script to make the content show on the other frame (main space, duno what you call it) when on(release){ ?
thanks
- ornj0
ok say the target name is "content_frame" for shits and giggles.
on(release) {getURL("nextpage.html","content...
}you use content_frame as you would use _parent, _blank, etc.
- usrper0
hm ok thanks ill try that.
why is content_frame good for shits and giggles though?
- usrper0
oh ok so content_frame is the name for whatever i named that frame?
- hiten0
yeah. thats what he means.
- ornj0
Yeah I don't know what you labled your frame so I just chose something at random that seemed pretty self explanitory.
- usrper0
//i feel smart
- usrper0
ok im a total nut.
by "frame label", do you mean the of the page?
im clueless
- usrper0
*the of the page...
- usrper0
oh fuck nevermind.