Flash security is, in a word, whack. I won’t even attempt to summarize the full schebang right now, but one trick I just learned: compile with the “-use-network=false” flag if you want to load a local resource from disk, such as when testing with SAFlashPlayer.exe. (So far as I can tell, “-use-network=true” does [...]
Archive for November, 2007
Accessing Local Files when Launched Locally
Posted in 1 on November 25, 2007 | Leave a Comment »
MXML for Fun and Profit
Posted in 1 on November 11, 2007 | Leave a Comment »
So Flash is pretty sweet for low-level graphics coding. But it’s a bit, er, low-level for full UI development. Enter MXML, what HTML would look like if Adobe designed it. Luckily, compiling it doesn’t appear to be any more difficult than with ActionScript. Simply dump this into a HelloWorld.mxml file:
<?xml version=”1.0″?>
<mx:Application [...]