Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Load Movie using variable |
From: | Waldo Smeets |
Date: | Mon, 4 Oct 1999 15:21:44 +0100 |
Hallo,
i'm trying to make use of external variables which are different per
user.
When they hit a button, a movie has got to be loaded in level_1. But the
URL differs per user. So first I load the variables from the .txt file
which belong to that user.
My problem: How can i pass the value of that variable (called url1) to
the comand "load movie"?
I tried both ABC string as Expression, but both didn't work.:
1. ABC string:
Load Movie ("/:url1", 1)
Resulting in the error " Error opening URL ":url1" "
and
2. Expression:
Load Movie (/:url1, 1)
With result " Error opening URL "C:\Temp\FlashFiles\url1" "
This means that the value of the variable url1 hasn't been passed to the
function.
Is it somehow possible to do that?
I know using an expression works with "get url", but it doesn't seem to
work with "load movie".
Waldo
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [dot] com. Problems to: helpchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managerchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]