Re: [flexcoders] Output to cfm file

2007-12-04 Thread Muzak
After you've compiled the project and renamed the generated html file to cfm 
(normal and debug version), go to:
Run -> Run -> Other
Look for the project entry on the left (should be selected by default)
On the main tab, uncheck "use defaults" under "Url or path to launch"
Fill in the url's to the cfm page on the server for both the normal and dubug 
version.

regards,
Muzak

- Original Message - 
From: "Tim Ashworth" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, December 04, 2007 11:13 AM
Subject: [flexcoders] Output to cfm file


> Hi,
> 
> I'm using ColdFusion to manage the login on my Flex App.  Basically I want
> to knock out people before the app even starts running, so I'm using an
> Application.cfc to force a login.  I know that I could simply add a login to
> Flex, but this is not the solution I'm looking for.  Is there any way to get
> Flex to output a cfm file rather than an html wrapper?  It's no biggie, but
> I have to keep renaming the file to cfm to get it to run correctly.  I've
> gone through all the preferences I can and there doesn't seem to be anywhere
> to change the file extension.
> 
> Cheers,
> 
> tim
>


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[flexcoders] Output to cfm file

2007-12-04 Thread Tim Ashworth
Hi,
 
I'm using ColdFusion to manage the login on my Flex App.  Basically I want
to knock out people before the app even starts running, so I'm using an
Application.cfc to force a login.  I know that I could simply add a login to
Flex, but this is not the solution I'm looking for.  Is there any way to get
Flex to output a cfm file rather than an html wrapper?  It's no biggie, but
I have to keep renaming the file to cfm to get it to run correctly.  I've
gone through all the preferences I can and there doesn't seem to be anywhere
to change the file extension.
 
Cheers,
 
tim