Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flash ActiveX API documentation?

I am trying to put a Flash ActiveX control into a Windows Form but I am running into a problem: a lack of documentation. The best I have found is a site called "F-IN-BOX" that has some documentation but much of the API is still a black box. For example, some property will take an integer or a string and provide no clue about what it wants. Another exanple is the FlashVersion() function that inexplicably returns 655361 on version 10.

Incidentally I'm having the same problem with Apple's Quicktime OCX. I've searched both sites and Google and I'm starting to wonder if either of these companies provide documentation for any of their products. Does anybody know where I can find documentation for either of them, even if it's the unofficial variety?

like image 488
Ryan Avatar asked Oct 18 '10 02:10

Ryan


1 Answers

Well once i worked with flash on a windows form, I took this example to get started, and the second link its a flash game being loaded to a winform

http://www.codeproject.com/KB/audio-video/flashexternalapi.aspx

http://www.csharphelp.com/archives/files/archive81/cSharpFlash.zip

Hope this helps anyone, about documentation i didn't find any when working on that project i reached Adobe but i never got an answer from them :/

Alex

like image 145
dalexsoto Avatar answered Sep 22 '22 17:09

dalexsoto