This text is replaced by the site logo. If not, try enabling javascript.
Advertise
|
About us
|
Site map
|
Syndicate
|
Search site
|
Mailing list
|
View Authors
|
Become an Author
Home
Tutorials
Forums
Articles
Blogs
Movies
Library
Employment
Press
ActionScript.org Forums
>
ActionScript Forums Group
>
ActionScript 1.0 (and below)
is Load to many layers possible
User Name
Remember Me?
Password
Register
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Thread Tools
Rate Thread
Display Modes
06-24-2004, 12:38 PM
#
1
ggg115
Registered User
Join Date: Jun 2004
Posts: 5
is Load to many layers possible
Is it possible to use a LoadVariables command and send the results to more then one layer???
ggg115
View Public Profile
Find More Posts by ggg115
06-24-2004, 02:39 PM
#
2
stv
programmer, maybe.
Join Date: Nov 2001
Location: Paris, EU
Posts: 255
what do you mean? please be more specific.
__________________
stv
--------------------------------
life.prototype.reset();
stv
View Public Profile
Find More Posts by stv
06-24-2004, 04:01 PM
#
3
ggg115
Registered User
Join Date: Jun 2004
Posts: 5
for instance I have a load variables command
loadVariables("load.aspx", "_root", "GET");
can I send the same exact data to layer 1 2 and 3 without calling the function another 3 times wasting precious bandwith???
like
loadVariables("load.aspx", "_root" & "layer 2" & "layer 3", "GET");
for example but that doesn't work.....
please help
Last edited by ggg115; 06-24-2004 at
04:04 PM
.
ggg115
View Public Profile
Find More Posts by ggg115
06-24-2004, 04:52 PM
#
4
stv
programmer, maybe.
Join Date: Nov 2001
Location: Paris, EU
Posts: 255
try using the loadVars object:
myLoadVars=new LoadVars();
myLoadVars.onLoad = function(success){
if(success){
_level0.var1 = this.var1
_level1.var1 = this.var2
_level2.var1 = this.var3
}else{
_level0.displayText = "loading error"
}
}
myLoadVars.sendAndLoad("file.asp", myLoadVars,"POST");
use POST if you have to send and load big files
__________________
stv
--------------------------------
life.prototype.reset();
stv
View Public Profile
Find More Posts by stv
06-25-2004, 01:49 AM
#
5
ggg115
Registered User
Join Date: Jun 2004
Posts: 5
hmm that seems easy ill give that a try thanks for the quick response and actually understanding me
you get an A+ just for effort.
ggg115
View Public Profile
Find More Posts by ggg115
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Rate This Thread
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Rate This Thread
:
5 : Excellent
4 : Good
3 : Average
2 : Bad
1 : Terrible
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
Off
HTML code is
Off
Forum Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
ActionScript Forums Group
ActionScript 3.0
ActionScript 2.0
ActionScript 1.0 (and below)
Simple Stuff (Newbies)
Flash General Questions
Flash 10 General Questions
Flash 9 General Questions
Flash 8 General Questions
Other Flash General Questions
Flex
Flex 2, 3 & 4
Flex 1
Extensions and Plugins
Components
JSFL - Extending Flash
Desktop, Mobile and non-browser Environments
AIR (Apollo)
FlashLite / Portable Devices Development
Projectors and CDs
Supporting Technologies
HTML and JavaScript
haXe
Server-Side Scripting
Flash Remoting
Flash Media Server
General
Best Practices
Gaming and Game Development
Animation and Effects
Flashants Support Forum
Community Boards
General Chat
Just for Kicks Challenges
Detention
Flash In Action
Site Check
Cool Sites
Widgets
Decommissioned
Projects and Positions
CMS Forums
Announcements Board
Content Postings / Updates
Product Review Requests
CMS Technical Questions
Process Questions
Collaboration & Suggested Articles
All times are GMT. The time now is
06:06 PM
.
///
Categories
Tutorials
Flash
Flex
Articles
Best Practices
Product Reviews
Third Party
Press Releases
The Community
Featured Jobs
Technical Flash Artist
MADISON, USA
iPhone/iPad Developer - CREATIVE CIRCLE
Philadelphia, USA
UX DESIGNER - CREATIVE CIRCLE
Philadelphia, USA
- More ActionScript, Flash and Flex jobs in the Employment Section.
- Advertise a job for free
Contact Us
-
Home Page
-
Archive
-
Privacy Statement
-
Top
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Ad Management plugin by
RedTyger
Copyright 2000-2013 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our
Privacy Policy and Terms of Use
.