<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JavaFX Video in a Swing Application &#8211; Technically Doable</title>
	<atom:link href="http://lobobrowser.wordpress.com/2008/12/29/javafx-video-in-a-swing-application-technically-doable/feed/" rel="self" type="application/rss+xml" />
	<link>http://lobobrowser.wordpress.com/2008/12/29/javafx-video-in-a-swing-application-technically-doable/</link>
	<description>Primarily about the Lobo web browser and the Cobra rendering engine</description>
	<lastBuildDate>Sat, 19 Dec 2009 22:50:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lqd</title>
		<link>http://lobobrowser.wordpress.com/2008/12/29/javafx-video-in-a-swing-application-technically-doable/#comment-13</link>
		<dc:creator>lqd</dc:creator>
		<pubDate>Mon, 29 Dec 2008 16:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://lobobrowser.wordpress.com/?p=27#comment-13</guid>
		<description>Just for fun i&#039;ll kick in another way that lets you add hw accelerated effects, transforms and all: using scenario&#039;s SGMediaView that comes with javafx but is for swing (scenario 1.0, not the gpl&#039;d scenario 0.6).</description>
		<content:encoded><![CDATA[<p>Just for fun i&#8217;ll kick in another way that lets you add hw accelerated effects, transforms and all: using scenario&#8217;s SGMediaView that comes with javafx but is for swing (scenario 1.0, not the gpl&#8217;d scenario 0.6).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lobochief</title>
		<link>http://lobobrowser.wordpress.com/2008/12/29/javafx-video-in-a-swing-application-technically-doable/#comment-11</link>
		<dc:creator>lobochief</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://lobobrowser.wordpress.com/?p=27#comment-11</guid>
		<description>Yes, I&#039;m sure there&#039;s a way to do it by only using jmc.jar and the required DLLs. I&#039;m not familiar with that API. Is there documentation on the JMC API other than the PDF?

Personally what I was interested in finding out is if you could run JavaFX code with MediaView and MediaPlayer inside a Swing application that is run standalone (the Lobo browser) with java and not javafx. Now I see how it could potentially be done.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m sure there&#8217;s a way to do it by only using jmc.jar and the required DLLs. I&#8217;m not familiar with that API. Is there documentation on the JMC API other than the PDF?</p>
<p>Personally what I was interested in finding out is if you could run JavaFX code with MediaView and MediaPlayer inside a Swing application that is run standalone (the Lobo browser) with java and not javafx. Now I see how it could potentially be done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://lobobrowser.wordpress.com/2008/12/29/javafx-video-in-a-swing-application-technically-doable/#comment-10</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://lobobrowser.wordpress.com/?p=27#comment-10</guid>
		<description>That&#039;s a very good attempt to do thing differently.

For those who want simpler solution integrating media support into Swing application can directly use the media API without the JavaFX classes and API :^&gt; . The advantage of this approach is to reduce the complexity of the code (by not using JavaFX&#039;s layer) and perhaps save some (Negligible) memory and offer slight performance improvement.

So for those who want to find out how to do this can read the following Sun&#039;s presentation
Incorporating Media into Java and JavaFX™
Technology Based Platforms
http://dsc.sun.com/learning/javaoneonline/2008/pdf/TS-6509.pdf

Have fun with JavaFX and Swing...</description>
		<content:encoded><![CDATA[<p>That&#8217;s a very good attempt to do thing differently.</p>
<p>For those who want simpler solution integrating media support into Swing application can directly use the media API without the JavaFX classes and API :^&gt; . The advantage of this approach is to reduce the complexity of the code (by not using JavaFX&#8217;s layer) and perhaps save some (Negligible) memory and offer slight performance improvement.</p>
<p>So for those who want to find out how to do this can read the following Sun&#8217;s presentation<br />
Incorporating Media into Java and JavaFX™<br />
Technology Based Platforms<br />
<a href="http://dsc.sun.com/learning/javaoneonline/2008/pdf/TS-6509.pdf" rel="nofollow">http://dsc.sun.com/learning/javaoneonline/2008/pdf/TS-6509.pdf</a></p>
<p>Have fun with JavaFX and Swing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirill Grouchnikov</title>
		<link>http://lobobrowser.wordpress.com/2008/12/29/javafx-video-in-a-swing-application-technically-doable/#comment-9</link>
		<dc:creator>Kirill Grouchnikov</dc:creator>
		<pubDate>Mon, 29 Dec 2008 05:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://lobobrowser.wordpress.com/?p=27#comment-9</guid>
		<description>Pure Swing code with none of the JavaFX internals is at http://www.pushing-pixels.org/?p=909</description>
		<content:encoded><![CDATA[<p>Pure Swing code with none of the JavaFX internals is at <a href="http://www.pushing-pixels.org/?p=909" rel="nofollow">http://www.pushing-pixels.org/?p=909</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
