There is a query returned from SQL Server. It has a column which contains
binary data. The binary data can be either PDF or MP3. I know how to decode the
binary data and save them to a file and then display. My question is that
without saving to a file, can CF directly display? For MP3, I want use an
embedded Windows Medial Player to play from memory not from a file.
Is it doable?
Thanks,
Lin
Bash **AdobeCommunityExpert** - 30 Aug 2006 21:22 GMT
Maybe this will help:
http://weblogs.macromedia.com/cantrell/archives/2003/06/using_coldfusio.cfm

Signature
Bryan Ashcraft (remove brain to reply)
Web Application Developer
Wright Medical Technology, Inc.
------------------------------------------------------------------
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) :: http://www.adobe.com/communities/experts/
> There is a query returned from SQL Server. It has a column which contains
> binary data. The binary data can be either PDF or MP3. I know how to
[quoted text clipped - 7 lines]
>
> Lin
liny227 - 31 Aug 2006 16:27 GMT
Thanks, but it seems it talks about different things.