Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Problem with Loading Movie
From: Rainer Egle
Date: Fri, 24 Nov 2000 11:21:06 GMT

Hi all wanna do something like this:

I have a textfile (test.txt).

anzprof=2&movie_1=ammann_main.swf&movie_2=killy_main.swf&
menu_loaded=1

Now I wanna load movie_1 in _level1 and movie_2 in level2

I checked if the variable where loaded in my movie - done (that's
ok).

But now I need a good script for this problem which I tried to solve
with this:

Set Variable: "x" = "1"
Load Movie ("movie_" & x, x)
Set Variable: "x" = "2"
Load Movie ("movie_" & x, x)

The problem is that the movie name (e.g. ammann_main.swf) is
know assigned in the line Load Movie...

What I wanna have is something like this (not the exact syntax):

set Variable x=1;
Loop while (x<= anzprof)
Load Movie ("movie_" & x, x)
Set Variable x=x+1;
End Loop
Go to next Frame


I hope someone know what I mean can give me the exact syntax
(would be great)

Or do I have to change my txt-file like this

anzprof=2&movie_1="ammann_main.swf"&movie_2="killy_main.swf
"&menu_loaded=1

-but I do not think so

any help would be appreciated.

Rainer


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Problem with Loading Movie, Timm Kekeritz

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]