Related Posts
Vars from PHP to JS and Back
The easy part is to add a js variable from php. <html> <?php $MyVar3 = “Something in PHP”; ?> <script…
Simple XML to ActionScript 3 Menu
This is actually my first attempt to make a menu XML customizable driven. I will probably release a new version…