views:

36

answers:

2

I'd like to have placeholders in an .swf file that I can populate with information from .Net Membership information. Is this possible?

+1  A: 

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.

James Deville
A: 

Yes, this is possible using fsCommand() in your action script to pass XML back and forth between Flash and .NET.

Jacob G