Macromedia Flash in VB 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bluethunder
    New Member
    • Sep 2007
    • 50

    Macromedia Flash in VB 6.0

    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.
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by bluethunder
    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.
    Hi

    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

    Comment

    • Torgg
      New Member
      • Dec 2007
      • 41

      #3
      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,
      Torgg

      Comment

      Working...