Flash'In'App – Free Cocoa Framework

2008-05-05 Thread Julia Rixon
http://www.eltima.com/products/cocoa-framework/ Flash'In'App is a free Cocoa framework that lets you load and fully manage Adobe® Flash movies directly from your own applications for Mac OS X. Flash'In'App is a set of several specific classes to manage and fully control all the aspects of Flas

Re: Flash'In'App – Free Cocoa Framework

2008-05-05 Thread Ferhat Ayaz
Why don't load flash via WebKit ? Ferhat On May 5, 2008, at 12:55 PM, Julia Rixon wrote: http://www.eltima.com/products/cocoa-framework/ Flash'In'App is a free Cocoa framework that lets you load and fully manage Adobe® Flash movies directly from your own applications for Mac OS X. Flash'I

Re: Flash'In'App ? Free Cocoa Framework

2008-05-05 Thread Gordon Apple
Some of us want to incorporate Flash directly in our applications without WebKit. I've been in discussions with Eltima for awhile on this. The framework is free for personal use, but $399 (IMHO, not a bad price) for a commercial license. Unfortunately, you have to buy the commercial version t

Re: Flash'In'App – Free Cocoa Framework

2008-05-12 Thread Julia Rixon
Ferhat Ayaz wrote: Why don't load flash via WebKit ? Ferhat You can use WebKit for some purposes, but sometimes it doesn’t allow to implement all necessary features. For example there is no option to disable "Flash Local Security". Many features are hard to implement using WebKit. -- Sinc

Re: Flash'In'App ? Free Cocoa Framework

2008-05-12 Thread Julia Rixon
Gordon Apple wrote: Some of us want to incorporate Flash directly in our applications without WebKit. I've been in discussions with Eltima for awhile on this. The framework is free for personal use, but $399 (IMHO, not a bad price) for a commercial license. Unfortunately, you have to buy th

Re: Flash'In'App – Free Cocoa Framework

2008-05-12 Thread John Stiles
There are a couple of gotchas... trying to disable the right-click menu is one issue (maybe you can subclass the view for this, I haven't tried), and having the Flash app send messages back to the main app is another problem. Julia Rixon wrote: Ferhat Ayaz wrote: Why don't load flash via We

Re: Flash'In'App – Free Cocoa Framework

2008-05-15 Thread Julia Rixon
That's correct, all these things can be done with Flash'in'App. You can perform the following: - disable contextual menu and replace it with your own menu - send messages in Flash and receive return value, process functions invoked by flash movie and return result - intercept all attempts of SWF