Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flashpaper and IE7

Status
Not open for further replies.

danarashad

Programmer
Nov 2, 2006
115
US
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?????!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top