komrad78 wrote:
>
> Any help greatly appreciated.
>
This question shows a misunderstanding of what ColdFusion is
and does.
ColdFusion is a dynamic language that builds output to send
to a web
client through a web browser. The most common and oldest
output it
generates is HTML.
So of course you can have ColdFusion pass or build the HTML
<embed...>
tag that you would send to a browser to have it request a
Flash object.
This is no different then having it build an <img...>
tag to request
an image object or a table tag or a paragraph tag or any
other HTML.