-
VB and Flash
Is there a way to include a Flash file (.swf) into a VB app?
Right now we have a program that displays a .bmp or .gif in a picture box based on an entry in an ini file. Is there a control I can use that will allow both .bmps, .gifs and Flash files? Even one that just allows flash files would be great.
BTW I'm a novice programmer so I appologize if this question seems a little basic.
Thanks.
-
Use the Flash Control *grin*
Just put a filename in and it'll play the movie and stretch it to the size of the control..
-
Thanks, thats just what I needed.