<?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: How to get a Flash file to overlay on a URL submitted by form.</title>
      <link>http://ask.metafilter.com/77456/How-to-get-a-Flash-file-to-overlay-on-a-URL-submitted-by-form/</link>
      <description>Comments on Ask MetaFilter post How to get a Flash file to overlay on a URL submitted by form.</description>
	  	  <pubDate>Thu, 29 Nov 2007 16:29:31 -0800</pubDate>
      <lastBuildDate>Thu, 29 Nov 2007 16:29:31 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: How to get a Flash file to overlay on a URL submitted by form.</title>
  	<link>http://ask.metafilter.com/77456/How-to-get-a-Flash-file-to-overlay-on-a-URL-submitted-by-form</link>	
  	<description>I&apos;m looking for the simplest way to accomplish what happens &lt;a href=&quot;http://www.innovateads.com/demo.php&quot;&gt;here&lt;/a&gt;.

 &lt;br /&gt;&lt;br /&gt; User enters a URL and a Flash file plays on top of that website. I tried tracking down the script they use in the demo with no luck. Just to clarify - I&apos;m only interested in the process of getting the Flash file overlaid on the submitted website, not the process of creating the swf.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2007:site.77456</guid>
  	<pubDate>Thu, 29 Nov 2007 16:14:31 -0800</pubDate>
  	<dc:creator>davebush</dc:creator>
	
	<category>web</category>
	
	<category>Flash</category>
	
	<category>form</category>
	
</item>
<item>
  	<title>By: mpls2</title>
  	<link>http://ask.metafilter.com/77456/How-to-get-a-Flash-file-to-overlay-on-a-URL-submitted-by-form#1150516</link>	
  	<description>You could just have an iframe with &lt;the&gt; that takes up the whole window, and position your SWF over that, however that&apos;s done... with a div or whatever.&lt;/the&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77456-1150516</guid>
  	<pubDate>Thu, 29 Nov 2007 16:29:31 -0800</pubDate>
  	<dc:creator>mpls2</dc:creator>
</item>
<item>
  	<title>By: mpls2</title>
  	<link>http://ask.metafilter.com/77456/How-to-get-a-Flash-file-to-overlay-on-a-URL-submitted-by-form#1150517</link>	
  	<description>sorry, that should be &amp;quot;... with &amp;lt;the url&amp;gt; that takes ...&amp;quot;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77456-1150517</guid>
  	<pubDate>Thu, 29 Nov 2007 16:30:31 -0800</pubDate>
  	<dc:creator>mpls2</dc:creator>
</item>
<item>
  	<title>By: spilon</title>
  	<link>http://ask.metafilter.com/77456/How-to-get-a-Flash-file-to-overlay-on-a-URL-submitted-by-form#1150538</link>	
  	<description>To add to mpls2.... your SWF goes in a DIV that has a z-index higher than the page you&apos;re layering it over, and the SWF has wmode set to transparent.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77456-1150538</guid>
  	<pubDate>Thu, 29 Nov 2007 16:50:00 -0800</pubDate>
  	<dc:creator>spilon</dc:creator>
</item>
<item>
  	<title>By: Deathalicious</title>
  	<link>http://ask.metafilter.com/77456/How-to-get-a-Flash-file-to-overlay-on-a-URL-submitted-by-form#1150588</link>	
  	<description>Pretty straightforward, actually. If you notice, the URL has innovateads in it. So all they are doing is pulling out the HTML of the target site, and then probably inserting an &amp;lt;object&amp;gt; tag just before &amp;lt;/body&amp;gt;. It&apos;s exactly the same way that google translates websites, etc.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77456-1150588</guid>
  	<pubDate>Thu, 29 Nov 2007 17:40:29 -0800</pubDate>
  	<dc:creator>Deathalicious</dc:creator>
</item>
<item>
  	<title>By: malevolent</title>
  	<link>http://ask.metafilter.com/77456/How-to-get-a-Flash-file-to-overlay-on-a-URL-submitted-by-form#1153162</link>	
  	<description>The example site mentioned grabs the source of the target page (with something like cURL), inserts a script tag to add the extra features, and also inserts a BASE HREF tag so that images etc. are still retrieved from the original site.&lt;br&gt;
&lt;br&gt;
Note that this approach is a &lt;em&gt;really bad idea&lt;/em&gt; if you have any kind of login-protected stuff on your domain or you&apos;re concerned about your server being used to push malware. Unless you carefully proxy, parse and filter every tag, attribute, script, etc. it&apos;s wide open to cross-site scripting.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77456-1153162</guid>
  	<pubDate>Sun, 02 Dec 2007 04:42:10 -0800</pubDate>
  	<dc:creator>malevolent</dc:creator>
</item>

    </channel>
</rss>
