waytech2003
Programmer
I am using FP2000. I have a button that I had FP animate. When clicked it flys off to the top left. I would like it to do it's motion, then load the selected html page. Right now, the page starts to load, before you get to see the button move off the screen.
Thanks Wayne Lette
FP HTML code is below......
<p dynamicanimation="fpAnimOutflyTopLeftFP1" id="fpAnimOutflyTopLeftFP1" style="position: relative !important" onclick="dynAnimOut(this)" language="Javascript1.2"> <a href="testpage.htm"><img border="0" src="images/Button.gif" width="120" height="21"></a> </p>
Thanks Wayne Lette
FP HTML code is below......
<p dynamicanimation="fpAnimOutflyTopLeftFP1" id="fpAnimOutflyTopLeftFP1" style="position: relative !important" onclick="dynAnimOut(this)" language="Javascript1.2"> <a href="testpage.htm"><img border="0" src="images/Button.gif" width="120" height="21"></a> </p>