Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
fmdano #1
display swf in cf7 panel
Hey,
I am trying to figure out how to display a .swf file in a cfform format =
flash page?
I tried to insert the object code, and that did not do it. I don't understand
why it does not work.
thanks
dan
fmdano Guest
-
Combine Spry Tabbed Panel and Spry HTML Panel
I would like to maintain the presentation of the tabbed panel and utilize its ability to load content from a Spry Dataset, but I would also like to... -
Panel component
How do I round all 4 corners of a panel component? I can use CSS to round the top corners with: cornerRadius: 5; However, this does not round the... -
Sliding Panel Widget Missing from Default Display?
In the Dreamweaver CS3 UI, across the top just below the toolbar, when I select each of the number of options, a new set of icon short cuts usually... -
Multiple DB Columns display in <cfselect display>
*disclaimer* -- I'm a CF n00b. Hello all, -
LG 700S monitor display does not work for 1024x768 display
Hello, I have a LG 700S 17 inch monitor which does not work for the display setting of 1024X768 in Red Hat Linux 8.0. Has anyone of you having... -
-
JadeBlue #3
Re: display swf in cf7 panel
dan,
You need to use
<cfformitem type="html">
<img src="yourmovie.swf" />
</cfformitem>
possibly adding width and height to make it appear correctly. You may also want to wrap it with <p> tags
JadeBlue Guest
-
fmdano #4
Re: display swf in cf7 panel
well, I tried using:
<cfformitem type="html">
<img src="yourmovie.swf" />
</cfformitem>
possibly adding width and height to make it appear correctly. You may also
want to wrap it with <p> tags
it would display the .swf, but the .swf would not work exactly right. I am
using a music player app I found online. I am trying to plug it into the cfform
so i can use it with my music files. It has a dropdown at the top that is
suppose to change depending on what gets selected. that does not work. also a
slider bar in a text area in the .swf does not work either.
I am wondering since cfform format=flash is in flash, could that be messing
with my .swf?
Ugh, i was hoping to get the music playing into a cfform panel because the
panels look nicer than tables.
any info would be great.
dan
fmdano Guest
-
fmdano #5
Re: display swf in cf7 panel
well, I tried using:
<cfformitem type="html">
<img src="yourmovie.swf" />
</cfformitem>
possibly adding width and height to make it appear correctly. You may also
want to wrap it with <p> tags
it would display the .swf, but the .swf would not work exactly right. I am
using a music player app I found online. I am trying to plug it into the cfform
so i can use it with my music files. It has a dropdown at the top that is
suppose to change depending on what gets selected. that does not work. also a
slider bar in a text area in the .swf does not work either.
I am wondering since cfform format=flash is in flash, could that be messing
with my .swf?
Ugh, i was hoping to get the music playing into a cfform panel because the
panels look nicer than tables.
any info would be great.
dan
fmdano Guest



Reply With Quote

