Hi, I need that every time the user accesses a menu option, then a label is added to the url, for example www.website.com/#option1 or www.website.com/option2 (I don't know if possible) . Even when…
I'm sorry but I do not understand what you mean. ...maybe I have not explained well my problem... sorry for the google translation...
Hi, I have this code: var aXefsA = []; for (var i = 1; i <= maxXefs; i++) { sXefA = sym.createChildSymbol("sXefA", "rXefsList"); aXefsA[i] = sXefA; …
I have done a complete search on this, and have tried based on the example here: http://forums.adobe.com/thread/979124?promoid=KBHBD But I can't seem to get it to work... I am trying to justify…
If I start a new project and insert a text box with Edge Web Fonts, then are loaded all subsets of font: Bold (n7), Semibold (n6), Medium (n5), Regular (n4), etc. and this slows down the loading of…
I try to get a font from Typekit Trial: http://typekit.com/fonts?collection=trial&language=ca&sort=name like 'Acta Display', but this font not appears in Edge Web Fonts selection screen, why? how I…
How I can (in which event) to control the loading of page elements (divs and elements created in design time) to display messages in the charge as "Loading section1", "Loading section 2", "Loading…
Hi all, Having reall dificulties customising preloader in Edge Animate... To get straight to the point(s): 1. My main project is utilising 100% stage width and height amd naturally I would…
Hi folks I came over an interesting website yesterday made by Caleb Evans (http://calebevans.me/projects/jcanvas/ ). He has written an API for html5 canvas to use in Jquery. I have tested it in…
I need replace some text in several descendants elements of rXefsList div for to translate my website. I try with jQuery find() Method but this doesn't works for html text:…
I try to use "this" for hide an element in mouseenter event and doesn't work. I try: this.hide(); sym.this.hide(); sym.$(this).hide(); $(this).hide(); but nothing, why?
