javascript - Magento - Adobe Edge animation not working -
i'm trying include adobe edge animation within managed page it's not working. in firebug, see errors:
typeerror: not function [stopper sur une erreur]
...ymbol.bindtriggeraction(compid,symbolname,"default timeline",0,function(sym,e){}...
cartonedge_actions.js (ligne 4)
in theme's page.xml file, have declared edge-generated javascripts follows:
<action method="addjs"><script>devoption/carton_edgepreload.js</script></action> <action method="addjs"><script>devoption/carton_edge.js</script></action> <action method="addjs"><script>devoption/carton_edgeactions.js</script></action>
i've found cause of problem: images refered in carton_edge.js file not found. that's because image directory calculated script using site's base url ending index.php.
a solution override image directory in script full path images directory.
you'll find image directory variable searching "var im=" in script
Comments
Post a Comment