<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Open Video Player in AIR</title>
	<atom:link href="http://saturnboy.com/2009/04/open-video-player-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://saturnboy.com/2009/04/open-video-player-air/</link>
	<description>Code, Work, and Life</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:21:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2009/04/open-video-player-air/comment-page-1/#comment-135</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Mon, 17 May 2010 20:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=413#comment-135</guid>
		<description>@technofeeliak:  I think what you want is the &lt;a href=&quot;http://www.adobe.com/devnet/air/flex/quickstart/interacting_with_native_process.html&quot; rel=&quot;nofollow&quot;&gt;Native Process API&lt;/a&gt; that&#039;s available in AIR 2.0.  Using this new API, you should be able to write a catalog browser app in AIR that gets its data from file system, but defers to some non-flash video player application for playback.  I&#039;d recommend using &lt;a href=&quot;http://www.videolan.org/&quot; rel=&quot;nofollow&quot;&gt;VLC&lt;/a&gt; for your video player, because Windows Media Player sucks.

Some googling turned up &lt;a href=&quot;http://mchristoff.com/2009/12/using-the-air-2-0-nativeprocess-api-to-control-mplayer/&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt; on using the Native Process API to control MPlayer (another video player application). Good luck.</description>
		<content:encoded><![CDATA[<p>@technofeeliak:  I think what you want is the <a href="http://www.adobe.com/devnet/air/flex/quickstart/interacting_with_native_process.html" rel="nofollow">Native Process API</a> that&#8217;s available in AIR 2.0.  Using this new API, you should be able to write a catalog browser app in AIR that gets its data from file system, but defers to some non-flash video player application for playback.  I&#8217;d recommend using <a href="http://www.videolan.org/" rel="nofollow">VLC</a> for your video player, because Windows Media Player sucks.</p>
<p>Some googling turned up <a href="http://mchristoff.com/2009/12/using-the-air-2-0-nativeprocess-api-to-control-mplayer/" rel="nofollow">this article</a> on using the Native Process API to control MPlayer (another video player application). Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: technofeeliak</title>
		<link>http://saturnboy.com/2009/04/open-video-player-air/comment-page-1/#comment-134</link>
		<dc:creator>technofeeliak</dc:creator>
		<pubDate>Mon, 17 May 2010 19:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=413#comment-134</guid>
		<description>I don&#039;t like the Flash player very much. Like everything Adobe makes it&#039;s not user friendly and takes a lot of time to become familiar.

I don&#039;t understand why no one has talked about making a flash menu that links multiple video files. My idea is to make a graphic interface with which I can access my entire dvd collection backed up as vob files and play them in Windows Media Player. Imagine how easy it would be to chose the movie you want to watch with a totally customized menu including and image of the dvd cover, links to IMDb.com for more information, a play button to one or more disks that came with the title, along with multiple views of the listed collection to facilitate navigation. I came so close to completing this project but couldn&#039;t link the play buttons to the vob files for them to open in WMP. I&#039;ve written to Adobe and of course they don&#039;t explain anything. I&#039;ve spent a lot of time watching tutorials on lynda.com but still nothing. I learned about the existence of AIR and some of it&#039;s capabilities but still no clue about the line of code I need to get the buttons to open the video files in WMP (Windows Media Player). If someone can give me some kind of resource I&#039;d really appreciate it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like the Flash player very much. Like everything Adobe makes it&#8217;s not user friendly and takes a lot of time to become familiar.</p>
<p>I don&#8217;t understand why no one has talked about making a flash menu that links multiple video files. My idea is to make a graphic interface with which I can access my entire dvd collection backed up as vob files and play them in Windows Media Player. Imagine how easy it would be to chose the movie you want to watch with a totally customized menu including and image of the dvd cover, links to IMDb.com for more information, a play button to one or more disks that came with the title, along with multiple views of the listed collection to facilitate navigation. I came so close to completing this project but couldn&#8217;t link the play buttons to the vob files for them to open in WMP. I&#8217;ve written to Adobe and of course they don&#8217;t explain anything. I&#8217;ve spent a lot of time watching tutorials on lynda.com but still nothing. I learned about the existence of AIR and some of it&#8217;s capabilities but still no clue about the line of code I need to get the buttons to open the video files in WMP (Windows Media Player). If someone can give me some kind of resource I&#8217;d really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alberto</title>
		<link>http://saturnboy.com/2009/04/open-video-player-air/comment-page-1/#comment-32</link>
		<dc:creator>alberto</dc:creator>
		<pubDate>Wed, 08 Jul 2009 14:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=413#comment-32</guid>
		<description>hei!
i was troubling with netstream for a while great article!</description>
		<content:encoded><![CDATA[<p>hei!<br />
i was troubling with netstream for a while great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2009/04/open-video-player-air/comment-page-1/#comment-19</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 29 Apr 2009 19:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=413#comment-19</guid>
		<description>I must agree that the OVP is currently 95% hype...but not without reason because there&#039;s definitely something there.

Hopefully, Adobe will come in and take web video to the next level.</description>
		<content:encoded><![CDATA[<p>I must agree that the OVP is currently 95% hype&#8230;but not without reason because there&#8217;s definitely something there.</p>
<p>Hopefully, Adobe will come in and take web video to the next level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Carabeo-Nieva</title>
		<link>http://saturnboy.com/2009/04/open-video-player-air/comment-page-1/#comment-18</link>
		<dc:creator>Peter Carabeo-Nieva</dc:creator>
		<pubDate>Wed, 29 Apr 2009 18:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=413#comment-18</guid>
		<description>Great Post! We both happen to be very early tinkerers of OVP, there&#039;s almost nothing else out there on the web regarding OVP at this point, just a bunch of press but nobody really putting it to use and blogging about it etc. I&#039;m actually looking to extend it greatly so that it can tie into ad serving systems etc. Adobe Strobe also looks very promising but it won&#039;t be out for a while. Thanks again for this excellent post!</description>
		<content:encoded><![CDATA[<p>Great Post! We both happen to be very early tinkerers of OVP, there&#8217;s almost nothing else out there on the web regarding OVP at this point, just a bunch of press but nobody really putting it to use and blogging about it etc. I&#8217;m actually looking to extend it greatly so that it can tie into ad serving systems etc. Adobe Strobe also looks very promising but it won&#8217;t be out for a while. Thanks again for this excellent post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

