Skip to content

Problem Regarding loading of images  #3

@reddygaru

Description

@reddygaru

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.....

<script type='text/javascript' language="javascript"> $(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions