Good day guys, i just want to know how will i going to call the macromedia flash file in vb 6.0. I think its hard code and i dont know what code i will gonna use. Can anyone help me in this case.
Macromedia Flash in VB 6.0
Collapse
X
-
Tags: None
-
Originally posted by bluethunderGood day guys, i just want to know how will i going to call the macromedia flash file in vb 6.0. I think its hard code and i dont know what code i will gonna use. Can anyone help me in this case.
If you want play a macromedia flash file in your application, all you have to do is to add an ocx component (shockwave flash).
Then try this:
[CODE=vb]Flash.Movie = App.Path & "/Flash.swf"[/CODE]
Hope this helps
Rey Sean -
I think lotus18 is correct, however, you could also do the following should you have problems with the Shockwave Flash ocx. Create an .htm page and put your flash file into that page, then in your app put a browser control pointing to your htm page. Its a few more steps but should work nicly.
Hope this was helpfull,
TorggComment
Comment