how I can do a flash button "on mouse over" displayed a text box. Please my english is bad...I´m brazilian...
Announcement
Collapse
No announcement yet.
Flash button
Collapse
X
-
Re: Flash button
1. Build a button in Flash (or Swish or whatever)
2. Place an fscommand on the mouseover state of the button so that everytime you mouseover it the fscommand fires.
3. Do the same for the button's mouseout state, being sure to use a different fscommand this time.
4. In AMS set your Flash object to check the value of the LastFSCommand in it's "OnFSCommand" event.
5. Use IF statements to show/hide text box as appropriate.
If you need help learning how to add and use fscommands, search the forum, there's a few good posts in here somewhere, best of luck...
Corey Milner
Creative Director, Indigo Rose Software
-
Re: Flash button
If you need help learning how to add and use fscommands, search the forum, there's a few good posts in here somewhere, best of luck... For example here's one search result which answers your question perfectly http://www.indigorose.com/ubbthreads...amp;sb=&o=
Corey Milner
Creative Director, Indigo Rose Software
Comment
-
Re: Flash button
[img]/ubbthreads/images/icons/smile.gif[/img] Ok Corey, in this Forum I found some answers,
as for example that you gave
fscommand ("exec","file1"); Ok this functioned [img]/ubbthreads/images/icons/smile.gif[/img]
fscommand ("jump", "page1"); Ok this functioned [img]/ubbthreads/images/icons/smile.gif[/img]
but o command (in Flash-MX) to show a text box no event "mouse over" I don´t know.
I´m beginning. I don´t experience in (FlashMX)
but I am thankful to you for the aid..help [img]/ubbthreads/images/icons/smile.gif[/img]
Comment
Comment