0 pts.
 flash in vb
can i use flash buttons on visual basic 6? when i try to put some flash button it doesn't work. can you help me pls

Software/Hardware used:
ASKED: August 18, 2005  9:01 PM
UPDATED: August 19, 2005  2:02 PM

Answer Wiki:
Good Morning, Try this link. It has some good info on flash and VB. http://www.1cplusplusstreet.com/vb/scripts/ShowCode.asp?txtCodeId=59054&lngWId=-10 It has a code download as well.
Last Wiki Answer Submitted:  August 19, 2005  8:33 am  by  Gatman2000   0 pts.
All Answer Wiki Contributors:  Gatman2000   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Languages – environments – dialects
When you say “Can I use flash buttons on VB6?” It is like saying “Is ‘Carpe Diem’ allowed in English?” The Latin phrase only has meaning when the interpeter knows what it means. The ‘Flash Buttons’ only have meaning on websites when the browser understands (has flash player installed).

Actually if you move to VB.net and encapsulate the ‘flash button’ you could use it. The question would then be why?

In VB6 (from 4 on) you could apply pictures to command buttons and a few people used anumated ‘GIFs’ to dress up the buttons. That only amounts to a dialect difference not a different language.

To effectively use ‘Flash’ you should be using ‘Director’ or ‘Dreamweaver’. Those are the environments wher flash is the native language.

Trying to encapsulate a foreign language in your native environment produces code bloat, and project sizes balloon.

I hope this helps – good luck.

 30 pts.