Hi, Michael. I�ve done some changes and it works like a charm :)
> ================================================================
> In flash (on a button in a movie clip nested in the main movie)
> ================================================================
on (release) {
getURL ("event:nextMarker, \"introduction\"");
}
> ===================================================================
> In Director (in a behavior script on the sprite that holds the swf)
> ===================================================================
property pSp
on beginSprite(me)
pSp = sprite(me.spriteNum)
end
on nextMarker me, thisMessage
put thisMessage
end
HTH
--
Agust�n Mar�a Rodr�guez
http://www.StudioCerebral.com > Creative Roaster > Agust�n
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]