Flasher Archive

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


Subject: FLASH: Henrik is away on holiday - flasher-digest V1 #2570
From: Henrik Pedersen
Date: Thu, 2 Mar 2000 21:26:40 GMT

Thanks for your email.. I am away on holiday, but will be back on Tuesday 14/3..

H

---flasher-digest Thursday, March 2 2000 Volume 01 : Number 2570



Welcome to this issue of the flasher-digest mailing list, if you have any
problems or queries with the list please send them to: helpatchinwag [dot] com

To unsubscribe or alter your list settings use the flasher website
http://www.chinwag.com/flasher

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
The Worlds Premier Flash Solutions Conference, and Expo
March 27-29, Nob Hill Masonic Center, San Francisco, California
Register today at www.flashforward2000.com or 1.877.4.FLASH.4
Produced by lynda.com and United Digital Artists
Sponsored by Macromedia, Adobe Systems, and HOW Magazine

This first-ever Flash solutions conference and expo is three
jam-packed days of keynotes, panels, pre-conference workshops,
hands-on training, breakout sessions and product showcases.
Featuring keynote addresses by Rob Burgess, CEO, Macromedia
and John Warnock, CEO Adobe Systems, flashforward2000 brings
motion animation to life!

Register by Feb 25, save $200! www.flashforward2000.com
Call 1.877.4.FLASH.4 or 1.805.640.6679 (outside the US and Canada)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In this issue:

Re: FLASH: Can anyone help me with flash and Cold Fusion?
Re: FLASH: new kick ass flash site
RE: FLASH: Can anyone help me with flash and Cold Fusion?
Re: FLASH: Centering a Projector File
[none]
Re: FLASH: jpeg Compression ? and Flash
Re: Subject: Re: FLASH: Screen size
Re: FLASH: NBCi - mondo Flash interface!
Re: FLASH: jpeg Compression ? and Flash
Re: FLASH: jpeg Compression ? and Flash
Re: FLASH: (newbie) Audio Question
Re: FLASH: Flash Chat?
Re: FLASH: jpeg Compression ? and Flash
RE: FLASH: RE: www.egomedia.com--also check this out
FLASH: Swish Program
Re: FLASH: RE: www.egomedia.com--also check this out
Re: FLASH: Mac and IE 4.5

----------------------------------------------------------------------

Date: Thu, 02 Mar 2000 12:51:22 -0500
From: Sarah Lamont <slamontat2mtc [dot] com>
Subject: Re: FLASH: Can anyone help me with flash and Cold Fusion?

Branden,
thanks for the info. I'm sending you this personally cause I thought it
might be better taken off list.Hope you don't mind.

I think the main question I have is how to get Flash to read the output.
How will flash display it? In a variable text field?
This is the cold fusion code that I have to send back to Flash so far:
- ---------
<html>
<head>
<title>Sarah's Cart</title>
</head>

<body>
<cfsetting showdebugoutput="no">
<cfsetting enablecfoutputonly="yes">
<cfcontent type="text/plain">
<cfquery datasource="Sarah" name="sarah">
Select *
>From temp where custid = '#cgi.remote_addr#'
</cfquery>
<cfset results = "">
<cfset results = insert("Item Quantity Price", results, len(results))>
<cfoutput query="sarah">
<cfset results = insert("#item# #quantity# #price# ", results, len(results))>
</cfoutput>
<cfoutput>#results#</cfoutput>
</body>
</html>
- ---------
In Flash, on the cart page, I had a text field named "results", but I
kind of figured that wouldn't work, but I didn't know how else to
capture that information. Could you look over the code above and see if
you think I'm setting it up right, and also, could you please tell me
how to get the information into Flash?
thank you so much,
arah


Branden Hall wrote:
> > Here is a standard set of tags you want set for a cold fusion file that will
> send data to flash. *ONLY* put your output between <cfoutput> tags and make
> sure you URL encode all strings.
> > <cfsetting showdebugoutput="no">
> <cfsetting enablecfoutputonly="yes">
> <cfcontent type="text/plain">
> > -= Branden J. Hall
> -= Multimedia Developer/Instructor
> -= Fig Leaf Software
> "When I die, I hope it can be said of me that I plucked a thistle and
planted a flower where ever I thought a flower would grow." -Abraham Lincoln

------------------------------

Date: Thu, 02 Mar 2000 10:41:33 -0800
From: "Marc Hoffman, Poison Dart Frog M

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