You don't need to create a file - you can use cfcontent to stream the data from the query and use the CF page that does that as the src of the embed tag.
mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/10/18 Kim Hoopingarner <[email protected]>: > > I need to retrieve a flash file that is in Oracle (BLOB) and show on a > coldfusion page. I don't know if it is possible to simply retrieve the data > and show it without creating a file first. Currently I can get this to work > - but I have to change the binary back into a file. I really want to stay > away from using the file server as part of the solution. > > <EMBED src="#filename#" > quality=high > bgcolor="##FFFFFF" > width="#newWidth#" > height="#newHeight#" > type="application/x-shockwave-flash"> > > Thoughts? > Thanks for your expertise as always. > Kim > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327298 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

