hello
i want to show my ads on my software which is has client system install now i want to show some info by the swf file now i create new form in project now how i play swf file
please help me give some idea or code
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
soumya ranjan routPosted Nov 1, 2009, 1:45 AM
Dharmesh SharmaPosted Oct 29, 2009, 7:24 AM
but i get error when i add refrence flash10a.oxc the messag come the
"self register is not and somthing like that and no access
Kirtan PatelPosted Oct 25, 2009, 10:29 AM
Here i m Giving your Solution
dont forget to mark "Do you like this answer" please :)
Follow Below
Steps Step 1
step 2
step 3
Now you will get a New Shockwaveflash Control in Tool Box Just Drag Drop it on Form
and use it like below Code
private void Form1_Load(object sender, EventArgs e)
{
axShockwaveFlash1.LoadMovie(0, "SWF FileName Here");
axShockwaveFlash1.Play();
}