<?xml  version="1.0" ?><html>
<head>
<title></title>
</head>
<body>
<div align="left"><font face="Arial"><span style="font-size:10pt">On 4 May 2006 at 18:27, Steve Norris wrote:</span></font></div>
<div align="left"><br /></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> If I were disigning my own web page, I would use your </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> solution.</span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> However, a small part of what our product does is READ </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> existing web pages.  It has to change the wmode of that </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> web page's existing embedded Flash content in order to do </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> it's magic.  You could use our product on your web pages. </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">>  Bob, in London could use our product on his web pages. </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">>  We have NO idea ahead of time, how the flash on the web </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> page is embedded.  We don't have control over it, we just </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> have to be able to deal with it.</span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> <b>In the old world, I would just parse your web page's .html </b></span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> <b>and stick a wmode = "transparent" tag in the right spot</b> </span></font></div>
<div align="left"><font face="Arial" color="#7f0000"><span style="font-size:10pt">> <b>and write out a new .html file.</b></span></font></div>
<div align="left"><br /></div>
<div align="left"><font face="Arial"><span style="font-size:10pt">____________________________________</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">So you need to reconfigure <i>existing web pages</i> which might be using</span></font></div>
<div align="left"><font face="Arial"><span style="font-size:10pt">diverse Flash embedding techniques? That is a design constraint I had not 
appreciated!</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">In theory ..<i> if your product is PHP server based</i> .. <b>PHP</b> + <b>cURL</b> should be able to help 
you in parsing an existing web site, and then reconfigure the embed parameters 
using SWFObject as a standard which is substituted during the parsing/rewriting of a 
new HTML page..</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">Or have I missed another design constraint such as needing to run in desktop mode 
only?</span></font></div>
<div align="left"><br />
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">DL</span></font></div>
</body>
</html>