<?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: SwfObj Grows Up</title>
	<atom:link href="http://orangesplotch.com/swfobj-grows-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://orangesplotch.com/swfobj-grows-up/</link>
	<description>Web developing in the middle of the night.</description>
	<lastBuildDate>Mon, 30 Apr 2012 08:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Denis</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-3003</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Mon, 30 Apr 2012 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-3003</guid>
		<description>What I wanted was to see if this plugin can do a rotating flash ads into WP. Just couldn&#039;t figure out. Something like flash tag cloud.</description>
		<content:encoded><![CDATA[<p>What I wanted was to see if this plugin can do a rotating flash ads into WP. Just couldn&#8217;t figure out. Something like flash tag cloud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2990</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 14 Mar 2011 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2990</guid>
		<description>Hi Matt,

No worries-- hope that you had a good weekend. Thank you for the clarification. I understand what you mean now. I don&#039;t have an AIR project, so that&#039;s good. I&#039;ll have to check, but I probably use relative URLs to call the php. So I&#039;ll have to re-write those as absolute URLs. I&#039;ll contact you in a few days (offline), as you suggested. Again, thanks Matt. You&#039;ve been really cool helping me out.</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>No worries&#8211; hope that you had a good weekend. Thank you for the clarification. I understand what you mean now. I don&#8217;t have an AIR project, so that&#8217;s good. I&#8217;ll have to check, but I probably use relative URLs to call the php. So I&#8217;ll have to re-write those as absolute URLs. I&#8217;ll contact you in a few days (offline), as you suggested. Again, thanks Matt. You&#8217;ve been really cool helping me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Carpenter</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2989</link>
		<dc:creator>Matt Carpenter</dc:creator>
		<pubDate>Mon, 14 Mar 2011 06:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2989</guid>
		<description>Sorry for the slow response, it&#039;s been a busy weekend.

In Flex, you can compile an executable that runs outside of the browser
using Adobe AIR. This object is not embeddable in the browser and won&#039;t work
with SwfObj. That is what I mean by the standalone executable. It isn&#039;t an
issue of the objects you&#039;ve included in your Flex project, just how you are
compiling it.

As far as using php code, the problem is if you are using relative urls to
call the php file from within your Flex code. The way WordPress sets up urls
makes it difficult for Flex to find the php file if it is a relative
url. Contact
me  offline for more info about this, as
it&#039;s a bit of a long explanation.</description>
		<content:encoded><![CDATA[<p>Sorry for the slow response, it&#8217;s been a busy weekend.</p>
<p>In Flex, you can compile an executable that runs outside of the browser<br />
using Adobe AIR. This object is not embeddable in the browser and won&#8217;t work<br />
with SwfObj. That is what I mean by the standalone executable. It isn&#8217;t an<br />
issue of the objects you&#8217;ve included in your Flex project, just how you are<br />
compiling it.</p>
<p>As far as using php code, the problem is if you are using relative urls to<br />
call the php file from within your Flex code. The way WordPress sets up urls<br />
makes it difficult for Flex to find the php file if it is a relative<br />
url. Contact<br />
me  offline for more info about this, as<br />
it&#8217;s a bit of a long explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2988</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 11 Mar 2011 21:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2988</guid>
		<description>Hi Matt, 

Thanks so much for taking the time to help me. I really, really appreciate it. I just want to clarify a couple of points in your reply:

I&#039;m not sure what you mean by &quot;standalone executables aren&#039;t embeddable&quot;. For example, imagine that I have a Flex 3 panel with a dataGrid in it. And I&#039;ve got a ComboBox to choose which data to show in the grid. When the Flex app opens I have a default in the ComboBox selected. So, the table is filled with default data pulled from the mySQL database. In this example, is it a standalone executable? 

If I watch a Youtube video in a Flash Player I have to click the &quot;Play&quot; button in the player to start it. But, in my case, Flex goes ahead and retrieves data for the default table when it starts? I&#039;m also thinking about using a Flex treemap with default data and a Google Map that uses Flex 3 for displaying data.

I guess that in a sense Flex auto executes-- meaning that I don&#039;t have to click a button for a panel or someother component to appear. It runs when the page loads.

Also, I didn&#039;t quite understand your point regarding php code and the mySQL database. When I connect to the mySQL database, I use a php file that contains the select statement. It uses the variable that the Flex3 function sent and puts it in the select statement. So, I use a php file to pull the data from the database and return it to Flex. I use php file that&#039;s similar to the one in Mihai&#039;s tutorial: http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/ The php is about halfway down the page.

I really hope that I can use your plugin in my project. Apologies for all of the questions. I&#039;m still learning.

Thank you!

-Chris</description>
		<content:encoded><![CDATA[<p>Hi Matt, </p>
<p>Thanks so much for taking the time to help me. I really, really appreciate it. I just want to clarify a couple of points in your reply:</p>
<p>I&#8217;m not sure what you mean by &#8220;standalone executables aren&#8217;t embeddable&#8221;. For example, imagine that I have a Flex 3 panel with a dataGrid in it. And I&#8217;ve got a ComboBox to choose which data to show in the grid. When the Flex app opens I have a default in the ComboBox selected. So, the table is filled with default data pulled from the mySQL database. In this example, is it a standalone executable? </p>
<p>If I watch a Youtube video in a Flash Player I have to click the &#8220;Play&#8221; button in the player to start it. But, in my case, Flex goes ahead and retrieves data for the default table when it starts? I&#8217;m also thinking about using a Flex treemap with default data and a Google Map that uses Flex 3 for displaying data.</p>
<p>I guess that in a sense Flex auto executes&#8211; meaning that I don&#8217;t have to click a button for a panel or someother component to appear. It runs when the page loads.</p>
<p>Also, I didn&#8217;t quite understand your point regarding php code and the mySQL database. When I connect to the mySQL database, I use a php file that contains the select statement. It uses the variable that the Flex3 function sent and puts it in the select statement. So, I use a php file to pull the data from the database and return it to Flex. I use php file that&#8217;s similar to the one in Mihai&#8217;s tutorial: <a href="http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/" rel="nofollow">http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/</a> The php is about halfway down the page.</p>
<p>I really hope that I can use your plugin in my project. Apologies for all of the questions. I&#8217;m still learning.</p>
<p>Thank you!</p>
<p>-Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Carpenter</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2987</link>
		<dc:creator>Matt Carpenter</dc:creator>
		<pubDate>Fri, 11 Mar 2011 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2987</guid>
		<description>Hi Chris,

These are good questions. As long as your Flex 3 apps are compiled as .swf
files, then they can be embedded into your WordPress pages using the SwfObj
plugin. Standalone executables aren&#039;t embeddable.

As far as embedding it, all you need to do is install the plugin, then on
your post page you will see a little &#039;f&#039; icon. Click on that and it will pop
up a screen for uploading your .swf file and embedding it onto the current
page. You can also upload the file to your server and then manually enter
the shortcode into the post if you prefer to do it that way.

Your Flex app will still have the same access to the MySQL database. The
only caveat is if it depends on server side php code. It doesn&#039;t sound like
this is the case, though, so you should be good to go.

Let me know if you have any other questions or if there are any issues with
the plugin.

Thanks,
mattc</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>These are good questions. As long as your Flex 3 apps are compiled as .swf<br />
files, then they can be embedded into your WordPress pages using the SwfObj<br />
plugin. Standalone executables aren&#8217;t embeddable.</p>
<p>As far as embedding it, all you need to do is install the plugin, then on<br />
your post page you will see a little &#8216;f&#8217; icon. Click on that and it will pop<br />
up a screen for uploading your .swf file and embedding it onto the current<br />
page. You can also upload the file to your server and then manually enter<br />
the shortcode into the post if you prefer to do it that way.</p>
<p>Your Flex app will still have the same access to the MySQL database. The<br />
only caveat is if it depends on server side php code. It doesn&#8217;t sound like<br />
this is the case, though, so you should be good to go.</p>
<p>Let me know if you have any other questions or if there are any issues with<br />
the plugin.</p>
<p>Thanks,<br />
mattc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2986</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 11 Mar 2011 16:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2986</guid>
		<description>Hi Matt,

Your plug-in for embedding flash in WordPress sounds really cool. I&#039;ve got a few questions, so please bear with me. I&#039;m a newbie. 

I&#039;ve just started using WordPress. (I know Flex 3/ Actionscript. Unfortunately, I don&#039;t know javascript.) I&#039;d like to embed Flex 3 apps in my WordPress 3.1 page.  Would it be possible to do so using your plug-in? 

If so, can you point me to a tutorial as to how to do so? Or an example somewhere?

Do I need to change the default Flex HTML wrapper to use swfObject? (The default wrapper doesn&#039;t use swfobject). 

Or do I  simply download your plug-in, put the Flex app on the server, and add your embed tags to the WordPress page? As I understand it from your post, WordPress already has swfobject included, so I don&#039;t need to download it. (I only need your plug-in.)

My Flex app pulls data from a mySQL database. So, for example, if the user clicks button X or selects X in a ComboBox, they get different info than if they selected something else. Currently, I&#039;ve got my Flex apps working as standalone Flex pages. If I embed them in WordPress pages, do I have to change the way that they connect to the database? I&#039;m thinking in terms of the sending a variable to the database. So, would a remoting function like this still work?

public function getData(series:uint):void {
		
		myRemote.getMyData(series);
		
	}

Or, do I need to re-work it somehow to &quot;escape&quot; the WordPress page? Any suggestions?

Again, thank you for your excellent work. 

-Chris</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Your plug-in for embedding flash in WordPress sounds really cool. I&#8217;ve got a few questions, so please bear with me. I&#8217;m a newbie. </p>
<p>I&#8217;ve just started using WordPress. (I know Flex 3/ Actionscript. Unfortunately, I don&#8217;t know javascript.) I&#8217;d like to embed Flex 3 apps in my WordPress 3.1 page.  Would it be possible to do so using your plug-in? </p>
<p>If so, can you point me to a tutorial as to how to do so? Or an example somewhere?</p>
<p>Do I need to change the default Flex HTML wrapper to use swfObject? (The default wrapper doesn&#8217;t use swfobject). </p>
<p>Or do I  simply download your plug-in, put the Flex app on the server, and add your embed tags to the WordPress page? As I understand it from your post, WordPress already has swfobject included, so I don&#8217;t need to download it. (I only need your plug-in.)</p>
<p>My Flex app pulls data from a mySQL database. So, for example, if the user clicks button X or selects X in a ComboBox, they get different info than if they selected something else. Currently, I&#8217;ve got my Flex apps working as standalone Flex pages. If I embed them in WordPress pages, do I have to change the way that they connect to the database? I&#8217;m thinking in terms of the sending a variable to the database. So, would a remoting function like this still work?</p>
<p>public function getData(series:uint):void {</p>
<p>		myRemote.getMyData(series);</p>
<p>	}</p>
<p>Or, do I need to re-work it somehow to &#8220;escape&#8221; the WordPress page? Any suggestions?</p>
<p>Again, thank you for your excellent work. </p>
<p>-Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Carpenter</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2985</link>
		<dc:creator>Matt Carpenter</dc:creator>
		<pubDate>Thu, 10 Mar 2011 04:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2985</guid>
		<description>Yes, the alt can be any valid html content you want, it is not limited to just images.</description>
		<content:encoded><![CDATA[<p>Yes, the alt can be any valid html content you want, it is not limited to just images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Pelambres</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2984</link>
		<dc:creator>Carlos Pelambres</dc:creator>
		<pubDate>Wed, 09 Mar 2011 23:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2984</guid>
		<description>Sorry i meant oask can the alt content for flash be something besides an image...</description>
		<content:encoded><![CDATA[<p>Sorry i meant oask can the alt content for flash be something besides an image&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Pelambres</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2983</link>
		<dc:creator>Carlos Pelambres</dc:creator>
		<pubDate>Wed, 09 Mar 2011 23:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2983</guid>
		<description>Can the alternative content for flash be something other than flash? let&#039;s say a slideshow that actually works in those annoying i devices?</description>
		<content:encoded><![CDATA[<p>Can the alternative content for flash be something other than flash? let&#8217;s say a slideshow that actually works in those annoying i devices?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Carpenter</title>
		<link>http://orangesplotch.com/swfobj-grows-up/#comment-2982</link>
		<dc:creator>Matt Carpenter</dc:creator>
		<pubDate>Sun, 09 Jan 2011 06:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://orangesplotch.com/?p=337#comment-2982</guid>
		<description>Hi Michael,

I&#039;m guessing this swf is some kind of photo gallery/slideshow. Usually the problem is that the .swf is looking for data in the directory of the page&#039;s url, which is not where the images are on the server. Most Flash slideshow files can be given a parameter to tell them the url of the images or xml config file. 

Not sure if any of that makes sense, but I&#039;ll send you an email and hopefully we can figure out what is going on with your page.</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I&#8217;m guessing this swf is some kind of photo gallery/slideshow. Usually the problem is that the .swf is looking for data in the directory of the page&#8217;s url, which is not where the images are on the server. Most Flash slideshow files can be given a parameter to tell them the url of the images or xml config file. </p>
<p>Not sure if any of that makes sense, but I&#8217;ll send you an email and hopefully we can figure out what is going on with your page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

