mrlobaloba
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: help me integrate edge animate adobeit’s for my site ! my principal theme is from themeforest, i buy it i cannot develope theme hehehe or i don’t do so stupid question, i can’t code.
i want only call the js if necessary with the theme, because i want to put more of this animation in my site, i don’t want are all loaded together, so i think i need to put one every page where i need to write the code i pasted?
Forum: Fixing WordPress
In reply to: help me integrate edge animate adobethe theme is not important i want to do in more theme! i want only understand how to make work this kind of code on wordpress ??
Forum: Fixing WordPress
In reply to: help me integrate edge animate adobethis is my html
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <title>Senza nome</title> <!--Adobe Edge Runtime--> <script type="text/javascript" charset="utf-8" src="https://animate.adobe.com/runtime/6.0.0/edge.6.0.0.min.js"></script> <style> .edgeLoad-EDGE-11698741 { visibility:hidden; } </style> <script> AdobeEdge.loadComposition('ciao', 'EDGE-11698741', { scaleToFit: "none", centerStage: "none", minW: "0px", maxW: "undefined", width: "550px", height: "400px" }, {"dom":{}}, {"dom":{}}); </script> <!--Adobe Edge Runtime End--> </head> <body style="margin:0;padding:0;"> <div id="Stage" class="EDGE-11698741"> </div> </body> </html>
and my js
(function(compId){var _=null,y=true,n=false,x4='rgba(192,192,192,1)',x3='6.0.0.400',x2='5.0.0',lf='left',x5='rgba(255,255,255,1)',tp='top',h='height',w='width',xc='rgba(0,0,0,1)',x1='6.0.0',e6='${Ellipse}',i='none';var im='images/',aud='media/',vid='media/',js='js/',fonts={},opts={'gAudioPreloadPreference':'auto','gVideoPreloadPreference':'auto'},resources=[],scripts=[],symbols={"stage":{v:x1,mv:x2,b:x3,stf:i,cg:i,rI:n,cn:{dom:[{id:'Ellipse',t:'ellipse',r:['49px','130px','105px','101px','auto','auto'],br:["50%","50%","50%","50%"],f:[x4],s:[0,xc,i]}],style:{'${Stage}':{isStage:true,r:[undefined,undefined,'550px','400px'],overflow:'hidden',f:[x5]}}},tt:{d:2005,a:y,data:[["eid6",tp,0,2005,"linear",e6,'130px','139px'],["eid3",w,0,0,"linear",e6,'105px','105px'],["eid7",w,2005,0,"linear",e6,'105px','105px'],["eid4",h,0,0,"linear",e6,'101px','101px'],["eid8",h,2005,0,"linear",e6,'101px','101px'],["eid5",lf,0,2005,"linear",e6,'49px','367px']]}}};AdobeEdge.registerCompositionDefn(compId,symbols,fonts,scripts,resources,opts);})("EDGE-11698741"); (function($,Edge,compId){var Composition=Edge.Composition,Symbol=Edge.Symbol;Edge.registerEventBinding(compId,function($){ //Edge symbol: 'stage' (function(symbolName){})("stage"); //Edge symbol end:'stage' })})(AdobeEdge.$,AdobeEdge,"EDGE-11698741");
my target is let work on a single page of wordpress
Forum: Fixing WordPress
In reply to: help me integrate edge animate adobei can generate one now! just a second
Viewing 4 replies - 1 through 4 (of 4 total)