HI,
I contain megazine.js in my index.html, and write a test code in the onPageChange function, but when I turn the page, nothing happen, do I miss someting?
onPageChange: function(newPage, oldPage) {
alert("onPageChange");}
<div style="background:#F00; width:100%; height:100px;" onClick="megazine.gotoNextPage;"></div>
var attributes = {id: "megazine"};
swfobject.embedSWF("megazine.swf", "megazine", "100%", "80%", "9.0.115", "js/expressInstall.swf", flashvars, params, attributes);
Another question, how can I make this js code (megazine.gotoNextPage) works if I use "preloader.swf" instead of "megazine.swf"?
Thanks.