That’s not going to return source
though, it will end up compiling the application and returning the html wrapper
for the swf. I think you should look into using the JSP tag to see if it could
deliver what you’re looking for.
Matt
From: [email protected]
[mailto:[EMAIL PROTECTED]
Sent: Friday, April 29, 2005 4:37
PM
To: [email protected]
Subject: Re: [flexcoders]
Dynamically Generated MXML without using JSP
...not sure about the server-side, but in client side Flex, you could
do:
my_xml = new XML();
my_xml.ignoreWhite = true;
my_xml["owner"] = this;
my_xml.>
{
trace("raw MXML: " +
str);
};
my_xml.load(http://yourserver.com/index.mxml);
----- Original Message -----
From: "RBullotta"
<[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, April 29, 2005 7:30 PM
Subject: [flexcoders] Dynamically Generated MXML
without using JSP
Is there way to "pipe" output of a Java
servlet or .NET
HTTPRequestHandler through the Flex server-side
interpreter so that
dynamically generated MXML can be emitted from an
application and
properly pre-processed? This would open up
an interesting class of
applications...
Thanks for any insights.
Rick Bullotta
CTO
Lighthammer Software (http://www.lighthammer.com)
Yahoo! Groups Links
Yahoo! Groups Links
|