dynamic effects

B

bcp2007

I'm trying to add "fly in" or "spiraling" images using fp 2002. Fairly
simple until after I upload the page to hosting server for the site. Then
these animations don't show up. These are previewed before publishing. Any
help appreciated.
 
T

Tina Clarke

bcp2007 said:
I'm trying to add "fly in" or "spiraling" images using fp 2002. Fairly
simple until after I upload the page to hosting server for the site. Then
these animations don't show up. These are previewed before publishing.
Any
help appreciated.


url please

Tina
http://accessfp.net/ - FrontPage Tutorials
http://anyfrontpage.com/ - http://frontpage-ebooks.com/
http://addonfp.com/ - FrontPage Addons
http://frontpage-tips.com/ - Weekly FrontPage Tips
http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings
 
S

Stefan B Rusynko

make sure you upload animate.js to the root folder (same level as the page using it) and fix your path to match its location in
<script language="JavaScript1.2" fptype="dynamicanimation" src="../animate.js">
</script>
- you have src="../animate.js" - which would be above the root - not possible
- you should have src="animate.js" - which would be at same level as your home page

PS
Trust you know FP animation is only supported by IE

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| http://www.lakeforkproguide.com/
|
| thanks!
|
| "Tina Clarke" wrote:
|
| >
| > | > > I'm trying to add "fly in" or "spiraling" images using fp 2002. Fairly
| > > simple until after I upload the page to hosting server for the site. Then
| > > these animations don't show up. These are previewed before publishing.
| > > Any
| > > help appreciated.
| >
| >
| > url please
| >
| > Tina
| > http://accessfp.net/ - FrontPage Tutorials
| > http://anyfrontpage.com/ - http://frontpage-ebooks.com/
| > http://addonfp.com/ - FrontPage Addons
| > http://frontpage-tips.com/ - Weekly FrontPage Tips
| > http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
| > http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings
| >
| >
| >
 
Top