Hi all

I want to control a flash movie ouside of it and i'm going to use this script (found in dreamweaver). The functions are play, stop, rewind and gotoframe.

function MM_controlShockwave(objStr,x,cmdName,frameNum) { //v3.0
var obj=MM_findObj(objStr);
if (obj) eval('obj.'+cmdName+'('+((cmdName=='GotoFrame')?fr ameNum:'')+')');
}

My problem is how to tell the script to go to a frame but in a specific scene ? If someone has an another to control fash movie, I'm taker.

Thanks
jeaf