Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 6th, 2004, 12:00 AM
Authorized User
 
Join Date: May 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default LoadVars

I am having trouble trying to load a variable from an asp file to my flash file.

I have created a dynamic text field box having the same name as my variable in my asp file.

I have also used LoadVariablesNum() to load the entire asp file in one of my frames.

But the output is still not being realized by my dynamic text field box.

Any thoughts here?

 
Old May 6th, 2004, 09:00 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 249
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The LoadVariablesNum() is used to load the variables into a particular level on your movie, loadVariablesNum("url",level[, variables]). Can you tell us how your page is laid out, is your dynamic text box in one frame and your trying to send the information to another frame or is this all the same movie? You may want to look into creating a loadVars object or LoadVariables()
 
Old May 6th, 2004, 10:52 PM
Authorized User
 
Join Date: May 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am trying to send information to another frame. My dynamic text box is in one frame. And I have used the loadVariablesNum () function in another frame.

I have only NAMED the dynamic textfield as a variable which matches the variable name in my ASP file I am trying to load using the loadVariablesNum()

My code for loadvariables is

Code:
 loadVariablesNum ("blahblahblah.asp", 0, "POST");
I do not know how to use the LoadVars function. What code should I input?






Similar Threads
Thread Thread Starter Forum Replies Last Post
LoadVars with PHP 132591 Flash (all versions) 7 July 23rd, 2007 10:54 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.