appears in my output window ???
I try to give 2 functions to button : 1 to animate it 2 to play an external swf…
Here is a part of the code :
[COLOR=blue]on (rollOver) {
_root.mouse_over_picture1 = true;
}
on (rollOut) {
if (_root.currMovie == undefined) {
_root.mouse_over_picture1 = fstartlse;
}
_root.currMovie = “myportfolio”;
container.loadMovie(“myportfolio.swf”);
}
if (_root.currMovie != “myportfolio”)
if (container._currentframe >= container.midframe) {
_root.currMovie = “myportfolio”;
container.play();
} [/COLOR]
[COLOR=#0000ff]THANKS[/COLOR]