Flash heads
- Started
- Last post
- 10 Responses
- Drno
hello all, i've been trying hard to find the answer by myself but i officially give up
how do you target a framelabel in a actionscrip like this
links = new Array();
links[4] = "agenzia";agenzia is the framelabel, everytime i've tried it, it opened a firefox window, its like its targetting outside or some shit
hellllp please
- Rocketegg0
What code are you using to call the label?
links= new Array();
links[4] = "agenzia";
gotoAndPlay(links[4]);works fine here...
- Drno0
i don't think i have a code to call this framelabel,
i'm new at flash, do you have one in your script?
- Rocketegg0
what is it you're trying to do, exactly?
- Drno0
i'm trying to get a flash drop down menu to load an external movieclip in it,
but the movie clip load lets say at a frame labeled "agenzia", when i click on it, it opens a popup with the movie in it
- Drno0
ahhaha
no i meant to load a file when i click a dropdown linkhttp://neofuturism.com/test/hk/s…
(heavily bited on untitled) eheh, sorry its my first site in flash and i guess i aimed highif it doesn't load click refresh
- Drno0
on the "l'azendia" link
- st33d0
It doesn't load in Firefox when I press refresh (WinXP).
Err, a few things:
You're going to a different url from the menu not loading a movie clip (as in MovieClip.load()). If you have a refresh problem then why no no-cache meta tags? And what's wrong with SWFObject?:
- Drno0
*bump* sorry guys, but could figure it out
- ********0
loadMovie (link[3] , "theTarget");
