You will definately need to use FlashVars to do this...
Set a value in your embed code that sets the page value to a page name.
Then create some IF statements in your flash file using AS to disable buttons...
Something like:
- Code: Select all
if(page="home")
{
do whatever
}
Cheers,
Scott