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

