Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 66447

Re: Adobe Presenter 10 published HTTP URL not working in IE 11, 10, 9, 8 works in Firefox.

$
0
0

Hello Phill,

  the problem is related to the script, there a comma that shouldn't be there.

 

$.each({

        swipeevent: "swipeall",  <------ You need to remove this comma

    }, function(event, sourceEvent){

        $.event.special[event] = {

            setup: function(){

                $(this).bind(sourceEvent, $.noop);

            }

        };

    });

 

Final code:

$.each({

        swipeevent: "swipeall"

    }, function(event, sourceEvent){

        $.event.special[event] = {

            setup: function(){

                $(this).bind(sourceEvent, $.noop);

            }

        };

    });

 

In this way the script is succesfully loaded and it start the Swf file called in loadPrContent();

 

Regards

Angelo


Viewing all articles
Browse latest Browse all 66447


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>