|
-
Mar 11th, 2010, 08:36 PM
#1
New Member
Re: VB.NET : Play ShockWave Flash movie in VB.NET
right click on toolbox item then select choose items then select com components then search for shockwave flash object after selection drag it on ur form next plcae ur flash file in project folder bin\debug next
then select timer enable it then double click on timer and paste this code
AxShockwaveFlash1.Movie = Application.StartupPath & "\PLAY\ur flash file name here .swf"
AxShockwaveFlash1.Play()
enjoy dudes
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|