I'd like to have placeholders in an .swf file that I can populate with information from .Net Membership information. Is this possible?
Asked
Active
Viewed 59 times
2 Answers
1
by .Net membership, are you refering to MS .NET? If so, 2 suggestions 1) use Silverlight 2) if you can't use silverlight, serialize the .NET info to XML then read the XML from flash to populate the SWF.

Jim Deville
- 10,632
- 1
- 37
- 47
0
Yes, this is possible using fsCommand() in your action script to pass XML back and forth between Flash and .NET.

Jacob G
- 3,645
- 1
- 20
- 25