Flash Movies in B+
BlitzPlus Forums/BlitzPlus Programming/Flash Movies in B+| 
 | ||
| Does anyone have a flash movie dll that can be added to B+?  I have done it in Visual Basic, but I'm making a simple game engine and I would like to have some flash movies when the player completes a task. | 
| 
 | ||
| If I am not mistaken, Blitzplus allows you to create gadgets that display HTML.  These gadgets use Internet Explorer to display the HTML.  So in theory they should play flash files, embedded in a webpage perhaps, if the user has installed Flash on their system. That's just a theory. | 
| 
 | ||
| You can as sswift said.  You can even intercept the Flash button events and pass them back to the Blitz+ using: http://www.blitzbasic.com/bpdocs/command.php?name=HtmlViewEventURL | 
| 
 | ||
| Yes, that should do the work. |