Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > Visual Web Developer 2005
|
Visual Web Developer 2005 Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Web Developer 2005 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 April 25th, 2007, 11:40 PM
Registered User
 
Join Date: Apr 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Pass values from Aspx page to Flash

Hi,
   I'm developing Chat application in Flash, The user's login page is in Asp.net The registered users can entered the Flash chat window.
In that chat window I have to get the user name from asp.net login page.
   How to get this? Solve this

Thanks in Advance

 
Old August 16th, 2007, 06:31 PM
Friend of Wrox
 
Join Date: Jun 2007
Posts: 477
Thanks: 10
Thanked 19 Times in 18 Posts
Default

OK, I'm really new to Flash so I don't know the syntax for this, but my instructor did mention something about this in class. Here's all the information I could pull together from my notes.

You need to create a LoadVars instance. LoadVars is a class introduced in Flash MX and is the only class with server communication capability. That you can do by declaring a variable of the LoadVars type and instantiating it as an object.

var myLV:LoadVars = new LoadVars();

OK, here's where it gets a little dicey, all we ever did with it was use it to load text & HTML documents into a dynamic text area. However there are send & sendAndLoad methods for the LoadVars class. And they're specifically tagged as letting you communicate with the server for processing. That sadly is all I've got.

I hope its enough to send you in the right direction.

-------------------------

Whatever you can do or dream you can, begin it. Boldness has genius, power and magic in it. Begin it now.
-Johann von Goethe

When Two Hearts Race... Both Win.
-Dove Chocolate Wrapper

Chroniclemaster1, Founder of www.EarthChronicle.com
A Growing History of our Planet, by our Planet, for our Planet.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Pass values from Aspx page to Flash Muthunagai.A ASP.NET 1.0 and 1.1 Professional 0 April 25th, 2007 11:43 PM
Pass values from Aspx page to Flash Muthunagai.A ASP.NET 1.0 and 1.1 Basics 0 April 25th, 2007 11:41 PM
Pass values from Aspx page to Flash Muthunagai.A Excel VBA 0 April 25th, 2007 11:37 PM
How to pass variables from Aspx page to Asp Page jayaraj Classic ASP Basics 2 May 23rd, 2004 06:56 AM
How to pass the variables in Aspx page to Asp Page jayaraj ASP.NET 1.0 and 1.1 Basics 3 May 23rd, 2004 06:55 AM





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