I've used this code to insert a mailform, hosted from another domain. In calling the form from the html page, it works fine using the above code.Code:<center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="410" height="500" id="Form" align="middle"> <param name="allowScriptAccess" value="always" /> <param name="movie" value="Form.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.ramenbudget.com/hojak/mail/Form.swf" quality="high" bgcolor="#ffffff" width="410" height="500" name="Form" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </center>
http://www.ramenbudget.com/hojak/mail/Form.html
However, from within the EZ Page, it freezes at calling the script from the processEmail.php file.
Why is it doing this?



