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: 'flexcoders@yahoogroups.com'
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: flexcoders@yahoogroups.com
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