danarashad
Programmer
I am having problems using cfdocument flashpaper. It works on all of the mac browsers. On windows it works on firefox. But in IE7 it does not work. Can anyone tell me a work around. I could use pdf's, but flashpaper is faster. Here's my code its pretty simple.
<cfdocument format="FlashPaper">
<cfoutput><div align="left"><br><br>
<table width="712" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td height="22"> <div align="left">#form.date#</div></td></tr>
<tr><td>#form.fname# #form.lname#</td></tr>
<tr><td height="19">#form.school#</td></tr>
</table>
</cfdocument>
I am using flash player 9, and that seems to be the problem. It works in the older players, but with IE 7 and flash player 9, they dont work. Help?????!
<cfdocument format="FlashPaper">
<cfoutput><div align="left"><br><br>
<table width="712" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td height="22"> <div align="left">#form.date#</div></td></tr>
<tr><td>#form.fname# #form.lname#</td></tr>
<tr><td height="19">#form.school#</td></tr>
</table>
</cfdocument>
I am using flash player 9, and that seems to be the problem. It works in the older players, but with IE 7 and flash player 9, they dont work. Help?????!