crossdomain.xml Policy File Issues With Flash Player

Does your Flash movie stop working because your links need the crossdomain.xml file, but you can’t place it at the root level?  The crossdomain.xml file can be relocated to non-root locations, and that location can be defined in your Flash movie. The code is at the bottom of this article, and below is some expert [...]

How To Send Data From Flash To ASP/PHP Without A Page Refresh

This article will deal the how to of sending form data from Adobe Flash to your PHP/ASP file so it can be inserted into a database (or manipulated for whatever other reason). The trick is making sure a new window doesn’t popup and the page doesn’t refresh to run through the ASP/PHP code. That’s the [...]