Skip to main content
Inspiring
October 14, 2006
Question

images in flash forms (jpg)

  • October 14, 2006
  • 1 reply
  • 227 views
I want to create a tab navigator that shows a dynamic image. When I add it
to the 'page' it doesn't show up. How can I show an image in a tab
navigator?


<cfform name="proofs" height="600" width="800" format="flash"
skin="haloblue">
<cfformgroup type="tabnavigator" height="500" width="700" label="Proofs">
<cfloop query="GetProofs">
<cfformgroup type="page" label="Proof">
<img name="Proof" src="../../projects/prooffiles/#GetProofs.image#"
width="400" height="" alt="" />
</cfformgroup>
</cfloop>
</cfformgroup>
</cfform>

I also tried to use the cfformitem set to html wrapped around it. Then
images are jpgs.



This topic has been closed for replies.

1 reply

Inspiring
October 14, 2006
GREAT! I found the problem. I have it right wrapping it in the cfformitem
'html', but it is a firefox/mozilla problem.

Does anyone know a way around this?