adding a flash file to the form
-
HI, I have an animation flash file with .fla extension. I want to paly it in one of my form. How do I add it to my form. Thanks.
I guees you can put Browser Control on your form ,then display in the control your flash file. DevIntelligence.com - My blog for .Net Developers
-
I guees you can put Browser Control on your form ,then display in the control your flash file. DevIntelligence.com - My blog for .Net Developers
-
HI, I have an animation flash file with .fla extension. I want to paly it in one of my form. How do I add it to my form. Thanks.
Alternatively you could drop a Flash Player on your form. This might give you more control over playing of the movie and the ability to handle events from the control in your .NET code. (Add it to the toolbar in VS by selecting it from the COM component list.)