Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: ASP problems
From: Greg Bueltmann
Date: Tue, 5 Oct 1999 21:18:09 +0100

10-4. Method is POST and request.form is used in the script.

> -----Original Message-----
> From: mbainatza [dot] ibm [dot] com [mbainatza [dot] ibm [dot] com (mailto:mbainatza [dot] ibm [dot] com)]
> Sent: Tuesday, October 05, 1999 1:52 AM
> To: flasheratchinwag [dot] com
> Subject: RE: FLASH: ASP problems
>
>
>
>
> yes ..true ....
>
> But if you get them from a POST method (on the form) you use
>
> request.form (used when getting variables with POST)
> request.querystring (used when getting variables with GET)
>
> Maybe thats where the problem is ....
>
> Check to see wheather you are using the same method on both
> the flash and ASP
> side :o)
>
> Michael Bain
> "(A)bort (R)etry (I)nfluence with large hammer"
> IBM Global Services, Tel external: 011 302 7234, Tel ext
> internal: 11120,
> Cel.Phn: 082 926 1856
> ------> http://www.futuredynamics.co.za/cyberbaby/babym.html
>
>
> Jason Brown <jason [dot] brownatpres [dot] co [dot] uk> on 10/04/99 06:27:14 PM
>
> Please respond to flasheratchinwag [dot] com
>
> To: "'flasheratchinwag [dot] com'" <flasheratchinwag [dot] com>
> cc: (bcc: Michael Bain/South Africa/IBM)
> Subject: RE: FLASH: ASP problems
>
>
>
>
> response.write? Request.Querystring
>
> to get a variable from the url you asssign a value to a
> variable using the
> syntax
>
> variable = Request.Querystring("name")
>
> THEN you reponse write the variable
>
> or use the shorthand form <%= variable %>
>
>
> -----Original Message-----
> From: Greg Bueltmann [gbueltmannatn2nsolutions [dot] com (mailto:gbueltmannatn2nsolutions [dot] com)]
> Sent: 04 October 1999 17-12
> To: 'flasheratchinwag [dot] com'
> Subject: RE: FLASH: ASP problems
>
>
> I am not passing any variables back to Flash. Only taking them and
> inserting them into a mail object.
>
> I did change the permissions on the directory to
> script/execute, but it's
> still not working.
>
> Thanks again for the suggestions. I'm still perservering!
>
> Greg
>
> > -----Original Message-----
> > From: mbainatza [dot] ibm [dot] com [mbainatza [dot] ibm [dot] com (mailto:mbainatza [dot] ibm [dot] com)]
> > Sent: Monday, October 04, 1999 1:57 AM
> > To: flasheratchinwag [dot] com
> > Subject: RE: FLASH: ASP problems
> >
> >
> >
> >
> > any variables passed back to flash MUST be in the name=value format
> >
> > for example ...in your script you cannot make the value of
> > name=michael
> > ie
> >
> > <%
> > name=michael
> > %>
> >
> > flash wont see it ...you need to:
> >
> > <%
> > response.write("name=michael")
> > %>
> >
> > flash will them parse the variable name and know the value
> > attached = michael.
> >
> >
> > does this help ?
> >
> >
> > Michael Bain
> > "(A)bort (R)etry (I)nfluence with large hammer"
> > IBM Global Services, Tel external: 011 302 7234, Tel ext
> > internal: 11120,
> > Cel.Phn: 082 926 1856
> > ------> http://www.futuredynamics.co.za/cyberbaby/babym.html
> >
> >
> > "DeJarnett, Gary" <a3gddattechmail [dot] admin [dot] ttu [dot] edu> on 10/01/99
> > 10:54:03 PM
> >
> > Please respond to flasheratchinwag [dot] com
> >
> > To: "'flasheratchinwag [dot] com'" <flasheratchinwag [dot] com>
> > cc: (bcc: Michael Bain/South Africa/IBM)
> > Subject: RE: FLASH: ASP problems
> >
> >
> >
> >
> > Greg,
> >
> > No problem. I did the same thing (tested from an HTML form)
> > and even though
> > things worked fine from there, I couldn't get the variables
> > passed back to
> > Flash correctly until I changed the permissions on the
> > directory. This may
> > not be your problem, but I'd check to make sure the
> permissions on the
> > directory were execute/script just in case.
> >
> > Gary
> >
> > Date: Fri, 1 Oct 1999 11:23:11 -0500
> > From: Greg Bueltmann
> > Subject: RE: FLASH: ASP problems
> >
> > Thanks Gary.
> > I've tested the script using an HTML form and it
> works, so I
> > think the permissions are set correctly. Does that sound
> > right to you?
> > I've looked at flashasp and that site helped me get to the
> > point where I am now. The demo is where I learned about "/" in the
> > location-level setting.
> > GB
> >
> >
> > --------------------------------------------------------------
> > ----------
> > To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> > email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
> > N.B. Email address must be the same as the one you used to
> subscribe.
> > For info on digest mode send: info flasher to
> list-manageratchinwag [dot] com
> >
> >
> >
> >
> >
> > --------------------------------------------------------------
> > ----------
> > To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> > email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
> > N.B. Email address must be the same as the one you used to
> subscribe.
> > For info on digest mode send: info flasher to
> list-manageratchinwag [dot] com
> >
>
> --------------------------------------------------------------
> ----------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-manageratchinwag [dot] com
>
> --------------------------------------------------------------
> ----------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-manageratchinwag [dot] com
>
>
>
>
>
> --------------------------------------------------------------
> ----------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-manageratchinwag [dot] com
>

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]