Ask a Question related to Macromedia Flash, Design and Development.
-
SpaceGirl #1
loadvariable, movies inside movies...
I'm having problems getting loadvariable to work when one movie is
loaded into another. The movie that holds the text works perfectly when
it is played on its own, but if I then load that movie into a container
movie, loadvariables fails to load my texts. Any idea what I should look
out for?
I use this on a Frame action:
loadVariables("../content/about.txt",this)
And there is a text field on the page with var set to "content". The
text document it loads is redident in the parent ../content folder, and
permissions are fine.
Like I said, the text is loaded fine if I run that movie by hand, but
when the movie is loaded into a container movie it does nothing...
SpaceGirl Guest
-
OS support for Flash movies, inside file managers
What's the OS support for Flash movies, i.e. clicking on it instead of playing in a browser. Windows I *think* does, but I can't remember if that... -
One projector with multiple movies inside on
Sorry, i'm using Director MX (Mac & PC) -
One projector with multiple movies inside on PC
Hi to all, I'm trying to create a single projector with multiple movies which are called like so 'go movie '@:start.dir'', go movie '@:intro.dir'.... -
Linking Director movies with director movies
I am working on a prodject in which i need to link 2 dirctor.exe movies. "Dircitor.exe number 1" has a button, when this button is clicked upon it... -
Movies controlling movies!
I need to know if it is possible to control a movie from another movie - let me explain. On the main screen I have four movies which are acting as... -
al #2
Re: loadvariable, movies inside movies...
You will propably need to set another target in the loadVariables, do the
debugger when you run the movie that loads in the other--- to find the new
location of the textfield..it wil be listeed in the variables output of the
debugger..
I had this problem once myself
hope this will help you..
AL
al Guest
-
SpaceGirl #3
Re: loadvariable, movies inside movies...
al wrote:
It's very weird. It all works locally. When I copy the files live, the> You will propably need to set another target in the loadVariables, do the
> debugger when you run the movie that loads in the other--- to find the new
> location of the textfield..it wil be listeed in the variables output of the
> debugger..
> I had this problem once myself
>
> hope this will help you..
>
> AL
>
>
text just refuses to display.
SpaceGirl Guest
-
SpaceGirl #4
Re: loadvariable, movies inside movies...
SpaceGirl wrote:
Okay fixed - despite what the documentation says, you have to use> al wrote:
>>>> You will propably need to set another target in the loadVariables, do
>> the debugger when you run the movie that loads in the other--- to find
>> the new location of the textfield..it wil be listeed in the variables
>> output of the debugger..
>> I had this problem once myself
>>
>> hope this will help you..
>>
>> AL
>>
> It's very weird. It all works locally. When I copy the files live, the
> text just refuses to display.
absolute paths for content that is loaded like that when on a web
server. When testing the movies locally you can use relative paths. Blah.
SpaceGirl Guest
-
al #5
Re: loadvariable, movies inside movies...
Well then the problem is solved..
Best wishes for your application, it's an interesting area for use of
flash..
AL
al Guest



Reply With Quote

