Flash Movies in B+

BlitzPlus Forums/BlitzPlus Programming/Flash Movies in B+

xmlspy(Posted 2005) [#1]
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.


sswift(Posted 2005) [#2]
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.


Beaker(Posted 2005) [#3]
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


xmlspy(Posted 2005) [#4]
Yes, that should do the work.