swf’s are being loaded when we click on the menu,right? my question there is “is it possible if i replace those swf’s with jpg’s?”
yes,
[AS]
on(release) {
_root.mc.loadMovie(“whatever.jpg”);
}
[/AS]
WOOOOOOOOOOOOOOW!
tnx a bunch
swf’s are being loaded when we click on the menu,right? my question there is “is it possible if i replace those swf’s with jpg’s?”
yes,
[AS]
on(release) {
_root.mc.loadMovie(“whatever.jpg”);
}
[/AS]
WOOOOOOOOOOOOOOW!
tnx a bunch
:: Copyright KIRUPA 2024 //--