PDA

Click to See Complete Forum and Search --> : VB and Flash


XavierD
Jul 11th, 2001, 08:38 AM
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.

Fox
Jul 11th, 2001, 09:11 AM
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..

XavierD
Jul 11th, 2001, 09:47 AM
Thanks, thats just what I needed.