Cocoa app within a browser window
Cocoa app within a browser window
- Subject: Cocoa app within a browser window
- From: Todd Hunter <email@hidden>
- Date: Fri, 15 Nov 2002 10:53:03 -0800
I am trying to determine (1) if it is possible, and (2) the best
architecture for trying to embed a Cocoa app inside a browser window. What
I am trying to do is have my app work similar to the RealOne and QuickTime
Player apps, but use Cocoa instead of Carbon. Both of these apps use a
Netscape plug-in to embed their players inside a browser window.
So essentially what I am trying to do is create a Player app inside a
browser window using Cocoa. Currently I have shells for a signed Java
applet and a Netscape plug-in. Would it be easier to embed my player in the
Java applet or should I use the Netscape plug-in to embed the player? What
I want is for my player to be able to play inside a browser window and as a
standalone player when launched by the user. This is how both RealOne and
QuickTime Players operate.
Are there any Cocoa code examples on the Internet similar to what I want to
do or is there any articles on the Internet that discuss this type of design?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >ControlRef (From: Clark Mueller <email@hidden>) |