Macromedia Flash in C#

Started by
3 comments, last by mrbastard 18 years ago
Is there a control I can use in .Net 2 with C# to play swf files. Im not actually working in C# its Web Developer 2005 in C# code and I tried html but i want to be able to change the movie file it is playing based on a selection.
Advertisement
The C# code used in a Web Developer project is purely server side code AFAIK, and it doesn't really tend to make much sense to me for the server to be running a flash module. Or maybe I am simply misunderstanding your question.
.
Okay here is what I am trying to do -

ListBox - contains names to multiple flash movies people may want to watch.
User selects name and clicks view button. Program looks up name in hashtable and gets appropriate FileInfo class which opens the swf file and then shows the flash movie.
Isnt there a control that will allow me to play flash movies??
use a placeholder and embed the flash as you would in html.
[size="1"]

This topic is closed to new replies.

Advertisement