Flasher Archive

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


Subject: Re: FLASH: Flash and ASP: writing text files from Flash???
From: Richard Puchyr
Date: Fri, 6 Oct 2000 14:30:06 +0100

Helen,

What is the url with the tuorial by Dan Waters?

Richard
puchyratelon [dot] edu

Helen Triolo wrote:

> Paul Willoughby wrote:
> >
> > Have we got any ASP experts on the list?
>
> Well, in a "I've used it and it works" way, yes -- not in a "I
> understand every aspect of it" way ;=) (speaking only for myself, that
> is)
>
> > I want to write a text file based on Flash variables using ASP...
> >
> > In the tutorial on Flash and ASP integration by Dan Waters (on the same
> > site), it says Flash variables you've sent using post are available to an
> > ASP program using:
> >
> > *snip*
> > Request.Form("flash_var_1")
> > *snip*
> >
> > Does that mean I could write a line of code like this...?
> >
> > myFile.WriteLine(Request.Form("flash_var_1"))
>
> Yes, although you might want to make it something like
>
> myFile.WriteLine "flashvar1=" & Request.Form("flash_var_1")
>
> so that you can read it back into the Flash movie later on (with
> LoadVariables) in the format it's looking for.
> >
> > So whaddya think? Am I on the right track?
>
> Sounds like it to me. Make sure your asp file has no html in it, only
> vbscript (starts with <% and ends with %> and no html tags anywhere),
> and I think you should be set.
>
> Regards,
> Helen
> ---------------------------------------------------
> Flash 5 Journal: http://i-technica.com/flash5
> Flash Q&A archive: http://i-technica.com/flashlist
> Helen Triolo � http://i-Technica.com � 301-424-6037
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Flash and ASP: writing text files, Paul Willoughby
  Re: FLASH: Flash and ASP: writing text f, Helen Triolo

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