View Single Post
  #2 (permalink)  
Old Oct 24th, 2007, 21:40
Sgaspar11 Sgaspar11 is offline
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Movieclip button active state problem !! Help Please !!

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
Reply With Quote