Simple question

hey! sorry to ask this, I know it has been answered before but I can find it, but its very simple, ok, I want to load another swf from a button to a specific frame of that movie, how can I do it??? thanks! :to:

You are loading an external swf and then you want to go to a specific frame of that swf?

If so - you have to use the preloader code (get bytes loaded/get bytes total, etc.) to make sure the external swf is completely loaded. Once it is you just use gotoAndPlay(frameNumber) or gotoAndStop(frameNumber).

:hr:

nevermind, I fix the problem, thanks luna :wink: