I'm sorry...I should have posted OT.

I'd like to do all of this from within Flash/Actionscript.

-----Original Message-----
From: Josh Nathanson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 09, 2008 1:48 PM
To: CF-Talk
Subject: Re: Loading plain text into Flash

> how can I hit this URL and get back JUST the plain text? I'll format 
> it in Flash once I get it back in.

Can you do listGetAt using the carriage return character as a delimiter,
something like

var1 = listgetat(returnedstring,1,chr(13)&chr(10))
var2 = listgetat(returnedstring,2,chr(13)&chr(10))

I doubt the syntax is exactly correct there but I bet you could tweak it to
get it to work.

-- Josh 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296299
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