I would like to display a Flash movie from my project.
In Flash 5 I was able to do this from a PictureBox on a windows form and specify the filename in the Propertise window.
But I can't seem to get any information on this for Visual Studio 2005.
I'm trying to display and introduction/demonstration page as a Flash before the first main menu page of my project.
I would greatly appreciate any help
thanks...
D...

Can I run a Flash movie in Visual Studio?
RaoulDukey
Thanks,
but one more question... what parameter do you specify the path for the swf file
thanks, again
D...
e3Di
me
.WebBrowser1.Navigate("PathOfSwf")Hammad_Awan
The easiest solution is to embed the swf directly in a web browser control on a form.
HTH