Has anyone been able to get an image to appear inside a Flash form?  The
livedocs mention the use of the IMG tag to load jpgs, but I can't get it
to work.

Here is my code:

<cfform format="flash" width="500" height="400">
  <cfformgroup type="tabnavigator" height="390">
    <cfformgroup type="page" label="Mike Dawson">
      <cfformitem type="html">
        <p>This is a paragraph asdf</p>
        <img
src="http://www.evansville.edu/images/president/jennings.jpg";
height="293" width="208" border="0" alt="">
      </cfformitem>
    </cfformgroup>
</cfform>

Thanks
MAD

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199334
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to