you must deploy your application on some server. then you can access your access your html on url. moreover your url must have a port as well. for ex: localhost:8080 Regards, Nikunj
--- On Fri, 6/6/08, Dan <[EMAIL PROTECTED]> wrote: From: Dan <[EMAIL PROTECTED]> Subject: [flexcoders] How should we access our Flex apps from the browser? To: [email protected] Date: Friday, June 6, 2008, 7:31 PM 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

