The scriptSrc attribute takes a folder, not a file:

"Specifies the URL, relative to the web root, of the directory that
contains ColdFusion JavaScript files, including the cfform.js file
with the client-side JavaScript used by this tag and its child tags."

http://cfquickdocs.com/cf8/#cfform

However this may or may not be the issue.

On 9/9/07, Tony <[EMAIL PROTECTED]> wrote:
> it truly looks like the swf is just not being made?
>
> ive got everything else right, im fairly certain... here is what i have....
>
> thanks!
> tony
>
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
> <html>
> <head>
>         <title>Bennett-Construction.Com</title>
> </head>
>
> <body>
>
> <cfform
>         scriptSrc="http://127.0.0.1:8500/CFIDE/scripts/cfform.js";
>     action = "test_orderForm.cfm"
>     format = "Flash"
>     height = "450"
>     id = "orderForm"
>     method = "post"
>     name = "orderForm"
>     preloader = "yes"
>     preserveData = "yes"
>     skin = "haloBlue"
>     style = "font-family:Calibri;font-size:14px;color:black;"
>     timeout = "2"
>     width = "650"
>         visible="true">


-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288062
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to