[FONT=Times New Roman][SIZE=3][SIZE=4][COLOR=red]Query- mc as button[/COLOR][/SIZE][/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]Good Moring Everybody…[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]Hope evrything is fine & cool…[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]I have query in my application… as follows…plz advise & help[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]I would like create movie clip as button.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]I have mc with image loader, which I would like it to be act as button on Main stage.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]So user can click that button to load externals .swf file to root level image loader.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]I have tried it my self by taking instance of mc to stage and converted it as button, but it is not acting as Button.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]Please help me![/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]Regards,[/SIZE][/FONT]
[FONT=Comic Sans MS][SIZE=3][COLOR=purple]---- VijayRaje[/COLOR][/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]Mc_code on frame:[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3][COLOR=blue]Loader.contentpath=”image. jpg”;[/COLOR][/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]Button_code:[/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman][COLOR=blue]on (release){[/COLOR][/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3][COLOR=blue]_root.loader. contentpath=”external.swf”;[/COLOR][/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3][COLOR=blue]}[/COLOR][/SIZE][/FONT]