If anyone's interested, I figured out the problem, CF was looking for the flash compilers and libraries in the wrong place, as the CFIDE dir is on a different partition, and I had the "flash forms debugging" turned off.. *sigh* T
-----Original Message----- From: Tom King [mailto:[EMAIL PROTECTED] Sent: 19 July 2005 10:18 To: CF-Talk Subject: Flash Forms Hi All, Please excuse my ignorance: I've got cfforms (flash forms) working on my local machine (WinXP, CF7 Dev edition), But on my IIS 6/Win2003/CF7 server hey simply don't appear: No preloader, error message, nothing. Presumably as I've them working locally it's not a code issue - However, in the source code, you see: <script type="text/javascript" charset='utf-8' src='/CFIDE/scripts/cfformhistory.js'></script> <noscript> <embed pluginspage='http://www.macromedia.com/go/getflashplayer' id='testform' src='/1385384305.mxml.cfswf' width='750' height='250' wMode='Window' flashVars='%5F%5Ftestform%5Fcacheid=2E59C667%2D015B%2D109D%2D52A0A7F842F20C2 9&%5F%5Fwebcastgrid%5Fcacheid=2E59C657%2DE944%2D6AB1%2DA78DC673CCA2F519' ></embed> </noscript> <script type="text/javascript" charset='utf-8'> document.write("<embed pluginspage='http://www.macromedia.com/go/getflashplayer' "); document.write(" id='testform' "); document.write(" src='/1385384305.mxml.cfswf' "); document.write(" width='750' "); document.write(" height='250' "); document.write(" wMode='Window' "); document.write(" flashVars='historyUrl=%2FCFIDE%2Fscripts%2Fcfformhistory%2Ecfm%3F&lconid=" + lc_id +"&%5F%5Ftestform%5Fcacheid=2E59C667%2D015B%2D109D%2D52A0A7F842F20C29&%5F%5F webcastgrid%5Fcacheid=2E59C657%2DE944%2D6AB1%2DA78DC673CCA2F519' ></embed>"); </script> <script type="text/javascript" charset='utf-8'> document.write("<br><iframe src='/CFIDE/scripts/cfformhistory.cfm' name='_history' frameborder='0' scrolling='no' width='22' height='0'></iframe></br> "); </script> My question is this, do you need flash (as in flash player) itself installed on the server for this to work, or is the flash form function built into CF? I'm sure it must be something simple.. Many Thanks, T ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212184 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

