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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -