When I use cfform to create a flash form it never seems to load the flash part
on the first try. The page loads just fine, I can see all html parts, but the
flash part doesnt say loading or anything... just nothing. If I go back and
then click on the same link, or just refresh the page a few times, THEN it has
the flash loader and draws the form. It doesnt seem very dummy proof or am I
forgetting to add something?

Code im using to create the form.

<cfform name="myform" width="100%" height="350" format="flash"
skin="haloblue" timeout="99999"
onSubmit="if(Password.text != Password2.text ){ alert('Passwords do not
match'); return false;}"
action="createAccount.cfm" method="post" preservedata="yes">