hello folks,
can any one please tell me what software can me downloaded to make my own .swf files.
i.e flash files........
thank you

Recommended Answers

All 3 Replies

thank you friend,
i have got my problem solved.
i have downloaded the software named " sothink swf easy" from internet.Made an swf file,then cut paste it to the bin of my project,just add a flash player object from com components from toolbox,and put the following code in your pageload event of the form:-

AxShockwaveFlash1.Movie = Application.StartupPath & "\mutiimage.swf"
AxShockwaveFlash1.Play()
happy exploring.

Yeah, I have used this technique for a few applications. The first time I used .swf in VB.NET, I made a game application because all games were blocked at my school ;)

Glad you fixed your issue and happy coding!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.