matdumsa / jQuery.threesixty

A plug-in that turns an array of images into a 360 degrees interactive view that can be rotated at will
http://www.mathieusavard.info/threesixty/
108 stars 38 forks source link

Problem Regarding loading of images #3

Open reddygaru opened 11 years ago

reddygaru commented 11 years ago

I am trying to load my 36 sequence of images .But i am facing a problem in loading all images.I need to know where i went wrong ...here is my code.....



how to solve it and please help me what i need to do to load all my images
matdumsa commented 11 years ago

It looks like you have HTML inside your JS,

and

 are HTML
markup, not valid javascript code.

On Tue, Oct 2, 2012 at 2:13 AM, reddygaru notifications@github.com wrote:

I am trying to load my 36 sequence of images .But i am facing a problem in loading all images.I need to know where i went wrong ...here is my code.....


$(function () {
var arr = [];
for (var x = 01; x <= 10; x++) {
arr.push("Images" + x + ".gif");

 } $("#mousemove"). three sixty({ images: arr, method:
'mousemove', 'cycle': 3, direction: "backward"
}); }); </script> 

how to solve it and please help me what i need to do to load all my images

— Reply to this email directly or view it on GitHubhttps://github.com/matdumsa/jQuery.threesixty/issues/3.
reddygaru commented 11 years ago

hi thanks for ur valuable reply its not regarding the html its regarding the size of the image ......its working with lagre image files ....... :)

On Sat, Oct 13, 2012 at 12:15 AM, Mathieu Dumais-Savard < notifications@github.com> wrote:

It looks like you have HTML inside your JS,

and

 are HTML
markup, not valid javascript code.

On Tue, Oct 2, 2012 at 2:13 AM, reddygaru notifications@github.com wrote:

I am trying to load my 36 sequence of images .But i am facing a problem in loading all images.I need to know where i went wrong ...here is my code.....


$(function () {
var arr = [];
for (var x = 01; x <= 10; x++) {
arr.push("Images" + x + ".gif");

 } $("#mousemove"). three sixty({ images: arr,
method:
'mousemove', 'cycle': 3, direction: "backward"
}); }); </script> 

how to solve it and please help me what i need to do to load all my images

— Reply to this email directly or view it on GitHub< https://github.com/matdumsa/jQuery.threesixty/issues/3>.

— Reply to this email directly or view it on GitHubhttps://github.com/matdumsa/jQuery.threesixty/issues/3#issuecomment-9390517.