[FONT=Arial][COLOR=#494920]hi im trying to make this menu, just having one small problem linking the image or movieclip in the libary to the blank movie clip called instant name icon_img i have a movie clip called mp3_icon with an linkage ID of mp3_icon
[/COLOR][/FONT]
[INDENT]
b1.onRollOver = over;
b1.onRollOut = out;
b1.buttText.buttonText.text = "Main Conference Day One - Neil Watson";
b1.buttDesc.buttonDesc.text = "Developing finace Management";
this.b1.icon_img.loadMovie("mp4_icon");
b1.onRelease = function() {
getURL("test.mp3");
}
any ideas?
thanks Martin
[/INDENT]