|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
can anyone help or teach me how to work with Visual Basic and Macromedia Flash?
I'm currently doing a thesis right now and 'm having trouble learning on how i can use VB6 and flash hand in hand for i don't really know how to make the 2 work together. Any help would be appreciated! thank you in advance! |
|
#2
|
|||
|
|||
|
you mean that u want to load flash animation into vb6, Right?
use shockwave flash. find this control in component and check this. it will showing in your toolbox, use like other control and add this following code i use button here : Code:
private sub command1_Click()
shockwaveflash1.movie = yourFlashAppPath & "\yourFlashAppName
end sub
|
![]() |
| Viewing: Tutorialized Forums > Desktop Programming > Visual Basic > Need Help please! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|