Flasher Archive

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


Subject: Re: FLASH: load movie using random vars?
From: Mike Weiland
Date: Tue, 2 Nov 1999 17:36:56 GMT

Load movie x&".swf"

will do the trick.

Mike Weiland



> DOh! Thanks, John. For cross platform version (played
> off CD), how do I add .swf to the end? Load movie
> x.swf?
>
> --- John Croteau <croteauaterols [dot] com> wrote:
> > Hi Michael,
> >
> > > Trying to load a random movie using set variable +
> > > load movie as below, not working. Getting 'error
> > > openoing url "x"" in the output window, so load
> > moive
> > > call is not reading x as a variable with my
> > syntax. Is
> > > this method possible & if so what is the proper
> > syntax?
> >
> > > Set Variable: "x" = "a & random(4)"
> > > Load Movie ("x", 0)
> > You need to make sure you change the ABC to =
> > for the valuee in the Set Variable and URL in the
> > load movie.
> >
> > The following will supply a random movie from A0,
> > A1, A2, A3:
> >
> > Set Variable: "x" = "a" & Random(4)
> > Load Movie (x, 0)
> >
> > More on variables --->
> > http://www.FlashBible.com/members/
> >
> > --
> > Coming Soon Flash 4 Web Animation F/X and Design
> >
> >
> http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
> > -----------
> > -----------------------
> > John Croteau
> > croteauaterols [dot] com (mailto:croteauaterols [dot] com)
> > -------------
> > -------------------------
> > FlashTek (Advanced Websites with Flash)
> > http://www.FlashTek.com/
> > Flash Bible (Fast track to good Flash)
> > http://www.FlashBible.com/
> > Flash Central(The Universe Starts Here)
> > http://www.FlashCentral.com/
> > The Flash Tech Resource (Tech Notes)
> > http://www.FlashCentral.com/tech/
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> >
> > flasher is generously supported by...
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Streaming Media WEST '99 Conference & Exhibition
> > "The Worlds largest Internet Audio & Video Event"
> > December 7 - 9, San Jose Convention Center,
> > California
> >
> > Reserve your space today at
> > http://www.streamingmedia.com
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > To unsubscribe or change your list settings go to
> > http://www.chinwag.com/flasher or email
> > helpatchinwag [dot] com
> >
> >
>
>
> =====
> 2D/3D/Flash/etc...
>
> http://www.humboldt.edu/~mmp5
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Streaming Media WEST '99 Conference & Exhibition
> "The Worlds largest Internet Audio & Video Event"
> December 7 - 9, San Jose Convention Center, California
>
> Reserve your space today at http://www.streamingmedia.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: load movie using random vars?, Michael Penne

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