Flasher Archive

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


Subject: Re: FLASH: Load Movie using variable
From: Waldo Smeets
Date: Mon, 4 Oct 1999 22:22:16 +0100

Thanks Dave,

someone from the Flash Pro mailinglist alreay told me what my problem was:
I used good codings, but because loading a text file takes some time it didn't
work with me.

that was because at 1 frame i used "load variables" and load movie etc at once.
Simply the url1 couldn't be read that quick!

Butt still, thanks for your help.
Hope someone else will lear from this problem.

Waldo




Dave Hollinden wrote:

> Hi Waldo,
>
> You need to set the URL in your Load Movie action to Expression because the
> URL you are supplying is a variable. Try putting a Trace command right
> before the Load Movie to make sure that value of url1 is correct and that
> you are targeting it correctly. Also, the swf file that corresponds to url1
> has to be located where the URL says it is, or you will get the "Error
> opening" message.
>
> Here is an example of how I use Load Movie with variables. It loads a
> randoml selected banner ad into the Movie Clip "randbanners".
>
> Load Movie ("banners/banner" & random & ".swf", "../bannerdrop/randbanners")
>
> Dave Hollinden
> dhollindenatsonicfoundry [dot] com
>
> -----Original Message-----
> 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" "
>
> ------------------------------------------------------------------------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com


Replies
  Re: FLASH: Load Movie using variable, Corstiaan Smorenburg

Replies
  RE: FLASH: Load Movie using variable, Dave Hollinden

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