2013年6月24日 星期一

Construct 2 HTML Widget

resume and suspend widget upon open and close in iBook:

add the following:
         widget.pauseAudioVisual = function() {
       cr_setSuspended(true);
          };
   
          widget.didEnterWidgetMode = function(x) {
         cr_setSuspended(false);
          };

沒有留言:

張貼留言