Link to home
Start Free TrialLog in
Avatar of lion79
lion79

asked on

how to add flash to vb form

hi experts,
i want to know how to add a flash banner to vb.net form plz?
Avatar of Erick37
Erick37
Flag of United States of America image

1) Right-click the toolbox and select "Add/Remove Items"
2) Under "COM Components", select "Shockwave Flash Object"
3) The Shockwave Flash Object will now appear in the toolbox.  Add it to your form.

Use it like this -
Me.axShockwaveFlash1.LoadMovie(0, "c:\I386\segment1.swf")

Avatar of lion79
lion79

ASKER

do i add:
Me.axShockwaveFlash1.LoadMovie(0, "c:\I386\segment1.swf")
by double clicking the object and copy it there or how?coz i try this but nting appears
ASKER CERTIFIED SOLUTION
Avatar of Erick37
Erick37
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial