A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Visual Basic and Flash

  1. #1
    Senior Member
    Join Date
    Jun 2005
    Posts
    203

    Visual Basic and Flash

    Is there any way to have flash show up in visual basic, or have visual basic launch the flash game?
    Tsehehehehehe

  2. #2
    Senior Member
    Join Date
    Apr 2002
    Posts
    226
    In another language I have inserted an ActiveX component (ShockwaveFlash) which plays the movie directly in the application in a specified area. Or if you have a web browser-component you can open an html-page with the flash or simply execute the swf-file from the app to let the flashplayer open it.

  3. #3
    PlayerForever adi4x's Avatar
    Join Date
    Feb 2005
    Posts
    753
    To launch from Visual Basic you can use commands:
    Shell "file.exe"
    Shell "iexplorer.exe file.swf"
    Card Games - play many card games free
    Free Games many free online games

  4. #4

  5. #5
    Senior Member
    Join Date
    Jun 2005
    Posts
    203
    thanks guys, I'm not exactly sure why I asked, but I thought I might use this sometime later
    Tsehehehehehe

  6. #6
    PlayerForever adi4x's Avatar
    Join Date
    Feb 2005
    Posts
    753
    Quote Originally Posted by The_Mercenary
    I'm not exactly sure why I asked, but I thought I might use this sometime later
    LoL
    Card Games - play many card games free
    Free Games many free online games

  7. #7
    Senior Member webgeek's Avatar
    Join Date
    Sep 2000
    Posts
    1,352
    That link is the better way to do it as opposed to shelling out to IE. If you need HTML as well, you can just embed IE into the VB form.

    Personally, I'd just suggest that you use something like Zinc from MDN or one of the other wrapper applications. They are superb.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center