Flasher Archive

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


Subject: Re: FLASH: ASP and Flash
From: Gregg Caines
Date: Fri, 3 Nov 2000 16:04:58 GMT

The easiest way is through the querystring. Once you've read
from the ASP's querystring, you can send it to the SWFs
querystring. Like this:

<% blahvar = Request.querystring("blah") %>

Then in your object/imbed tags, anywhere it says the SWF file,
replace it with:

movie.swf?flashblahvar=<%= blahvar %>

(where movie.swf is the name of your SWF, of course)

A variable in your SWF called 'flashblahvar' will then have the
value you gave it.

---------------------------------------------------
Gregg Caines
n e o m e t r i x systems inc.
http://www.neometrixsystems.com
gcainesatneometrixsystems [dot] com

> I need to pass a variable from one flash file to another, two seperate
HTML
> pages, Im using ASP and so far am able to get the followign url to display
> http://www.hocuspocus?"variablename"=*
>
> How do I load the variable into flash and then use it? I know it has
> something to do with text fields and such!



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
  FLASH: ASP and Flash, Wesleigh Lloyd

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