hey guys, im having a bit of a problem here. I have a main swf called portfolio.swf and a 2nd swf called menurechts.swf.
In the 2nd swf file I work with labels to have a smooth animation and all it works great, but when I load it in the porftolio.swf my buttons stop to work :(.
It shows the menurechts.swf fine, but the buttons dont seem to work anymore, this is the code I use in menurechts.swf for te buttons.
on (release) {
_root.link = "fotos";
_root.play();
}
Foto’s is the label name, so when you click it it playes the label fotos. Im afraid the _root is the problem. I think I need to know how to call the external swf file so if you click a button it dosent go to portfolio.swf (like it does now with _root) but to menurechts.swf.
I hope you get it and can help me.
Greetings Peter.