Can Flash MX pass PHP include syntax?
Scenario:
- Site is 95% html/php
- Main html page is index.php which has the typical include php code
- Only the Menu Items (Flash buttons) would have this actionscript assigned:
on (release) {
getURL (“index.php?page=audio”, “_blank”);
}
Is this correct/possible?
Daniel