4
Answers

Embeding Flash File into Windows Form

Gary

Gary

13y
16.2k
1
Hello,

I want to embed a flash file into my Windows form to use in my application and not for a webpage. Is this even possible? I have right clicked on the properties of the Shockwave Flash Object but am confused by the amount of options - I have set 'Embed Movie' to 'True' but am having no luck in finding out what the 'Movie' and 'Movie Data' fields are for.

I have put the string
 private void axShockwaveFlash2_Enter(object sender, EventArgs e)
{

this.axShockwaveFlash1.LoadMovie(0, "C:\\Documents and Settings\\Gary\\My Documents\\Flash File\\CalmBay1.swf");
}

My flash file however doesn't load on my form and i'm stumped on how to get this to work!
Answers (4)