Note that there are some explanatory texts on larger screens.

plurals
  1. POCan I use flash (linking to xml file) within a facebook iFrame?
    text
    copied!<p>Im having a little beginner trouble with an iFrame.</p> <p>I have a webpage www.1pw.co.uk/bdc which works well, I thought It would be possible to copy the source code and paste it into my existing I frame.</p> <p>its basically javascript with an embedded .fla file which links to an xml page, (to grab the images).</p> <p>The problem is, nothing whatsoever displays in facebook.</p> <p>Am I going about this the wrong way?</p> <pre><code> &lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt; &lt;title&gt;piecemaker&lt;/title&gt; &lt;script language="JavaScript" type="text/javascript"&gt; script here &lt;/script&gt; &lt;noscript&gt; &lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="100%" height="100%" id="piecemaker" align="middle"&gt; &lt;param name="allowScriptAccess" value="sameDomain" /&gt; &lt;param name="allowFullScreen" value="false" /&gt; &lt;param name="movie" value="piecemaker.fla" /&gt;&lt;param name="quality" value="high" /&gt;&lt;param name="scale" value="noscale" /&gt;&lt;param name="bgcolor" value="#ffffff" /&gt; &lt;embed src="http://www.1pw.co.uk/piecemaker.fla" quality="high" scale="noscale" bgcolor="#ffffff" width="100%" height="100%" name="piecemaker" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_de" /&gt; &lt;/object&gt; &lt;/noscript&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload