Hey Friends and community!
I'm trying to create a link in a Flash Header using PHP in the Actionscripting. The code I have looks like this:
on (release) {
getURL(<?php get_settings('home'); ?>, "", "GET");
}
I'd like to have these links passed as variables to save me some time later on in this project.
Thanks ahead of time!