A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Function MM_controlShockwave

Hybrid View

  1. #1
    Senior Member
    Join Date
    Jun 2001
    Posts
    108
    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

  2. #2
    NerdInside's Avatar
    Join Date
    May 2001
    Location
    Penguin Island
    Posts
    3,439
    http://www.polar-lights.com/fla/fla/sendcommand.zip

    Control 2 movie's in 1 HTML page.

  3. #3
    Senior Member
    Join Date
    Jun 2001
    Posts
    108
    Thanks a lot

    Jeaf

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center