C# Embedding Flash File sw
Hi, I assume you want to embedd a flash file in a form.
In Visual studio on your toolbox, choose to add a new component.
Choose the "COM Components" tab to get a list in which you can find the "Shockwave Flash Object"
Once added to the toolbox,
three simple commands are available to interact with the control:
â¢AxShockwaveFlash1.Stop()
â¢AxShockwaveFlash1.Movie = FilePath & "\FileName.swf"
â¢AxShockwaveFlash1.Play()
|