<?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: Titanium Tutorials: Embedding Flash objects in a Titanium window</title>
	<atom:link href="http://www.sergemeunier.com/blog/titanium-tutorials-embedding-flash-objects-in-a-titanium-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sergemeunier.com/blog/titanium-tutorials-embedding-flash-objects-in-a-titanium-window/</link>
	<description>The musings of a mad software developer</description>
	<lastBuildDate>Tue, 27 Jul 2010 12:50:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Ireland</title>
		<link>http://www.sergemeunier.com/blog/titanium-tutorials-embedding-flash-objects-in-a-titanium-window/comment-page-1/#comment-9512</link>
		<dc:creator>Paul Ireland</dc:creator>
		<pubDate>Thu, 15 Jul 2010 17:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sergemeunier.com/blog/?p=159#comment-9512</guid>
		<description>I think it is the Adobe Flash plugin, rather than ActiveX control, which is used by Firefox too. So if a PC has either Firefox or Safari installed, and the user has chosen to install Flash for these browsers, then the Flash plugin should be present - and people testing Titanium desktop apps with embedded swfs probably wont see any issues with their embedded swfs not working.

The appcelerator press releases in the past have mentioned that &quot;Titanium supports applications developed using Adobe Flash, Microsoft Silverlight&quot; but I&#039;m guessing the clarification of that currently is &quot;if those technologies are installed separately&quot;. The Titanium installer doesn&#039;t appear to intall these. I&#039;d quite like the option for it to install Flash runtimes like Chrome, but I certainly wouldn&#039;t want it to include Silverlight and .Net runtimes in the installation by default too, that would be a large download.

I should add that my testing was done with Titanium&#039;s &quot;Bundled&quot; installer type package option. I do not know what happens yet, whether Flash is included, with the &quot;Network&quot; option (but I&#039;m guessing it isn&#039;t).</description>
		<content:encoded><![CDATA[<p>I think it is the Adobe Flash plugin, rather than ActiveX control, which is used by Firefox too. So if a PC has either Firefox or Safari installed, and the user has chosen to install Flash for these browsers, then the Flash plugin should be present &#8211; and people testing Titanium desktop apps with embedded swfs probably wont see any issues with their embedded swfs not working.</p>
<p>The appcelerator press releases in the past have mentioned that &#8220;Titanium supports applications developed using Adobe Flash, Microsoft Silverlight&#8221; but I&#8217;m guessing the clarification of that currently is &#8220;if those technologies are installed separately&#8221;. The Titanium installer doesn&#8217;t appear to intall these. I&#8217;d quite like the option for it to install Flash runtimes like Chrome, but I certainly wouldn&#8217;t want it to include Silverlight and .Net runtimes in the installation by default too, that would be a large download.</p>
<p>I should add that my testing was done with Titanium&#8217;s &#8220;Bundled&#8221; installer type package option. I do not know what happens yet, whether Flash is included, with the &#8220;Network&#8221; option (but I&#8217;m guessing it isn&#8217;t).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Ireland</title>
		<link>http://www.sergemeunier.com/blog/titanium-tutorials-embedding-flash-objects-in-a-titanium-window/comment-page-1/#comment-9509</link>
		<dc:creator>Paul Ireland</dc:creator>
		<pubDate>Thu, 15 Jul 2010 16:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sergemeunier.com/blog/?p=159#comment-9509</guid>
		<description>Thanks for the article Serge.

I have been testing Titanium building Windows 7 and Windows Vista desktop applications over the last couple of days with the standard Titanium Developer release (v1.2.1) from the appcelerator site during this time.

I was not able to get Flash working. The reason is because the Titanium application installation builds do not include the Flash runtimes. I finally got it working on the target PC by installing the Safari browser and then the Flash plug-in via the Safari browser. Here&#039;s what happened:

1. Titanium app with html and embedded swf file installed on Windows 7. Flash not working in Titanium app, despite Flash working in IE7 and Chrome on the same PC with the same html file.

2. Installed Safara browser. Flash still not working in Titanium app.

3. Used Safari to browse to page which had Flash, Safari then said missing plugin, and directed me to where I could download Flash. Safari browser now had Flash plugin working, and surprise surprise, the Titanium app&#039;s Flash started working too.

This confirmed my original gut feel that Titanium was not shipping Flash with its installations. I certainly couldn&#039;t find any equivalent of the gcswf32.dll Flash runtime that Chrome ships with its browser in the Titanium desktop application installation runtime folder.

So it looks like the Adobe Flash plugin (which is different from the Flash ActiveX which ships with IE and Windows7, and is different from the Flash runtime dll shipping with Chrome) has to be installed, for Flash to work in Titanium apps.

And unfortunately, unlike Google Chrome, Titanium does not currently install desktop apps with the Flash runtime included. But I&#039;m hoping that Titanium might include this as an option in the future.</description>
		<content:encoded><![CDATA[<p>Thanks for the article Serge.</p>
<p>I have been testing Titanium building Windows 7 and Windows Vista desktop applications over the last couple of days with the standard Titanium Developer release (v1.2.1) from the appcelerator site during this time.</p>
<p>I was not able to get Flash working. The reason is because the Titanium application installation builds do not include the Flash runtimes. I finally got it working on the target PC by installing the Safari browser and then the Flash plug-in via the Safari browser. Here&#8217;s what happened:</p>
<p>1. Titanium app with html and embedded swf file installed on Windows 7. Flash not working in Titanium app, despite Flash working in IE7 and Chrome on the same PC with the same html file.</p>
<p>2. Installed Safara browser. Flash still not working in Titanium app.</p>
<p>3. Used Safari to browse to page which had Flash, Safari then said missing plugin, and directed me to where I could download Flash. Safari browser now had Flash plugin working, and surprise surprise, the Titanium app&#8217;s Flash started working too.</p>
<p>This confirmed my original gut feel that Titanium was not shipping Flash with its installations. I certainly couldn&#8217;t find any equivalent of the gcswf32.dll Flash runtime that Chrome ships with its browser in the Titanium desktop application installation runtime folder.</p>
<p>So it looks like the Adobe Flash plugin (which is different from the Flash ActiveX which ships with IE and Windows7, and is different from the Flash runtime dll shipping with Chrome) has to be installed, for Flash to work in Titanium apps.</p>
<p>And unfortunately, unlike Google Chrome, Titanium does not currently install desktop apps with the Flash runtime included. But I&#8217;m hoping that Titanium might include this as an option in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firas</title>
		<link>http://www.sergemeunier.com/blog/titanium-tutorials-embedding-flash-objects-in-a-titanium-window/comment-page-1/#comment-3621</link>
		<dc:creator>Firas</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sergemeunier.com/blog/?p=159#comment-3621</guid>
		<description>it doesn&#039;t work :( I&#039;m using Titanium 0.8.4 on Mac OSX 10.6 Snow Leopard and I&#039;ve downloaded the adobe unit types update from here http://kb2.adobe.com/cps/516/cpsid_51615.html

please help!</description>
		<content:encoded><![CDATA[<p>it doesn&#8217;t work <img src='http://www.sergemeunier.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I&#8217;m using Titanium 0.8.4 on Mac OSX 10.6 Snow Leopard and I&#8217;ve downloaded the adobe unit types update from here <a href="http://kb2.adobe.com/cps/516/cpsid_51615.html" rel="nofollow">http://kb2.adobe.com/cps/516/cpsid_51615.html</a></p>
<p>please help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
