indeed you 'can' use includes, if you have the option to upload/create
a new .cfm or html file (IF that is an option..)
however CF (as the previous post states) is a servlet engine... and
you can actually just put a <head> anywhere that you like in the page
itself .. it will parse the html/CF/java etc, if it is within the
appropriate tag.

On Nov 21, 3:18 pm, Sam Sherlock <[email protected]> wrote:
> Coldfusion is a server side language - like ASP or PHP
>
> The output created by the coldfusion files has a head right?
>
> The head is likely included in inc files (I think coldfusion uses cfinclude)
>
> eg
>
> <cfinclude template="header.cfm">
>
> so then a file name header.cfm may contain the head template where the you
> put the code
>
> if your adding the swf to each page then this is easy
>
> hth - S
>
> 2009/11/20 mrwizzer <[email protected]>
>
> > I love using SWFObject in my html files, but I now have to embed the
> > flash file in another team member's ColdFusion file.
>
> > Since there's no <head></head> and <body></body> tags present in the
> > ColdFusion files, where does the code that normally gets deposited
> > there (in html) go?
>
> > Scratching my head.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "SWFObject" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<swfobject%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/swfobject?hl=.

--

You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.


Reply via email to