<!-- Copyright 2008-2010 Plura Processing, LP --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Plura Flash Integration Test</title> </head> <body> <!-- Plura HTML. The Plura iframe must not be invisible (must have height and width greater than zero) in order to run in Internet Explorer --> <script type="text/javascript" src="http://www.pluraserver.com/javascripts/PluraConnection.js"></script> <iframe id="pluraFrame" name="pluraFrame" height="100px" scrolling="no" frameborder="0" width="150px"></iframe> <!-- Your existing Flash HTML -- 'allowScriptAccess' MUST be set to 'always' in order to work with Plura: --> <object> <param name="movie" value="PluraFlashClient.swf" /> <param name="allowScriptAccess" value="always" /> <param name="width" value="500px" /> <param name="height" value="400px" /> <embed src="PluraFlashClient.swf" play="true" loop="false" allowScriptAccess="always" width="500px" height="400px"></embed> </object> </body> </html>