[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

Flash Forms are not initializing.

Asked by pegarm in Cold Fusion Markup Language, Adobe Flex

Tags: Cold Fusion

Consider the following code in my code snippet.  Really simple CF flash form, right?

When I run this on my personal machine, (CF7, Windows XP) it runs perfectly fine.  When I move it to a development server (CF7, Windows Server 2000) the flash form will not initialize.  Through troubleshooting, I've discovered (so far):
* The page can access the scripts in the /CFIDE directory just fine.
* The page that is generated includes the script for where the .mxml.cfswf file would be.
* ColdFusion has no problems writing to the directory (discovered using CFFILE)
* Clearing the temporary internet files and loading the page, then viewing the cache and the server IIS logs shows that I'm getting a 404 on the .mxml.cfswf file.

Has anyone else encountered this?  How else can I troubleshoot why the server is not creating and/or delivering the flash form to the client?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
<cfform
	name="myForm"
	action="index.cfm"
	method="post"
	format="flash"
	skin="haloBlue"
	wmode="transparent"
	width="600"
	height="400">
 
	<cfinput type="button" name="myButton" value="Here is a button!">
</cfform>
[+][-]05/07/08 11:34 PM, ID: 21522697Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/08/08 09:39 AM, ID: 21526299Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/09/08 09:17 AM, ID: 21534344Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/09/08 11:08 AM, ID: 21535210Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/15/08 08:56 PM, ID: 22013190Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 / EE_QW_2_20070628