Search  
Search Options

"BLUR MENU AS3" -> ACTIONSCRIPT SOLL FRAMES IN MOVIE ANSTEUERN

HomeForumsFlash Discussion"BLUR MENU AS3" -> actionscript soll frames in movie ansteuern
30194 jaxxx
3 posts

Hallo,

habe das “BLUR MENU AS3 ” von “lfdesign” (http://flashden.net/item/blur-menu-as3/10577) von extern in einen leeren mc in meinen Hauptmovie geladen. Die Links dieser Navi werden durch eine externe XML -Datei geladen und die Funktionsweise durch ein externes actionscript3-file.. Nun will ich, dass diese Navigation in meinen Hauptilm die einzelnen Framelabels ansprechen kann.

Was bisher funktioniert ist, dass die Links URL ’S in neuem Fenster aufgehen lassen können (z.b. eine Bild oder ne andere Site),
dabei steht dann z.b. folgendes im XML -file:
hier gehts zum XML -code

und folgendes im as3-file:
navigateToURL(new URLRequest(e.target.link), “_blank);

Weiss jemand was ich stattdessen für einen Code im as3-file schreiben müsste damit die links die framelabels in meinem Hauptfilm anspringen? In der XML müsste ich wahrscheinlich einfach die framelabels anstatt der URL angeben, oder?

Hatte es schon damit im as3-file versucht:
gotoAndStop(e.target.link);
.. aber da gibt mir der compiler “undefinierte methode” aus … anscheinend “funzt das nur in MovieClips oder in Klassen, die von MovieClips abgeleitet sind”...

Wär echt supa wenn jemand helfen kann das baby zum laufen zu bringen =)

jaxxx

Posted about 1 month ago
30843 Mott
48 posts
Sold between 100 and 1 000 dollars

Nice to meet you.

Posted about 1 month ago
30194 jaxxx
3 posts

hey … nice color .. ;) ... oh my goodness.. i wrote everything in german… i guess i have to translate this post.. shame on me

Posted about 1 month ago
30194 jaxxx
3 posts

Hey … here we go in english =))

i bought the “BLUR MENU AS3 ” from “lfdesign” (http://flashden.net/item/blur-menu-as3/10577) .. i have this navigation loaded extern to an empty mc into my main-movie.. The links of this navigation are loaded from an XML -file and the functions/actions from an actionscript3-file.. Now, what i need is that the links let my main-movie jump to its different framelabels.

What functions already is that the links open URL ’s/or pictures in a new window using this code in the XML -file (here an example with a picture):
click here for checking the code (pastie)

and this code in the as3-file:
navigateToURL(new URLRequest(e.target.link), _blank);

Does somebody know what code i have to write in the as3-file instead … so that the links navigate between the framelabels of my main movie? In the XML -file i probably just have to use the framelabels instead of the URL .. ?

This one i already tried in the as3-file:
gotoAndStop(e.target.link);
.. but the compiler says “undefined method” …

Would be great if someone could help =)

jaxxx

Posted about 1 month ago