I'm using Visual C#.NET for programming and want to use
Macromedia file formats(SWF or FLA) on a "Windows Application"
project.
please help me to find out how can i do it.
thnaks a lot
Using "Macromedia SWF or FLA" files on Visual C#.NET...?
u can use flash by doing this.
tools-%26gt;Choose Toolbox items-%26gt;COM-%26gt;Shockwave Flash Object
and click ok then
the shockwave is added to your toolbox.Than drag it to your form.
İf u get an error.Try this:
go to your project folder and delete the shockwave file that .net created dynamically and then return back to your project and drag it again.This will work.
U get an error because .NET cannot create the object.U have to delete the previous file so that u can try again.
when u add the shockwave file in the code view try something like that:
axshockwaveflashplayer.movie="moviepat...
axshockwaveflashplayer is the name of your flash object.movie is the property that you will work flash animation or alike in shockwave flash object.
İf u get an error please write note
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment