BipadTaranMahato / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

KenBurns Effect code error #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Note: If this is a troubleshooting question, please first look in the FAQ 
(http://code.google.com/p/slideshow/wiki/FAQ), search in the Google Group 
(http://groups.google.com/group/mootools-slideshow) and / or post your 
question there! This form is only for technical issues / bugs, thank you.

What steps will reproduce the problem?
1. download Slideshow2r147.zip today - may 20
2. modify index.html to use KenBurns effect - see attached file
3. error : 
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; 
Trident/4.0; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 
SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; 
Tablet PC 2.0; InfoPath.2; .NET CLR 1.1.4322; WWTClient2; .NET CLR 
3.5.21022; MS-RTC LM 8; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Wed, 20 May 2009 05:00:49 UTC

Message: Object expected
Line: 21
Char: 3
Code: 0
URI: file:///D:/dragoOne/nv/panning%20effect/index.html

Message: Object doesn't support this property or method
Line: 15
Char: 46048
Code: 0
URI: file:///D:/dragoOne/nv/panning%20effect/js/mootools.js

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system and 
browser?
IE 8.0 and Firefox 3.0.1.0
FireFox has no error, but no panning or kenburns effect either

Please provide any additional information below.

Original issue reported on code.google.com by scheung...@gmail.com on 20 May 2009 at 5:02

Attachments:

GoogleCodeExporter commented 9 years ago
Change:

<script type="text/javascript" src="js/slideshow.js"></script>

To:

<script type="text/javascript" src="js/slideshow.kenburns.js"></script>

Original comment by aeron.gl...@gmail.com on 20 May 2009 at 2:18

GoogleCodeExporter commented 9 years ago
Sorry, you need the both scripts:

<script type="text/javascript" src="js/slideshow.js"></script>
<script type="text/javascript" src="js/slideshow.kenburns.js"></script>

Original comment by aeron.gl...@gmail.com on 20 May 2009 at 2:22