Re: Interfacing with the Real Player or Windows Media?
Re: Interfacing with the Real Player or Windows Media?
- Subject: Re: Interfacing with the Real Player or Windows Media?
- From: Greg Robbins <email@hidden>
- Date: Sat, 19 Jul 2003 09:16:25 -0700
At 12:44 AM -0700 7/19/03, Eric Freeman wrote:
Has anyone seen an elegant way to interface with either the OS X
RealPlayer or Windows Media Player (yes, I'd rather just use
Quicktime, but this app needs support for streaming from the windows
media and real player formats)? Are these apps supporting any
AppleScript?
Some basic AppleScript should work in the stand-alone applications;
both applications should respond at least to OpenDocuments and
GetURL, and you can use application-specific events listed in their
dictionaries and GUI scripting
<
http://www.apple.com/applescript/GUI/>. If you want to embed
playback inside your app, you'll need to support the old Netscape CFM
plug-in interface like web browsers do
<
http://developer.apple.com/technotes/tn/tn2020.html>. The RealOne
Player developers are interested in requests for future versions; if
you want Cocoa view embedding support, drop the team a note at
email@hidden.
Greg Robbins
_______________________________________________
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.