You mean like this <cfform format="flash" scriptsrc=" \CFIDE\scripts\cfform.js">
I tried that and I tried mapping it like this c:\inetpub\wwwroot\CFIDE\scripts\cfform.js and it messed up - one other thing I have to contend with is that I am using SSL on this site and it sees it as an unsecured item. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Woodward Sent: Thursday, August 11, 2005 11:54 AM To: [email protected] Subject: Re: CFFORM Just re-reading this--isn't there a way you can set the script source directory in the flash form? Then you could put those scripts anywhere and just point to them without worrying about where they are on your hosted account, how to map to them, etc. <cfform scriptsrc="path/to/your/stuff"> Have you already tried that? Matt On 8/11/05, Matt Woodward <[EMAIL PROTECTED]> wrote: > Mailing list archive is available at http://old.dfwcfug.org > > On 8/11/05, Tim Starling <[EMAIL PROTECTED]> wrote: > > > > > > > > One last plea for help – has anyone experienced the issue below: > > > > > > > > Thanks, > > > > Tim > > > > > > > > I am running into an issue with cfform. I have a flash form that pulls a > > users profile and displays it in a flash form for editing. It works fine on > > my local machine where I do testing. Once I upload it to the server, it > > will load the form but no data – it just shows the clock. Even if you let > > it run for an hour, it will just show the clock. I have cfdumped the data > > to make sure that the SQL is pulling the right info and that works fine on > > the server. I then created a simple flash form and uploaded it and I get > > the same clock/loading icon. Here is the code for the simple form: > > > > > > > > <cfform format="flash"> > > > > <cfformgroup type="accordion" width="630" height="600"> > > > > <cfformgroup type="page" label="From The Front"></cfformgroup> > > > > </cfformgroup> > > > > </cfform> > > > > > > > > I have also moved the CFIDE/scripts folder to the site – that made no > > difference. I then tried having the hosting company make a virtual > > directory to the scripts folder and it produced the same results. > > > > > > > > Has anyone run into this issue? I know there was a post a few months ago > > with a similar issue but the exact steps to fix the problem were not in the > > archives. > > > > > > > > Thanks for your help, > > > > Tim > > > -- > Matt Woodward > [EMAIL PROTECTED] > http://www.mattwoodward.com > -- Matt Woodward [EMAIL PROTECTED] http://www.mattwoodward.com NвÛ×j)¢Xµ×qû¢¸¢é¹»®&†ÛÿüÁ×qû¢¸~Š1ézµ²ær¸yÇN‹nlj·¶Úÿ uü~订¹zfŠËjØÇ ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
