I created a file using Adobe sample code, all I get
is a spin wheel. No text.
The server has no load on CPU,memory, or network.
I am running RedHat Linux 6.4
Coldfusion 10 with latest updates.
I have turned on Flex Intergration.
Any ideas?
Brian
<!--- ---> <html> <head> <title></title> <meta content=""> <style></style> </head> <body> <cfform name="myform" height="220" width="400" format="Flash" > <!--- Use text formitem tag with style specifications for the heading. ---> <cfformitem type="text" style="fontWeight:bold; fontSize:14;"> Flash form with formatted text and rules </cfformitem> <!--- The spacer adds space between the text and the rule ---> <cfformitem type="text"> <b><font color="#FF0000" size="+4" face="serif"> This form has formatted text, including:</font></b><br> <textformat blockindent="20" leading="2"> <li>colored text</li> <li><i>italic and bold text</i></li> <li>a bulleted list in an indented block</li> </textformat> <p><b>The text is preceded and followed by horizontal rules</b></p> It also has a link to a web page.</b><br> <a href="http://www.adobe.com/" target="_blank"> <font color="#0000FF"><u> This link displays the Adobe home page in a new browser window </u></font></a> </cfformitem> </cfform> </body> </html>