Flasher Archive

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


Subject: Re: FLASH: Problem with Loading Movie
From: Timm Kekeritz
Date: Fri, 24 Nov 2000 11:35:40 GMT

Hi Rainer,

I found your mistake

the loadMovie action is wrong!
It has to be something like this:

Load Movie (eval("movie_" & x), x)
This should fix your problem!

Greetings from Hamburg, Germany

timm


--
Timm Kekeritz
[Design & Communication]

| Icon Medialab AG | Gasstraße 4 | 22761 Hamburg | Germany |
| Tel.: (+49) 040 8979 9098 |
| Mobil: (+49) 0178 4308576 |
| Fax.: (+49) 040 8979 8989 |
| timm [dot] kekeritzaticonmedialab [dot] com | http://www.iconmedialab.de |



Rainer Egle wrote:

> 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, Rainer Egle

Replies
  FLASH: Problem with Loading Movie, Rainer Egle

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