Adobe edge showing scrollbar on animation in Firefox

anybody have any idea how to remove the scrollbar that is appearing on my website but only on the firefox browser. I really need to get rid of it. it works fine on all other browsers.
the site is:  http://www.drotardesign.com/dd/about.html
i would really appreciate any ideas you may have. thanks
drotar

Hi Jen,
I tested your links using Safari 8.0.3 and Firefox 36. My OS is Yosemite 10.2
Both browsers return your animation with the same delay.

Similar Messages

  • Adobe edge show page only after download all image....

    hi, i have a composition wiht 30 images....when i open page it loads in around 5-6 seconds because adobe edge download all the image and after show the page...i have set immediate preloader that must only download the code and show the page but only in teory..in practice it download all element as code and image and then show the page.... there is' a way to not download all the images and display the composition after downloading only the code or a management priority to download?

    You need an event to trigger an advanced action, and timing is not an event.
    Why not create another identical slide, and have the playhead move to that slide after the first slide (with a timeline of 30secs) is finished?
    Lilybiri

  • Control the character animation in adobe edge

    Hello ,
    i have a character, i want to control the animation to use left arrow key and right arrow key.
    When i press left arrow key the character run animation call.
    When i press right arrow key character back run animation call.
    when user don't press any key the character stop animation call.
    Please help me, i am designer i don't know codding/
    Thanks
    Chetan Thakur

    Hi,
    Try this tutorial and see if this helps
    http://www.heathrowe.com/adobe-edge-simple-keydown-trigger-animation/
    The right arrow key is 39 and left 37
    if (e.which == 37) {     // key left
    this.play("sun");    //name of your character instead of sun
    Hope this helps

  • Adobe Edge - Webbanner

    Hi guys,
    i'm currently working on a webbanner in Adobe Edge (testing it as a alternative to flash) and I came across some problems.
    First one is following:
    So as you can see, the border of the circle is cut off.
    The circle itself is part of the background -> the text in the circle is a transparent .png file.
    Here a screen of my timeline:
    I know i that's really not a lot of information here, but i can't give you more detailed information because of copyright.
    So what could be a reason for that?
    My second problem is that a text i want to rotate, do work in adobe edge (as well as in the firefox preview), but when i upload the whole exported package on the webserver it doesnt work. code: rotate: transform (-6 deg);
    Hope you can help me.

    Yeah, i deleted nearly everything expect the background and the .png-Text in it.
    Here's the link to the banner: http://tinyurl.com/bxd9a9n
    I took a screenshot of the problem again:
    Let me know if you need any further information.
    So far, hope you can help me.

  • Adobe edge animation shows unwanted vertical scrollbar in firefox only

    anybody have any idea how to lose a vertical scrollbar on a site where i built a responsive adobe edge animation. on all the other browsers the overflow: hidden works perfectly. only in firefox do i get a scrollbar showing up. little help please. the website is http://www.drotardesign.com/dd/about.html
    d

    got it - this is how you get rid of it, and thank you Moses for your kind words. Corel was right, these are the attributes that fix it. You need to load it as an iframe
    just so you know, the only way to get rid of the scroller in Firefox is to load the RESPONSIVE ADOBE EDGE ANIMATION as an iFrame with these attributes:
    <div class="center1">
    <div class="center1Edge">
    <IFRAME src="http://www.drotardesign.com/dd/animations/edgeAbout/edgeTop.html" width="100%" height="100%" scrolling="no" frameborder="no"></IFRAME>
    </div><!--END CENTER1EDGE DIV-->
    </div> <!--END CENTER1 DIV-->
    your css will be this:
    /*EDGE ANIMATION*/
    .center1 {
    display: block;
    width: 25%;
    overflow:hidden;
    height:400px;
    padding-bottom:0%;
    .center1Edge {
    width: 100%;
    height: 100%;
    /*left: 0px;*/
    }

  • While installing adobe edge anim it shows insert adobe edge animate disk

    while installing it shows insert adobe edge animate disk but i am only installing the trial version. how can i have disk when i downloaded it for the trial use. ? please help.!!

    i downloaded it from another website. because through adobe website it shows
    so please help!!!!
    while  installing the file i got
    heathrowe

  • Adobe Edge .OAM Animation Not Working In ePub Created In InDesign CC

    Hello,
    I am trying to create an ePub that contains video and animations.
    Using Adobe Edge Animation CC, I created an animated chart.  When I tested by previewing it in my browser it worked fine.  I then exported the animation as an .OAM file.
    In InDesign CC, I created my document, imported a .MP4 video and the .OAM animation.  When I test it using the Folio Preview, the video works but the animation does not.  The animation instead acts more like a static image.  When I click on it, nothing happens.  Ideally, the animation should occur once the page is loaded (but I can settle for the animation to happen once clicked).
    Also, I would like to create an Interactive PDF and .MOBI version of this document.  I am a complete noob to this, so any help you can provide would be greatly appreciated.  Thanks.

    Thank you Steve.  I am running InDesign CC 9.2.  I exported an EPUB 3 file and tested it using Firefox's EPUBReader (Since I am experiencing an issue with Readium).  The video is working fine, but the .OAM animated chart does not appear at all.  Do you know what could be causing the .OAM animation not to appear?  Below are some screenshot I grabbed.
    This is how the file looks in InDesign CC.  Circled is the .OAM animation.
    Below is how it looks in EPUBReader.  The .OAM animated chart is missing. (The layout has changed also, but please consider that this is my first ePub that I am creating.  This is all new to me.)

  • Adobe Edge 3 animations issues with webview on Android v4.1.1 and v4.2.1

    I am developing an Android App using webview (using phonegap/cordova v2.8.1 ) . I used Adobe Edge 3 and generated few animations using SVG images and couple of html pages
    Query #1:    Scaling of image is continously increasing with every orientation change
                 On Nexus 5,  Nexus 7 and Nexus 4 (all with Android version v4.4.2)  the Adobe Edge animations work as expected in my App, however there is one issue when ConfigChanges option in Android manifest file is set to  "orientation|screenSize" used in the main activity of my App to allow it to automatically resize this screen/images when screen orientations between portrait and landscape. This works but image size keeps increasing (never reset to original size) every time change the orientation of my Android device from portrait to landscape and vice versa.
    Is there any issue with Adobe Edge based animations w.r.t to automatically resizing based changes to screen orientation on Android ?
    Query #2:  Images(i.e. symbols) are incorrectly loaded/shown and sometime stage itself is not loaded
        On Samsung Tab 2 (v4.1.1) and Samsung S3 (v4.2.1), the same Android App runs fine, however some images are not loaded randomly, sometimes the image  is blank and sometimes incorrect symbols are overlayed onto the stage1 and stage 2 screens.
      Has body faced similar issues while using Adobe Edge generated animations with webview/phonegap based Android applications ? if yes how it was fixed ?
    This Android  App uses only the two html pages (as stage 1 and 2) and then it loads different symbols (i.e svg images) using hide and show , load composition methods to create animations.
    Let me know if there are any Adobe Edge 3 related issues specific to different version of Android  ...in particular  Android v4.0,  v4.1 and v4.2  ..because the same App works fine on Android v4.3 and v4.4
    I suspect it is due to differences and support available in webview implementations in different versions of Android.
    Any help on this is greatly appreciated !
    thanks
    Padua

    Sadly I don't have answers either. I'm not sure what happened but as of the last few days i've been having the same problems. There are also times when my mac mini wont even connect to the base station.
    What I find strange is that my sister has the same airport firmware installed and her machine is unaffected. I'm on hold with apple atm, so we shall see what they can figure out.

  • Adobe Edge animation glitching html page and SVG disappearing

    Hi all,
    I am having an issue with an Adobe Edge animation that I am making for a client - I am fairly new to Edge so this may be an easy fix!
    There is an SVG named chassis (Looks like a brown tadpole) that halfway through the animation - disappears and then glitches the webpage by drawing a white background that overlaps everything...
    I have set the background in Edge to transparent so I don't know why this is happening, even in the 'Preview in browser' option it happens.
    Here is the site where the animation is embedded - http://louisreed.co.uk/tiddlybot (Scroll down a little bit)
    Any help or suggestions welcome.
    Thanks!
    Louis

    Hi Louis ,
    Can you try out one thing. We suspect this issue is caused because of the anti-scaling which we apply.
    Just try to disable anti scaling.Follow the steps below : 
    This scale factor can be changed from:
    1. Close Animate
    2. Open the preference folder:
    a. Windows: C:\Users\{username}\AppData\Roaming\Adobe\Edge Animate\4.0.0\
    b. Mac: /Users/{username}/Library/Prefrences/Adobe/EdgeAnimate/4.0.0/
    3. Open the AppPrefs.xml file in a text editor.
    4. Search for the Current line in AppPrefs.xml:
    <key>SvgAntiScaleFactor</key>
    <float>10</float>
    Update this to:
    <key>SvgAntiScaleFactor</key>
    <float>1</float>
    5. Launch Animate.
    However note: This setting will work only for new animate content that you create after this setting is applied - i.e it will work only for newly pasted SVG’s in a new composition.
    Exiting Animate compositions opened after applying the setting(Step 5 above) will still show the same problem. You will need to delete the SVG and copy-paste again.
    Do let us know if this solution helps in your case too.
    Thanks and Regards,
    Sudeshna Sarkar

  • My Adobe Edge animation not work in IE8

    hello,
    I just make animation slideshow in Adobe Edge Animate
    and this is work nicely in Firefox, Chrome, Opera, Safari and IE9 but i have problem with IE8.
    My slideshow is not view in IE8.
    help me if you know this issues.
    thanks

    i got solution from this blog
    http://forums.adobe.com/message/4758370
    but my image background is Gray. so how to make transparent BG?

  • Adobe edge animation button not working in muse

    Ok so I went and created a button in adobe Edge that when clicked scrolls your browser to the top of the page since I couldn't create what I was looking to do in muse( I can create anchors to bring me to the top of the page but I dont like that i have to relink the button for each page and that clicking on the button acts as a page change so when you click the back button it brings you back down to the bottom of the page vs the previouse page). Anyways the button works perfectly fine when previewing it in adobe Edge but when I bring it into Muse and try to use it the function to bring you to the top of the page stops working, the mouse states still work though so it doesn't seem to be completly broken. Any ideas as to what I'm doing wrong or what I can do to fix this?

    I just tried to host it to a temp businesscatalyst site and the .oam file isn't even showing up on the temorary page. Getting more and more confused.

  • Create a animated icon using Adobe Edge...

    Hi there, I have never used Adobe Edge but before I install I wanted to know if it could create a animated icon that's looping and that has transparencies...
    I have tried animated gifs, but the transparency suck big time...
    I have tried APNG but Chrome does not support...
    So in my search for solution I found Adobe Edge...
    So if it's doable can you guys help me or send me in the right direction...
    Thanks...
    Ben

    Hey Ben,
    Of course this is possible but it might be overkill if all you want is an animated icon. Technically you have all you need for this. You can use png if you have images with transparent areas or svg if you prefer. Then you create a loop on timeline.
    Let us know if you need a sample.

  • Convert/save/export Adobe Edge animation as an animated gif?

    Does anyone know a way to convert/save/export an Adobe Edge animation file into an animated gif. I've created a simple logo animation and the client now wants it as a animated gif to add to there email signature. Is this possible or an I going to have to recreate it in another programme

    Hi resdesign.
    Thanks for your comment, this helped. Would be nice if there was a more direct way though, but this has done exactly what I need. Thanks again

  • How to create a scrollbar using adobe edge animiate

    hello again,
    i am having trouble creating a custom scrollbar with scrolling content using adobe edge animiate. i first tough that adobe edge animiate replace flash catalyst but with flash catalyst, i can easily create scrollbar but i am having a hard drive.
    i know that i can use the overflow but i want to create a custom scrollbar with custom color, just like when using flash catalyst.
    please help.

    Hi Darrell!
    I've develeppoed a scrubber starting from the modification JackPister made to your code:
    http://forums.adobe.com/message/4802851#4802851
    I would like that scrubber can move in a circular path and it actually moves, but doesn't scrub... :-(
    Any idea!
    Many thanks in advance for your support!
    Davide

  • I need help making Adobe Edge animation appear correctly on iphones, ipads and android phones.

    I need help making Adobe Edge animation appear correctly on iphones, ipads and android phones. It currently looks fine on desktops and androids. I am using wordpress with a responsive theme (Canvas). I will need you to document The url is http://adamhtc.org.s183459.gridserver.com.

    Thanks George, interesting thought.  I looked on Adobe's site and they "advertise" fillable forms for the iPhone and Android markets, but on the Windows Phone tab, that is mysteriously missing.  lol    Maybe it will come later?   Meanwhile, I'll google to see if there are any PDF viewers that can handle it now.   Thanks for the reply.  :-)

Maybe you are looking for

  • Spotlight does NOT work - tried EVERYTHING

    Running older Intel Mac Pro... Mountain Lion Spotlight just stopped working - it returns nothing but webpage suggestions. There are NO disks added under the Spotlight System Preferences. Trying to add and then remove only results in the "Privacy List

  • Exporting document to Excel "Percent" on the graph,shown as decimal values

    When I'm converting a WEBI report(pre 3.0 version) into Excel 2003, I have a problem with displaying data values on the graphs which are formatted as "percent".  Nomatter what I do, in excel it will always show the same data values on the graph as de

  • Date fixing of  Gantt chart in cproject

    Hi,     In cproject 4.0 Gantt chart , can we fix the time line appearance before and after the project schedule for various overviews like week, Month and year.? In current system the empty calender appears with huge period like 2 years incase of yea

  • File Upload in PI

    Can we upload 500 MB data through PI or maximum how many MB data we can upload through PI? Is their any restrication in PI to upload data? Regards,

  • RH_DELETE_INFTY:DELETE_FIRST_RECORD ISSUE in IT 7420 (talent group)

    Hello there I am trying to delete data from Infotype 7420 along with its related objects. I am getting dump DELETE_FIRST_RECORD when I try to delete data using FM RH_DELETE_INFTY. When I create IT 7420 (talent group) it create data in following table