News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Playing & Interacting with flash

Started by Ksbunker, June 25, 2007, 04:39:20 AM

Previous topic - Next topic

Ksbunker

I've been scouring the WWW for any hints about how to embed/play/load *.swf files on dialogs with asm, moreover how to interact with them from asm.

Much information revolves around VB and flash integration, little with c++, and from what I have gathered, zero with asm.

My question: How to play flash movies in asm programs?

Any help would be appreciated.

modchip

Once, I saw an example here at the MASM forums. As far I as remember, the flash was embedded on an html file, the the html file was displayed in the dialog. Try searching 'html display'.

Hope this helps. :D

sinsi

If you like COM interfaces, look for the IShockwaveFlash interface (I can't find any declarations for it, but you might have better luck...)

Let us know what happens eh? Good luck.
Light travels faster than sound, that's why some people seem bright until you hear them.

donkey

The SDK is free from Adobe, however you cannot create any software that is capable of playing an SWF file without a license from Adobe.

http://www.adobe.com/licensing/developer/

"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable