Forum Replies Created

Viewing 15 replies - 436 through 450 (of 536 total)
  • Plugin Author ti2m

    (@ti2m)

    Hi lucir,

    please open up a new issue as yours doesn’t seem to be file size related. Have you checked the JavaScript console for errors? Did you get any errors on upload? I can take a look at it if it’s online somewhere.

    Plugin Author ti2m

    (@ti2m)

    Hi,
    EA will overwrite CSS like postion and so on with its own styles. Which properties do you want to set? For the stage id EA doesn’t touch margin or padding as far as I know and postion is set to relativ. Try to set the needed properties like width and height within the composition. I think that might be where the problem is as I didn’t really get as well what the setup of the dimensions was supposed to do.
    A dirty way is to use !important on a CSS property in your custom definitions which then won’t be overwritten by EA, but as said that is more of a hack than anything else.

    Let me know if it’s accessable online then I can take a look. I somehow have the feeling that something else is going wrong.

    Plugin Author ti2m

    (@ti2m)

    Hi Dominic,

    I checked the composition and fixed the dimension parsing. Please try the dev version of the plugin. http://downloads.wordpress.org/plugin/edge-suite.zip

    I don’t really get it to work as the height and width are set a bit strange in EA itself. Am not really sure what you are trying to do. Is there a testpage where you set it up?

    Plugin Author ti2m

    (@ti2m)

    Hi, can you please open up a new topic as this one is resolved and very generic anyway.

    Can you sent me your animation oam to edge@timm-jansen.de. The plugin can’t detect the dimensions of the stage so I would need to take a look at the code. That’s most likely the reason why you can’t center it.

    [ Mod note: you can open a new topic via this link. http://wordpress.org/support/plugin/edge-suite#postform ]

    Plugin Author ti2m

    (@ti2m)

    Thanks for the feedback, glad you like the plugin! Data injection is indeed at the top of the roadmap, need to change the workflow of the plugin and upload process first though. I’ll let you know if I got it working.

    Plugin Author ti2m

    (@ti2m)

    Hi,
    sorry, was a bit busy. I checked the oam and it is basically a canvas in the main html file, which happens to also contain edge animate scripts. How did you set this up? Did you follow a tutorial? As it is right now I don’t see the benefits of using edge for this. Can you sent me the files that the createjs extension generated. So far there is no way the wp plugin can support this as it’s all canvas and the setup of the scripts is totally different.

    Plugin Author ti2m

    (@ti2m)

    Now you got me interested, never dealt with compositions done in flash via ea. Would it be possible that you sent me the OAM (edge@timm-jansen.de)? Then I can take a look and check where it goes wrong. Talked to Grant Skinner on a couple of occasions, am pretty sure we could get this to work if we had a real use case.

    Plugin Author ti2m

    (@ti2m)

    Ok, good that you know where the problem is. How was it converted to HTML5 and how did you get it into egde animate?

    Plugin Author ti2m

    (@ti2m)

    Hi,

    in some cases it won’t work if the plugin can’t find the stage variable in the code. Did you do some custom coding? Did you try the example OAM from the tutorial? Please try this one to make sure everything else works, then we can take a look at your composition and why it’s not detecting the stage var.

    Plugin Author ti2m

    (@ti2m)

    Hi,

    i can’t reproduce the error. I adjusted the noconflict script a bit, try the latest dev version of the plugin. It of course works without debugging enabled, it just helps to see what’s going on. As the widgetkit is not free there is no way for me to test this in more detail, there is not much left I can do form here on.

    Cheers

    Plugin Author ti2m

    (@ti2m)

    Ok,

    I gave it a shot. Try the latest dev version http://downloads.wordpress.org/plugin/edge-suite.zip

    In the Edge Suite settings active debugging and jquery noconflict mode. You have to reupload the composition. Then check the JS console and see what it tells you.

    Let me know if this solves it or if you run into more problems.

    Plugin Author ti2m

    (@ti2m)

    Hi,

    having multiple JS plugins on a site can be quiet tricky. That’s what the iframe renderer is basically for. I don’t like the approach, but it should work. Is it not working for you?

    There is also a harder way, which I didn’t have the time to yet. As far as I can tell what’s happening is that widgetkit has it’s own “instance” of jQuery running. In no conflict mode, but with the clever name “jQuery”. Most plugins do that nowaday. Edge as well. So what happens is that widgetkits jQuery variable gets overwritten by Edges’ jQuery and of course that one doesn’t have the widgetket modifications. But that is just a quick guess.

    I’ll see if I find the time to take a closer look at this on the weekend. But to be save I would try to get iframes to work. I’ll get back to you…

    Plugin Author ti2m

    (@ti2m)

    Hi steve,

    no, you have to check the transparency settings in Edge Animate itself. Like in this tutorial in step 2, item 4

    Plugin Author ti2m

    (@ti2m)

    Hi Steve,
    thanks for the feedback, great to hear that you like the plugin (am always happy about votes ;-))

    The white background comes from your stage id, so you must have set it (or did not set the background to transparent) in Animate. Check the background stage properties (right next to width and height settings). Hope this helps, let me know if it doesn’t, you can always edit the main JS file, but try it the easy way first.

    Cheers, timm

    Plugin Author ti2m

    (@ti2m)

    Thanks for the feedback, am glad you got it to work. I’ll add a note to the FAQ. But did you set up the full path before yourself or where are you hosting your site? Just so I can add some more info. Just a bit strange as uploaded images should have ended up in the wrong dir as well… Thanks, and have fun with edge

Viewing 15 replies - 436 through 450 (of 536 total)