Hi,
I couldn't find anything about this via search, so I hope this isn't redundant. What I'd like to do is set a FlashVars embed and object value via a PHP variable that's set further up the page. So if I set a PHP variable as, say,
$nav_section='section1';
How do I get this inserted in the FlashVars below? That part is outside the <?php section, so it doesn't seem to know how to read that php variable in.
I've tried it like this:
<param name=FlashVars VALUE="$nav_section">
But it doesn't work. Any ideas? Thanks in advance!
Rob