controlling multiple swf files

  • Started
  • Last post
  • 1 Response
  • Bullitt

    I've got got a client asking for some real dumb stuff to be done in flash on his site. Unfortunately I have to entertain this.
    Basically I have a flash slideshow which he now wants to run in unison , with the webpage logo.
    EG: he wants the logo to change to a different logo when a certain image loads on the flash slideshow. I was thinking of creating a flash file with both the logo and slideshow in together. But its not ideal as It mean absolute positioning this on the page, and then restructuring all the navigation because the stack order be broken. Is there a way I can send orders to another flash file from my main one??
    EG: if _root.image01==false
    {
    movie2.swf gotoAndStop(2);

    Cheers

  • uan0

    http://kb2.adobe.com/cps/156/tn_…
    through externalinterface with js.