MaxGUI flash

BlitzMax Forums/BlitzMax GUI Programming/MaxGUI flash

Im considering buying the max gui module for the sole reason of being able to display flash content from a HTML view.

Is this possible?

Cheers! :)

If its via the HTML gadget, yes.

thanks, just to clarify, I could have an app running full screen showing the flash movie and nothing else (as in no browser style controls)?

I don't suppose someone could compile a fullscreen app that views a HTML file for me could they?

there is no cross-platform way to have maxgui in fullscreen im afraid. (that i know of atleast)
But if your on windows there is an API function for it.
see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/devcons_7gz7.asp

or http://www.blitzbasic.com/Community/posts.php?topic=63443
for bmax implementation.

ahh ok, thank you

Btw, i havent checked if you can use Flash in the HTML gadget on linux or mac, since i dont have either :/