SWFObject and ColdFusion

16 views
Skip to first unread message

mrwizzer

unread,
Nov 20, 2009, 4:00:28 PM11/20/09
to SWFObject
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.

Sam Sherlock

unread,
Nov 21, 2009, 4:18:01 PM11/21/09
to swfo...@googlegroups.com
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 <mi...@foxproductions.tv>

--

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



NumPy

unread,
Nov 25, 2009, 1:14:47 PM11/25/09
to SWFObject
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 <sam.sherl...@gmail.com> 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 <m...@foxproductions.tv>
>
> > 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 swfo...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > swfobject+...@googlegroups.com<swfobject%2Bunsu...@googlegroups.com>
> > .
Reply all
Reply to author
Forward
0 new messages