mlugiai wrote:
>
> Is there something that needs to be configured on the
server end to make the
> new tags work?
>
All the tags you mentioned utilize client code that
ColdFusion needs to
deliver to a client browser, i.e. JavaScript and Flash
objects. By
default ColdFusion has those in a 'scripts' folder inside the
cfide
folder that would normally be requested by the browser from
"
http://your.website.url/cfide/scripts/"
If this url does not resolve
correctly then these tags will not function properly.
There are ways to not use the default scripts location if you
do not
wish to put that directory on your website. The documentation
describes
how to make this work.
HTH
Ian