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">

        <cfformgroup type="panel" width="630" height="430">

                <cfformgroup
                    type = "tabNavigator"
                    label = "Bennett Construction Order Form"
                    style = "font-family:Calibri;font-size:14px;color:black;"
                    height = "45"
                    id = "#createUUID()#">

                        <cfformgroup
                            type = "page"
                            label = "Dumpsters"
                            style = 
"font-family:Calibri;font-size:14px;color:black;"
                            height = "45"
                            id = "#createUUID()#">                      
                        
                        </cfformgroup>
                        
                        <cfformgroup
                            type = "page"
                            label = "Soil and Stone"
                            style = 
"font-family:Calibri;font-size:14px;color:black;"
                            height = "45"
                            id = "#createUUID()#">                      
                        
                        </cfformgroup>                  
                        
                        <cfformgroup
                            type = "page"
                            label = "Storage Boxes"
                            style = 
"font-family:Calibri;font-size:14px;color:black;"
                            height = "45"
                            id = "#createUUID()#">                      
                        
                        </cfformgroup>                  
                        
                        
                </cfformgroup>
                                
        </cfformgroup>                          
        
</cfform>

</body>
</html>


On 9/8/07, Tony <[EMAIL PROTECTED]> wrote:
> hi there.
>
> what would prevent a flash form from displaying, i have cf8 running
> on its own webserver on a vista dev box.
>
> thanks!
> tony
>
> --
> 'Never have anything in your life that you can't walk out on in thirty
> seconds flat, if you spot the heat coming around the corner'
>
> robert deniro - heat (1995)
>


-- 
'Never have anything in your life that you can't walk out on in thirty
seconds flat, if you spot the heat coming around the corner'

robert deniro - heat (1995)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

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

Reply via email to