[web] Flash & C#

Started by
1 comment, last by Rob Loach 18 years, 8 months ago
Hi! I am trying to insert flash controls in my .NET projects but i don't know anything about action script.I need some help attaching events to flash objects so when i enter the body of this function ,i catch the events.

private void axShockwaveFlash1_FSCommand(object sender, AxShockwaveFlashObjects._IShockwaveFlashEvents_FSCommandEvent e)
{
		
       
}


I don't use customized flash buttons ,only the ones supplied in the Flash MX2004 toolbox .I googled a lot but i didn't find the answer i wanted.... so please give me a hand on this...
Advertisement
if you are talking about forms this will help you:
http://www.gamedev.net/community/forums/topic.asp?topic_id=336521

If you are talking about .net as in aspx then that won't help.
Anything posted is personal opinion which does not in anyway reflect or represent my employer. Any code and opinion is expressed “as is” and used at your own risk – it does not constitute a legal relationship of any kind.
GameSWF is a C++ library that parses and renders SWF movies. You could use P/Invoke to use it.
Rob Loach [Website] [Projects] [Contact]

This topic is closed to new replies.

Advertisement