Groups | Blog | Home
all groups > coldfusion flash integration > april 2005 >

coldfusion flash integration : Rapidity to show a cfform in Flash


francois-yanick
4/13/2005 2:58:23 PM
I wonder if it is possible to accelerate the process to show a CFFORM in Flash
format with Coldfusion MX 7 (we have the dveloper and standard edition and will
have the enterprise version soon). Right now, it show the uploader for couple
seconds than the form appear. I will not say that it is dramatic, principally
if the internet user has some text to read from the beginning of the page. But
let say we have a page based on the Flash form, than , the page will not be
displayed immediately.

I ask this question because I suspected that the Macromedia website is based
on that technology also and they not seems to suffered for delays.


QueTwo
4/26/2005 2:06:30 AM
Originally posted by: francois-yanick
I wonder if it is possible to accelerate the process to show a CFFORM in Flash
format with Coldfusion MX 7 (we have the dveloper and standard edition and will
have the enterprise version soon). Right now, it show the uploader for couple
seconds than the form appear. I will not say that it is dramatic, principally
if the internet user has some text to read from the beginning of the page. But
let say we have a page based on the Flash form, than , the page will not be
displayed immediately.

I ask this question because I suspected that the Macromedia website is based
on that technology also and they not seems to suffered for delays.



Macromedia's site uses either static Flash files (as compiled by Macromedia
Flash IDE), or they use Macromedia Flex (CFForm's $15,000 big-brother.) which
is why it loads so quickly.

You can try to use the PRELOADER="FALSE" parameter in your CFFORM call. e.g.

<CFFORM NAME="form1" PRELOADER="FALSE" FORMAT="Flash">
...


AddThis Social Bookmark Button