macromedia.coldfusion.flash_integration
[Top] [All Lists]

Re: Using background images in flash forms

Subject: Re: Using background images in flash forms
From: "BKBK" <webforumsuser@xxxxxxxxxxxxxx>
Date: Wed, 11 Jul 2007 19:26:52 +0000 (UTC)
Newsgroups: macromedia.coldfusion.flash_integration

I copied your picture ero1.jpg to my web-root and was able to display the 
background using 

 <cfform format="flash" action="../upload.cfm" 
style="background-image:url('/ero1.jpg'); background-repeat:no-repeat; 
background-position:top right; text-align:center; border:1 solid black;">
 </cfform>

 The following also worked, without me having to first copy the image

 <cfform format="flash" action="../upload.cfm" 
style="background-image:url('http://www.ctc-belgium.be/TEMP/ero1.jpg'); 
background-repeat:no-repeat; background-position:top right; text-align:center; 
border:1 solid black;">
 </cfform>






<Prev in Thread] Current Thread [Next in Thread>