|
-
Visual Basic and Flash
Is there any way to have flash show up in visual basic, or have visual basic launch the flash game?
-
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.
-
PlayerForever
To launch from Visual Basic you can use commands:
Shell "file.exe"
Shell "iexplorer.exe file.swf"
-
Who needs pants?
-
thanks guys, I'm not exactly sure why I asked, but I thought I might use this sometime later
-
PlayerForever
 Originally Posted by The_Mercenary
I'm not exactly sure why I asked, but I thought I might use this sometime later 
LoL
-
Senior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|