Hello everyone…
I need help in my flash… i am new to flash and still exploring on it…
i got this flash website where i dont need the full website but just need the menu…
now after going throw it almost a week i tried to clear some mess…
just i have this one issue … the flash is linked with xml
and it gets the data from there…
my menu have hyperlinks to the same flash sub category, but i wanna link to external pages like product.htm and as such
in the action script they have this code
this.onRelease = function(){MovieClip(_parent._parent).subMenu[‘item’+MovieClip(_root).link].mouseRelease = true;
MovieClip(_root).link_prev =(num+1);
MovieClip(_root).link = (num+1);
MovieClip(_parent._parent).subMenu[‘item’+MovieClip(_root).link].mouseRelease = false;
MovieClip(_parent._parent).play();
so how to change it to get url thingee. i tired but could not as its 5 category and it takes links automatic