I was wondering how would i make a call to a function inside my C# code with out reloading the page from inside Flash?

Thanks

i think you can use ajax, if you are able to call javascript function from flash, then you can use that function to call c# method, then when the c# method finishes execution it will call back one of your javascript functions, in that javascript function you will modify your screen. i was really amazed when i did it for the first time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.