Paul, Thanks for your reply.
When I access the .mxml file through my browser, it doesn't serve up the source. Instead, it serves up a functioning Flex application. Per your advice however, I'll focus on accessing the application via it's "HTML wrapper". --Dan --- In [email protected], "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > The swf file is what is run by the flash player plugin, it's not usual to > run this directly in the browser. > The mxm file is the source used within your application - it won't be > usefull to look at this in a browser. > The html file checks the users environment for the flash player and calls > your .swf file. > > html is the way to go. > > Paul > ----- Original Message ----- > From: "Dan" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Friday, June 06, 2008 3:01 PM > Subject: [flexcoders] How should we access our Flex apps from the browser? > > > > Hello, > > > > It's not clear to me how we should access our Flex apps from the > > browser. It appears that accessing them using .swf, .mxml and .html > > all work but each with slightly different effects. > > > > For example, I can access a Flex application "helloWorld" using the > > following URLs. They all work (to varying degrees) but which one am I > > actually supposed to use? > > > > http://localhost/helloWorld.swf > > http://localhost/helloWorld.mxml > > http://localhost/helloWorld.html > > > > --Dan > > > > > > ------------------------------------ > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > > Links > > > > > > > > >

