<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Data from Flash interface</title>
	<link>http://ask.metafilter.com/15803/Data-from-Flash-interface/</link>
	<description>Comments on Ask MetaFilter post Data from Flash interface</description>
	<pubDate>Tue, 01 Mar 2005 21:17:26 -0800</pubDate>
	<lastBuildDate>Tue, 01 Mar 2005 21:17:26 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Data from Flash interface</title>
		<link>http://ask.metafilter.com/15803/Data-from-Flash-interface</link>	
		<description>How can I get data from a Flash interface-based web page?  e.g. When I click on an item in the interface, is there anyway to get info on what was selected, etc?  For example, on http://homestarrunner.com/sbemail.html, how can I get the data on which selection was made from the list?  I&apos;d like to take that data into a PHP app and do something with it elsewhere.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.15803</guid>
		<pubDate>Tue, 01 Mar 2005 20:37:37 -0800</pubDate>
		<dc:creator>noahv</dc:creator>
		
			<category>flash</category>
		
			<category>interface</category>
		
			<category>web</category>
		
			<category>app</category>
		
	</item> <item>
		<title>By: pmbuko</title>
		<link>http://ask.metafilter.com/15803/Data-from-Flash-interface#269989</link>	
		<description>Unless you have access to the server logs, I can&apos;t think of a way this is possible. Even with access to the logs, the Flash interface may not report referring URL information to the server.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15803-269989</guid>
		<pubDate>Tue, 01 Mar 2005 21:17:26 -0800</pubDate>
		<dc:creator>pmbuko</dc:creator>
	</item><item>
		<title>By: AlexReynolds</title>
		<link>http://ask.metafilter.com/15803/Data-from-Flash-interface#270004</link>	
		<description>&lt;a href=&quot;http://livedocs.macromedia.com/flashremoting/mx/Using_Flash_Remoting_MX/intro2.htm&quot;&gt;Using Flash Remoting.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15803-270004</guid>
		<pubDate>Tue, 01 Mar 2005 21:36:21 -0800</pubDate>
		<dc:creator>AlexReynolds</dc:creator>
	</item><item>
		<title>By: recursive</title>
		<link>http://ask.metafilter.com/15803/Data-from-Flash-interface#270006</link>	
		<description>First of all, I&apos;m assuming you&apos;re using homestarrunner as an example, and you are doing this on a site you maintain.  &lt;br&gt;
&lt;br&gt;
I don&apos;t know the first thing about flash, but I am pretty sure flash can direct the browser to a new url.  My first reaction would be to load your php script in an invisible frame with the menu selection as a url paramter i.e. http://mysite.com/menuhandler.php?menu_option=3&lt;br&gt;
&lt;br&gt;
Someone else with more actual knowledge will have to comment on whether this hair-brained scheme is actually possible in flash, and why something else would be much better.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15803-270006</guid>
		<pubDate>Tue, 01 Mar 2005 21:37:07 -0800</pubDate>
		<dc:creator>recursive</dc:creator>
	</item><item>
		<title>By: abcde</title>
		<link>http://ask.metafilter.com/15803/Data-from-Flash-interface#270283</link>	
		<description>I&apos;ll pretty much second what recursive said, you just load a PHP script URL from Flash.  The really hip way would be to use XML-RPC so it can stream data to PHP live instead of calling a script for every click but that would require Flash calling Javascript on the host page, which I don&apos;t know if it can.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15803-270283</guid>
		<pubDate>Wed, 02 Mar 2005 10:03:52 -0800</pubDate>
		<dc:creator>abcde</dc:creator>
	</item>
	</channel>
</rss>
