Raymond,

 

I am willing to bet that the .mxml extension is mapped in IIS but the ISAPI filter is not installed. Can you make sure the ISAPI filter is installed properly either at the global or site level. The extensions seems to be working but the servlet mappings (/flex-intenal/) are not working.

 

Brandon

 

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 6:16 PM
To: [email protected]
Subject: RE: [flexcoders] odd issue w/ flex install

 

More info. I noticed when I attempted to load a mxml file w/ IE, I got a JS error. I viewed source and saw this..

 

/flex-internal?action="">

 

on my home system, using Apache, I requested this, and got valid JS back. On my IIS system a request for this URL returned a 404.

 

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda

 

 


From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 5:04 PM
To: [email protected]
Subject: RE: [flexcoders] odd issue w/ flex install

Yes. I found part of the issue.

 

For IIS, apparently, you need to tell IIS to map *.mxml and *.swf to the same DLL as *.cfm.

 

I did that and now the following happens..

 

I hit *.mxml, and I get pushed to *.mxml?versionchecked=whatever, but I still see no content.

 

For a CF file that embeds Flex, I see nothing. No errors, but the Flex portion of the CF file is blank.

 

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda

 

 


From: John Zhao [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 5:01 PM
To: '[email protected]'
Subject: RE: [flexcoders] odd issue w/ flex install

Do you have the following setting in the web.xml?

 

    <servlet-mapping>

        <servlet-name>FlexMxmlServlet</servlet-name>

        <url-pattern>*.mxml</url-pattern>

    </servlet-mapping>

 

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 5:27 PM
To: [email protected]
Subject: [flexcoders] odd issue w/ flex install

 

So, I installed Flex, and configured it to work with CF. This is only the
third time I've done it, but I've had success before. This time, however,
whenever I request a mxml file, the browser prompts me to download it. This
seems like a simple config issue somewhere, but I've just double checked and
I didn't see anything I've missed. Any ideas?

===========================================================================
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com)
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda



 



Reply via email to