hello guys,

I am trying to get from a movie clip in one scene to another scene
called "Timeline". Currently in the movie clip I have a button with the
code:

tellTarget ("_level0/") {
gotoAndPlay ("Timeline", "start timeline");
}


The thing is I have flash 5 but must publish in flash 4 and the above
code does not work for me.

this should be very easy to do right ?

advance thanks
Patricia