Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Import regular HTML page with Jquery-Plugin into Edge Animate

$
0
0

Hi together,

 

I have created a simple HTML page and included a Jquery-Plugin (tikslus360) into this and it works.

Then I wanted to import the HTML page into Edge Animate. Importing the HTML page was okay, but the plugin doesn´t work anymore with Edge Animate...

Is it not possible to have some undependent JQuery plugins in a regular HTML page or should I change something?

 

Here is a part of my HTML code. I included the JQuery-plugin into the HTML-Page that works very well without Edge Animate.

 

<script>

            $(document).ready(function(){

                $(".navi_bild").click(function(){

                                        $("#stage").tikslus360({imageDir:'img/treppe_01/',imageCount:24,imageExt:'jpg',canvasID:' pano',canvasWidth:800,canvasHeight:400, fadeInInterval:10});

                                                 });

            });

</script>

 

 

I hope, someone can help me...

Thank you very much!


Viewing all articles
Browse latest Browse all 9897

Trending Articles