Skip to main content
August 18, 2009
Question

Movie File Path

  • August 18, 2009
  • 1 reply
  • 827 views

Hi all,
  I found this fla on flashkit.com  and wanted to understand  something....
If you load the main movie "derle"
you will see buttons at  the top that load mini swf of bitmaps into the main
path of  _root.papermove.paper.white.list

How would I put a button on the  "subtitle" movie file under lets say
Products A-D that would load the same  type of mini bitmap swf. onto
_root.papermove.paper.white.list.

When  I try the same type of button...I just get a blank page...
on (release)  {
if (four == true) {
  loadMovie("http://www.website.swf",  "_root.papermove.paper.white.list");
  _root.papermove.gotoAndStop(1);
   _root.papermove.paper.gotoAndStop(1);
  _root.subtitles.gotoAndStop(5);
   _root.arrows.gotoAndPlay(14);
  one = true;
  two = true;
  three =  true;
  four = false;
  five = true;
  six = true;
  seven =  true;
  scroll = true;
}
if (bar == true) {
   _root.aboutusbar.gotoAndPlay(7);
  bar = false;
}
}

and it is  not that there is no swf to be found...I have uploaded a dummy one
and put a  direct http file path.

what am I doing wrong...should I not load it into  _root....is it a layer
issue?


thanks for any help

tnt

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 18, 2009

are you trying to load a swf from another domain?

August 18, 2009

No,

  i just tried one online....I just want to load one of the movies included....just to see the file path from the "Subtitles" movie...

Try to load "welcome" from a button on frame 3 of "subtitles"

thanks for the quick response

-TNT

kglad
Community Expert
Community Expert
August 18, 2009

then use a local path to the swf.