Html5 animation problem, scrollbar

Hi everyone!
I need help in something, i made a webpage, and insert a animation made in flash but transformed into a html5, then i put it in some of the pages like "nosotros" "comtacto" of the webpage inserting a html, when I export it to the web the vertical scrollbars dissapear, but if I delete the animation, the scrollbar appears....
I dont know how can i fix please helpme, here is the page http://hydro04.businesscatalyst.com/contacto.html
Please I hope you will hellps me,

Hi
I checked the link and I don't see vertical scroll bar on page with animation.
This can happen if html inserted stretches the page length due to which on view in browser will add a scroll to page as the length is increased.
You can try to size the html content in code itself which you are inserting and then check.
Thanks,
Sanjit

Similar Messages

  • Html5 animation problem on iPad

    Hi,
    I made a very simple animation in Adobe Edge of a headline with a PNG file. This one: http://project.aboutdesign.nl/test/lineani1.html
    When I import this in InDesign it works fine in the Folio preview mode (CS5.5 - 7.5.2) except that it also starts to “fade in” from 0% transparancy to 100%. Only when I publish it on on the iPad it only fades in and the animation does not work any more. I also tried it with wallaby but with the same result.
    The html seems to be fine. It works in the browser. Also in Safari on the iPad.
    Thanx in advance!

    I am having this exact problem, I've tried animations made in Edge and exported through Wallaby but the same 'fading in' issue happens. I'm going to try removing CS5.5 and starting again as suggested but am just wondering if you have any idea why it might be happening?  I can't understand how the order things have been installed on the computer can affect playback on the iPad. Is it just a weird glitch?
    Well done for finding a solution anyway (I'll let you know if it works for me).
    Thanks in advance.

  • Adding HTML5 animation from edge animation to captivate 8

    I created a simple/small animation in Edge Animation, published it as .oam .   In Captivate 8, Media, HTML5 Animation, selected the animation and it displayed on the slide. The problem is now, in the preview the animation doesn't play. I even published it on a web server and it doesnt show there either. Does anyone have any idea what is going on??

    Just a suggestion: try to add a play button in Edge Animate, maybe the animation is so short that you don't have time to see it? What is its duration? I can insert OAM's in CP8.

  • Html5 animation: Flash CC vs. Edge Animate?

    I've been using Flash for many years, and am now creating html5 animations. Just curious, why would I want to use Edge animate to create html5 animation, when I could just make an animation in Flash CC, and then export as html5 canvas? Do both Flash and Edge basically render the same thing (in terms of html/css/js), or are there differences? Thanks!

    Re the topic of this discussion - I'd been wondering the same thing.
    Until recently, I assumed there was no real difference other than the interface (I prefer the Edge layout - it's closer to video editing - but wish they would undo the changes made to the code editor since CC 2014. I need as many JavaScript hints as possible!).
    But now I'm looking at the area of ebooks and there are problems with Edge animations on iPads, even though they are indeed HTML5. See Adobe discussion here: https://forums.adobe.com/message/6550864
    On the one hand, iBooks may have a problem with content in iFrames. (I'm not into coding - but the Adobe guy in the other forum alluded to as much.)
    On the other hand, even the GitReader app on iPad won't interact with the Edge animation within an iFrame. ...But it will with Flash & Captivate HTML output.
    Could it be that Edge uses its own library of Edge JS, whereas the libraries used by Flash Captivate (CreateJS) are supported by iOS?
    Whatever the reason, I'm now investing time in Flash  HTML5 content over Edge.

  • Once I create a html5 animation using the 'Toolkit for CreateJS' in flash, how do I then insert it..

    Once I create a html5 animation using the 'Toolkit for CreateJS' in flash, how do I then insert it into a webpage via Dreamweaver:
    This has been sending me round in circles for over a week - can anyone let me know how I do this or can they point me in the direction of a tutorial?  Thank you in advance - d;-)

    There are some tutorials on Adobe site:
    <http://www.adobe.com/devnet/createjs/articles/getting-started.html>
    <http://tv.adobe.com/watch/adc-presents/toolkit-for-createjs-part-1-designing-game-assets/>
    <http://tv.adobe.com/watch/adc-presents/toolkit-for-createjs-part-2-adding-game-interactivi ty/>
    The parts 1 and 2 are videos about 10 minutes each while the first link is a detailed article that you can print and practice on your machine.
    Hope this helps.

  • Web content/HTML5 animations cancelling buttons out-

    Has anyone experienced button failure when place under or over HTML5 animations? It's weird as I have a sweet little Wallaby created pulsing animation which has a button underneath it which actions just fine but have just brought in an animation from HYPE and placed a button under and over to test and both do not function?

    Neil, can you even say how long it takes? ... We are currently working on a magazine app for an international car manufacturers and hope that we can publish it without loading time.
    Thanks for your support!
    Mike

  • How to embed Adobe Edge HTML5 animations into carousel instead of images.

    Is the above question possible? I cannot figure out a way to embed any of my html5 animations (created in Adobe Edge) into a carousel. I have tried creating a nested slider inside of Edge, and I have tried hard coding it, but can not figure out an appropriate solution.

    Nancy,
    Slideshow is now working great, but I cannot get my animations to exist within the slides themselves. I tried them inside this html but not inside the slideshow, and they work fine, but if I try to add them into the slider, nothing happens and that particular slide is simply blank. I have only tried the first one but it is not working. Here is my code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Cycle2 with Carousel Slider</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--Cycle2 Plugin-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <!--Cycle2 Carousel-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.carousel.min.js"></script>
    <!--------------------------Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="Infographic-1_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-3350547 { visibility:hidden; }
        </style>
    <!--------------------------Adobe Edge Runtime End-->
    <style>
    .slideshow {
        width: 915px;
              height: 440px;
        margin: 0 auto;
        border: 1px solid silver;
    .slideshow div {
        width: 915px;
              height: 440px;
    /* slideshow pager */
    .cycle-pager {
        text-align: center;
        width: 100%;
        z-index: 500;
        position: relative;
        top: 0;
    .cycle-pager span {
        font-family: arial;
        font-size: 75px;
        width: 22px;
        height: 22px;
        display: inline-block;
        color: #ddd;
        cursor: pointer;
    .cycle-pager span.cycle-pager-active { color: #FF0004; }
    .cycle-pager > * { cursor: pointer; }
    /**End Cycle2 Carousel Styles**/
    </style>
    </head>
    <body>
    <header>
    <h1><a href="http://www.malsup.com/jquery/cycle2/">jQuery Cycle 2</a> with <a href="http://jquery.malsup.com/cycle2/demo/carousel.php">Responsive Carousel </a>Slider</h1>
    </header>
    <!--begin Carousel-->
    <div class="slideshow"
    data-cycle-pause-on-hover="true"
    data-cycle-fx="carousel"
    data-cycle-timeout="0"
    data-cycle-pager="#pager"
    data-cycle-carousel-visible="1"
    data-cycle-carousel-fluid="true"
    data-cycle-slides="div"
    >
    <!--insert your content below-->
    <div id="Stage" class="EDGE-3350547">
    </div>
    <div>
    <p>Slide two content here...</p>
    </div>
    <div>
    <p>Slide three content here...</p>
    </div>
    <div>
    <p>Slide four content here...</p>
    </div>
    <!--end slideshow-->
    </div>
    <!--begin Cycle2 pager-->
    <div class="cycle-pager" id="pager">
    <!--end pager-->
    </div>
    <!--Cycle2 function code-->
    <script>$.fn.cycle.defaults.autoSelector = '.slideshow';
    </script>
    </body>
    </html>

  • How to add HTML5 animation?

    How to add +HTML5 animation+ in iWeb site?
    Example:
    http://www.hongkiat.com/blog/48-excellent-html5-demos/

    How to add HTML5 animation in iWeb site?
    Study the subject and then try to make it work in iWeb :
    http://www.wyodor.net/_Demo/html5/
    http://www.wyodor.net/Demo/Fancy/DynamicText.html
    http://ipad.dailynews.webege.com/BlowUp.html
    You may have to learn HTML:/CSS/JavaScript and how iWeb creates its pages.

  • Integrating Flash HTML5 animation into Dreamweaver?

    I've done a little work with Edge Animate and found it  simple to implement an animation into Dreamweaver.  However, my latest animation had to be done in Flash (plus I know that software a little better) and I notice CC now has an HTML5 canvas.
    So if I create an animation in Flash CC on an html5 canvas, how would I go about using that on a dreamweaver page? 
    Or would I be better off asking in the flash forums?
    Thank you in advance!

    Edge Animate has auto insertion features in DW.  Unfortunately, there is no such provision for Flash HTML5 animations yet.  So you must do it manually in code view.  Take the Flash compiled code and insert the relevant parts into your existing HTML5 document.  Ensure that paths to JavaScripts and CSS files are correctly pointing to your site folder and not files:/// on your hard drive.
    Flash/SWF is not supported on mobile devices/tablets.  That's why Flash/SWF is a dead web technology.
    Nancy O.

  • How to import html5 animation (created/published using flash) into a web page using Dreamweaver.

    I have created an animation in Flash and published it as a html5 animation.
    How do I get this into an exisitng web page using Dreamweaver?

    Hi Nancy,
    I am using Flash CC2014 which publishing as html.
    (When I publish as html with edge animate you can create an oam file which allow the inserting of the resulktant animation into a web page)
    The files produced with Flash CC 2014 are: html try.html and html.try
    I was hoping I could use some way to just insert the html animation produced by Flash.
    Source Code in html file is ....
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>html try</title>
    <script src="http://code.createjs.com/easeljs-0.7.1.min.js"></script>
    <script src="http://code.createjs.com/tweenjs-0.5.1.min.js"></script>
    <script src="http://code.createjs.com/movieclip-0.7.1.min.js"></script>
    <script src="html try.js"></script>
    <script>
    var canvas, stage, exportRoot;
    function init() {
      canvas = document.getElementById("canvas");
      exportRoot = new lib.htmltry();
      stage = new createjs.Stage(canvas);
      stage.addChild(exportRoot);
      stage.update();
      stage.enableMouseOver();
      createjs.Ticker.setFPS(lib.properties.fps);
      createjs.Ticker.addEventListener("tick", stage);
    </script>
    </head>
    <body onload="init();" style="background-color:#D4D4D4">
      <canvas id="canvas" width="550" height="400" style="background-color:#99CCFF"></canvas>
    </body>
    </html>
    Tony

  • Html5 animation only plays once???

    I have an html5 animation that plays fine if I click or tap it the first time.  If I change pages and return, the animation shows the correct "start" poster, but clicking it goes directly to the last frame, as if the animation remained at that frame, and only the poster was reset.
    The same page also contains another html5 animation that is looped.  It plays fine every time (although I would like to know how to get it to stop, other than turning the page and coming back.)  But: if I activate this animation first, the second animation never activates.  The page-change trick resets this animation, but not the one described above, which simply doesn't work.
    ...and neither will scale down to fit the window, if I try to give them a smaller window to play in.
    Both are from FlashCS6 (not CC), rendered to html5 by CreateJS.
    Any advice?    --Jose

    Thank you.  These are not set to autoplay, however.  They are dynamic illustrations of points I make in the text.  The idea is that the reader should start them after reading the appropriate text.  Alas, if you start the one at the top of the page, the one at the bottom cannot be started at all.  I'm fairly certain that the page is fully loaded.

  • Loading times web view / html5 animations / edge hype

    Hi,
    I have been working with iPad publishing software quite a while now and have experienced Woodwing as well as DPS. I have come across an issue  with DPS which I can't find a solution for. When creating web view content, I mean either normal websites or Html5 animations the loading times with DPS are to long and there is the issue of the spinning loading.gif.
    Is there some way to speed up the loading time for everything which is loaded within the web view window? How would I for example speed up the time to load animations from Edge or from Hype?
    From my point of view this is a crucial thing to be solved.
    Also I know from working with Woodwing that they solved that issue and things regarding the loading time of web content/animations are running a lot smoother. ( and no I can't  just use Woodwing I need to solve this with DPS )
    Solutions welcome and info on when stuff like this will be solved as well.
    Thank you,
    Alex

    Neil, can you even say how long it takes? ... We are currently working on a magazine app for an international car manufacturers and hope that we can publish it without loading time.
    Thanks for your support!
    Mike

  • Is it possible to send course navigation commands from an html5 animation?

    If I use the app packager to include html5 animations, is it possible to include a navigation button in the animation? I'd like to restrict navigation to the next slide until they user has finished watching the animation.

    How come than, sometimes these SMS messages are charged (it is a contract) and sometimes they don't charge his account?
    Thank you!

  • Html5 animation display problems in adobe content viewer

    Having a flash animation for export to use html5 wallaby in the browser is displayed correctly but embedded as overlay web content creator (indesigncs5.5) contains a question mark so it does not display the items correctly they know if the display problem, I am aware of your comments, thanks...

    I did that, here's a snap shot of the settings I have when exporting.

  • Exporting flash cc html5 animation to edge animate

    I want to create an interactive animation for PC, cellphones tablets etc. Since most cellphones do not support flash I decided to do this in HTML5. Flash cc supports html5 canvas but the response time of the simple buttons I created is just awful and buggy. After researching I found out that everyone suggest Edge for html5 content. My problem is in edge I do not have any brush or pen tools which I need for my animations. So I would have to create vector animations in flash and export them to edge. I have found absolutely nothing to do this. I can either export as swf which the majority of cellphones do not support or videos that are non vector or non vector image sequences. I can publish flash cc html5 canvas as html/js but I cant Import it to edge. Am I missing something or why isn't this possible?

    Hi Alhab
    One way to do this is, exporting your content from Flash to Edge Animate as sprite sheets. The following discussion might help you to bring your content from Flash to Animate.
    created animation in flash turn it into a rollover
    Let us know If you need more help.
    Thanks
    Manigandan

Maybe you are looking for

  • Can't get LightDM avatar instructions to work [solved]

    I must be doing something wrong with getting my avatar into LightDM.  I followed the wiki (or at least i think i did).  I am using the default GTK greeter with a theme from my system.  Theme and greeter work fine. Here are files I set up according to

  • Export Post-Processing Feature Request

    Using a post-processing action such as a Photoshop droplet in an export is limited by the command line length which must be sent to the application (Photoshop in this case). This means that exporting a few files will work ok with the action but expor

  • Remote Desktop Client for MAC Broken Pipe! message

    Hi there, One of our clients uses Remote Desktop for MAC. One in a while he gets the message "Broken pipe!". His session has been lost. I could not find or reproduce the same error. It looks like a connection problem, but this specific message must m

  • How to sum up billing documents and provide scale based discounts

    Dear Gurus, Here is the client's requirement: Actually the client requires that after two weeks some of the customers are given discount based on the total quantity or value been sale. Invoice list seems a great option but issue is that its sums up t

  • How to Solve NullPointerException in WebService handling

    hi experts, >>  I am in initial stage in Web Dynpro >>  I created one webservice ( just Add to number) >> My Nodes Structure is             AddNode              !____AddInput_Node                      !---Num1                      !---Num2