Groups | Blog | Home
all groups > flash (macromedia) > september 2004 >

flash (macromedia) : Load Variable <% VARIABLE %>


redtiger
9/6/2004 10:31:59 PM
How can you set a Flash file within an ASP page to load a variable
send from a form

Request("MM")

Esteban Lombardi
9/11/2004 10:59:28 AM
You can try this method:
The asp page that contains the .swf movie loads the Request.form("MM") into
a Session("sessionVar"). This must to be the first line.
Then with the Flash LoadVariable object you can call that session variable
from another asp page with the following script
<% Response.write "&flashVar=" & session("sessionVar") %>


"redtiger" <webforumsuser@macromedia.com> escribió en el mensaje
news:chiogv$1p0$1@forums.macromedia.com...
How can you set a Flash file within an ASP page to load a variable
send from a form

Request("MM")

Thanks

AddThis Social Bookmark Button