Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
nm1m #1
changing action attribute
Question:
In a flash cfform Is the action attribute changeable? I have searched thru the
actionscript docs, the flex docs, and the cfdocs. If there is a way of changing
this attribute, please let me know.
Usage:
I am trying to figure out a way to update the action attribute of a cfform
(where format="flash") based upon which submit button is pressed. For example,
if the form has two submit buttons, go to "blah.cfm" if the first is pressed,
or to "foo.cfm" if the second is pressed. This is straight forward enough with
an HTML form, but proving difficult on a flash form.
Any help would be greatly appreciated.
Thanks,
Neil
nm1m Guest
-
CF7 - changing action of a flash form
I understand you can't submit to other pages... well how about putting in a Cancel Button? I can get a submit and reset no problem but I can't seem... -
update cfform action attribute with ActionScript
I would appreciate any help possible. I have a flash form, and am trying to update the cfform's action attribute according to which submit button... -
Changing the action of an input button within a layer
Well, almost everything you've written here, is client-side stuff. It seems like (from the description) an awkward way of doing things. Doing this... -
Form action attribute unchangeable?
Whereas in Asp I could submit my form contents to any other Asp page, it appears that in Asp.NET the primary Asp form will only submit to itself. ... -
Changing read-only file attribute
I may be dense, but I can not clear the read-only status on my files. This means that I can't synchronize them usinf briefcase or offline file... -
Mike Nimer #2
Re: changing action attribute
No, What you can do is submit the form to 1 page, then have CF do a
cflocation or a cfinclude based on what is submitted.
---nimer
"nm1m" <nm1m@netscape.net> wrote in message
news:cvimn1$fo4$1@forums.macromedia.com...> Question:
> In a flash cfform Is the action attribute changeable? I have searched thru
> the
> actionscript docs, the flex docs, and the cfdocs. If there is a way of
> changing
> this attribute, please let me know.
>
> Usage:
> I am trying to figure out a way to update the action attribute of a cfform
> (where format="flash") based upon which submit button is pressed. For
> example,
> if the form has two submit buttons, go to "blah.cfm" if the first is
> pressed,
> or to "foo.cfm" if the second is pressed. This is straight forward enough
> with
> an HTML form, but proving difficult on a flash form.
>
> Any help would be greatly appreciated.
>
> Thanks,
>
> Neil
>
Mike Nimer Guest



Reply With Quote

