Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Bigbubbaj #1
cfformitem type="html"
I am having sound trouble using the above tag to display images... Using
fusebox 3, getting a prod. description from a database, which includes a link
to the image on the server (img src-=images/foo.jpg) etc. Cant get these to
appear ! Works fine in HTML...but inside the flash form NADA! nimer???
Bigbubbaj Guest
-
cfformitem type="script": How to set hidden field'svalue?
I have a simple test form that contains a cftree and a few input/hidden fields. Whenever a tree node is selected, I want to change the values of... -
<cfformitem type ="script">???
Hi all I am having difficulties with an app that i downloaded from asfusion.com. The apps url is http://www.asfusion.com/apps/realestate/... -
Using CFSAVECONTENT with CFFORMITEM type="HTML"
I am trying to create a preview area made up of a mix of HTML and cfform variables in a binding string. This is similar to the ASFusion article in... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
HTML + <input type="File">
Hi I'm trying to set default value for input type file. <input type="File" name="tx_pdffile" accept="*.pdf" class="boxText" value="abc.pdf"> ... -
Bigbubbaj #2
Re: cfformitem type="html"
I should add it is a flash form...
If i change the type to XML...the images appear no problem...changing no other code other than type.
Why dont they show up in flash????
Bigbubbaj Guest
-
nivla17 #3
Re: cfformitem type="html"
I get the same problem, only I get a little slice of an image, sometime I get a
little more, but it nevers displays jpg's correcty, they are non interlace jpgs
too!!
I know flash will not display interlaced jpgs....
nivla17 Guest
-
Bigbubbaj #4
Re: cfformitem type="html"
Any ideas on how to implement image display from a database stored file (blob)??
Bigbubbaj Guest
-
Bigbubbaj #5
Re: cfformitem type="html"
BTW it looks like my problem is images of the .gif type!
Bigbubbaj Guest
-
nivla17 #6
Re: cfformitem type="html"
That is a problem only jpgs, but I still only get a sliver or part of the image....
nivla17 Guest
-
-
Mike Nimer #8
Re: cfformitem type="html"
You need to set the Height/Width of the CFFORMITEM tag, This way when flash
is laying out the components (before it has retrieved the image) it knows to
leave enough room for the image to be displayed once it has downloaded to
the client.
hath,
---nimer
"cashfo01" <webforumsuser@macromedia.com> wrote in message
news:d0c2jn$4os$1@forums.macromedia.com...>I am having the same problem with gif images.
Mike Nimer Guest
-
cashfo01 #9
Re: cfformitem type="html"
I have set the height and width, and I see the space there for the image, but the image does not display.
cashfo01 Guest
-
SHAREMaster #10
Re: cfformitem type="html"
I've set the height/width on the cffomitem and the image itself. The image still does not appear.
I'm using <img scr="/images/blue/dot.gif">
Is it the path?
SHAREMaster Guest
-
furious70 #11
Re: cfformitem type="html"
I have the same problem, big blank spot that you can't highlight with the height and width is set for both the formitem and the img itself. I have tried .gif and .png.
furious70 Guest
-
tad #12
RE: cfformitem type="html"
You cannot use .gif images, flash only supports .jpg image types
From [url]http://www.developmentnow.com/g/66_2005_2_0_0_295703/cfformitem-typehtml.ht[/url]
Posted via DevelopmentNow.com Group
[url]http://www.developmentnow.com[/url]
tad Guest



Reply With Quote

