Hi, hope this is the right place to post this. I am using flash mx 2004 pro. I was just following the tutorial for [size=2][color=black][font=Verdana]Creating [/font][/color][/size][font=Verdana][size=2][color=black]a Full Flash Site. [/color][/size][/font][font=Verdana][size=2][color=black]I am having a problem loading my external movies. I don’t know if this is because Im not testing it on a server or what.
I used the following code
_root.contents.loadMovie(“home.swf”)
which was to load my 1st movie but didn’t
for my buttons I used
on (release) {
_root.contents.loadMovie(“home.swf”);
}
what am I doing wrong
[/color][/size][/font]