Problem when publishing HTML5 canvas animation

Hi,
I have a problem when I publish my animation in flash cc into HTML canvas, although it works fine on my desktop, but it gets worse on tablet, the animation gets slower and the colors are darker.
I did some fixes as: removed all filters - converted the artwork objects into bitmaps - I even deleted the big BGs that have the biggest sizes.
Any help/suggestions would be very appreciated.

Thanks kglad for you reply, but the animation I am publishing is too simple and short, I've deleted anything that may effect the performance, I am sending you the link to view it and tell me if there is something wrong I am doing.
http://192.185.4.135/~alwasaet/amman-rlo/char/01_html_character.html
Thanks,

Similar Messages

  • Hot spots not working in IE when publishing HTML5

    Hot spots not working in IE when publishing HTML5. When user points on correct hotspot, the negative feedback is given. This happens only in latest version 8.0.1.

    Hello ,
    Welcome to Adobe Forums !
    I am also able to reproduce the issue on Internet Explorer 10.
    Could you please reply with the exact version of Internet Explorer you are using?
    Regards
    Himanshu

  • Chart problems when publishing to Crystal Enterprise

    Hi All,
    I am currently experiencing Chart problems when publishing to Crystal Enterprise. My reports work fine in Crystal Developer but when I publish these to Enterprise, the charts do not show any data, although the numbers come across fine.
    Any suggestions?
    Thanks
    Marc

    Hi Marcbo,
    Just try to publish the report with no data option to enterprise.
    Change the type of viewer to HTML or DHTML.
    Some times reports dont work with activex viewer.
    In general charts dosent throw any problem.
    Thanks,
    Naveen.

  • Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.can any one help me bcoz i have to publish without air runtime.......

    Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.
    can any one help me bcoz i have to publish without air runtime.......

    Hi,
    This option is available when your publish target is set to AIR 3.6.
    You can download the desired AIR SDK version from Archived Adobe AIR SDK versions
    Thanks!
    Mohan

  • DSS problems when publishing large amount of data fast

    Has anyone experienced problems when sending large amounts of data using the DSS. I have approximately 130 to 150 items that I send through the DSS to communicate between different parts of my application.
    There are several loops publishing data. One publishes approximately 50 items in a rate of 50ms, another about 40 items with 100ms publishing rate.
    I send a command to a subprogram (125ms) that reads and publishes the answer on a DSS URL (app 125 ms). So that is one item on DSS for about 250ms. But this data is not seen on my man GUI window that reads the DSS URL.
    My questions are
    1. Is there any limit in speed (frequency) for data publishing in DSS?
    2. Can DSS be unstable if loaded to much?
    3. Can I lose/miss data in any situation?
    4. In the DSS Manager I have doubled the MaxItems and MaxConnections. How will this affect my system?
    5. When I run my full application I have experienced the following error Fatal Internal Error : ”memory.ccp” , line 638. Can this be a result of my large application and the heavy load on DSS? (se attached picture)
    Regards
    Idriz Zogaj
    Idriz "Minnet" Zogaj, M.Sc. Engineering Physics
    Memory Profesional
    direct: +46 (0) - 734 32 00 10
    http://www.zogaj.se

    LuI wrote:
    >
    > Hi all,
    >
    > I am frustrated on VISA serial comm. It looks so neat and its
    > fantastic what it supposes to do for a develloper, but sometimes one
    > runs into trouble very deep.
    > I have an app where I have to read large amounts of data streamed by
    > 13 µCs at 230kBaud. (They do not necessarily need to stream all at the
    > same time.)
    > I use either a Moxa multiport adapter C320 with 16 serial ports or -
    > for test purposes - a Keyspan serial-2-USB adapter with 4 serial
    > ports.
    Does it work better if you use the serial port(s) on your motherboard?
    If so, then get a better serial adapter. If not, look more closely at
    VISA.
    Some programs have some issues on serial adapters but run fine on a
    regular serial port. We've had that problem recent
    ly.
    Best, Mark

  • Audio problems when publishing to YouTube with Adobe Captivate 5.5

    I was using Audacity to record audio, then importing the audio into Adobe Captivate 5.5. One I recorded earlier, before my computer was changed, but published into YouTube after it was changed published fine. But now, after doing recordings with Audacity and within Captivate itself, on different computers and everything, I am getting no sound when publishing to YouTube. It sounds fine in Captivate, but I get zilch sound in YouTube. I have tried different computers to record and listen to the video, different microphones, different audio levels, but to no avail. What am I doing wrong?

    Hi there
    I'm a simpleton at heart.
    Have you tried ensuring that the speaker icon isn't muted?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Animated Gif on problems when published

    Hi, Can anyone help?
    I've imported an animated gif and used it on my stage but
    when I publish it it doesn't work on a webpage and says that the
    Gif is missing.
    Does anyone know how to solve this problem?
    Thanks

    Hi, Can anyone help?
    I've imported an animated gif and used it on my stage but
    when I publish it it doesn't work on a webpage and says that the
    Gif is missing.
    Does anyone know how to solve this problem?
    Thanks

  • Problem with text when publishing as an animated .Gif

    I am using Flash CS4 to create a simple 300px250x animated web banner.
    Everything works fine when I am in flash and when I export my file as a .swf,
    but when I export my movie as an animated .gif, the text becomes a solid box of color...
    any ideas why?
    I created the text in flash, then converted it to a symbol...
    the animation is a simple scroll and fade in.
    Could it be because the text is too small or is there something else?
    Really hoping someone can give me some insite into this, thanks!

    Hi,
    Try exporting your file with the following settings to get a high quality GIF
    Dimensions   : Match movie
    Playback       : Animated
                        : Loop continuously
    Options         : Optimize colors
                        : Smooth
    Transparent   : Opaque
    Dither           : None
    Palette Type : Adaptive
    Max colors   : 99999
    Thanks!
    ps: please mark this post as Answered if this of any help to you

  • Jdeveloper 11g R2 problem when publishing PL\SQL Web Service

    Hi Guys,
    I have been banging my head against the wall for the past few days trying to publish pl\sql package as a web service on a weblogic 10.3 but I keep running into the same problem.
    PL\SQL Package Source below
    create type dept_type as object
    (deptno NUMBER,
    dname VARCHAR2(50),
    loc varchar2(13),
    cr_date date)
    create type dept_list_table is table of dept_type
    purge recyclebin;
    create or replace package ws_package as
    procedure test_dept_table (pout out dept_list_table);
    end ws_package;
    show errors;
    create or replace package body ws_package as
    procedure test_dept_table (pout out dept_list_table) is
    all_depts dept_list_table := dept_list_table();
    dRecType dept_type;
    i number := 0;
    begin
    -- iterate through all depts
    for r_list in (select * from dept) loop
    i := i + 1;
    dRecType := dept_type(null, null, null, null);
    dRecType.deptno := r_list.deptno;
    dRecType.dname := r_list.dname;
    dRecType.loc := r_list.loc_id;
    dRecType.cr_date := sysdate;
    pout.extend;
    pout(i) := dRecType;
    end loop;
    end test_dept_table;
    end ws_package;
    show errors;
    I go and create PL\SQL Web Service using default settings in Jdeveloper 11g R2 but when I try and test this page I get the following response:
    Failed to invoke end component servqa.MyWebService1User (POJO), operation=testDeptTable -> Failed to invoke method -> java.sql.SQLException: ORA-06550: line 1, column 13: PLS-00306: wrong number or types of arguments in call to 'TEST_DEPT_TABLE' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    Anyone have any idea what the problem may be? Your help would be much appreceated!
    Bojan

    Hi Frank,
    I think the problem is in any procedure that has a COMPLEX TYPE as OUT parameter. So even if you strip down the procedure to just do nothing I still get the error as described in my top post. Passing complex parameters as IN parameter work fine its only when I have procedure with complex out when it errors. I also tried function that returns object parameter and that works fine too so not sure why this doesnt?
    create or replace package body ws_package as
    procedure test_dept_table (pout out dept_list_table) is
    begin
    -- iterate through all depts
    for r_list in (select * from dept) loop
    i := i + 1;
    end loop;
    end test_dept_table;
    end ws_package;
    Not sure if I am meant to do anything extra before I generate Web Service using JDeveloper if my procedure has got PL\SQL types as OUT parameters but as far as I know JDeveloper should do all the type conversions for you??
    Thanks
    Bojan

  • Filenaming problem when publishing to hard disk in LR4

    I want to export (publish) a collection of photos from LR4 to a photo album on my iPad. I use the method that Russell Brown promotes in his nice video on the subject (for LR3). The key to making this work, as he points out, is to assign a sequential file name to the published files and to strip the date metadata from these files so that the iPad is forced to sort by filename.To this end I select the "Custom Name - Sequence" and "Copyright Only" options in the publishing manager.
    I want to maintain the same file order in the published photos that I have in my user-ordered collection (oftentimes I have already created a slideshow from this collection). So when I hit "Publish", LR4 should start with the upper leftmost (first) photo in the collection and name it, for example, "Birthday-1.jpg", then "Birthday-2.jpg",etc., until it gets to the lower rightmost (last) photo in the collection and name it "Birthday-10.jpg" for a ten-photo collection.
    Here's the problem: sometimes it does this just fine and other times it starts with the last photo in the collection and names it "Birthday-1.jpg", etc., so that the order in which the photos appear in the iPad album is reversed. Reversing the order of the photos in the collection before publishing seems to have no effect.
    Is this a bug or am I missing some step in the set up?
    Thanks,
    Bruce

    Not pertinent to your question about a potential bug, but a side note regarding how to view your LR results on an iPad:
    To overcome such limitations I have turned to export Slideshows as PDF for display on the iPad (which I use iBooks for). Of course, technically no photos arriving there, but it does exactly the sequence I want...
    I do not achieve using the full iPad screen in doing so, but can add annotations e.g. from caption metadata to tell the story.
    For getting images nicely full-screen on an iPad I recommend Jeffrey Friedl: http://regex.info/blog/lightroom-goodies/crop-for-ipad ... but he went for random order.
    Cornelia

  • Mobileme login problems when publishing

    When trying to publish my site (both entire site or just the changes) i get a window telling me to log on to mobile me.
    Klicking <login> opens up the system menu and here it shows that _I already AM logged inn_ at my account.
    I have tried to repair all permissions with onyx and full software updates, not that it helped any...
    I´m still getting the same problem.
    Anyone got any ideas?

    Thank you Old Toad
    *Your tip did the trick!*
    I´m up´n´running again.
    You have no idea how happy I am right now...
    You made my hero list
    Sincerely
    Abiectus
    Message was edited by: abiectus (just some typo´s)

  • Factory Instantiation Problem when publishing WSDL in Service Registry

    I have installed SOA Suite 10.1.3.1 and OSR 10.1.3. and am trying to publish a WSDL for a new business created as admin. This causes an UDDI error, though:
    "Invalid WSDL location! WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating factory implementation.: oracle.j2ee.ws.wsdl.factory.WSDLFactoryImpl."
    I checked the jars in {oracle.home}/j2ee and couldn't find WSDLFactoryImpl in any of these. It is contained in orawsdl.jar under jdeveloper and bpel, though.
    Anyone seeing the same problem or are you guys able to use the OSR and publish services ? Hints on how to patch the OSR classpath ? (I am running it as standalone within OC4J).
    cheers,
    Diego

    yes, I do have one tip:
    ..don't install in the "home" instance. Well, to be more precise, don't install in the same instance as your BPEL PM and ESB - which by default is the "home" instance.
    You have to create a new instance (e.g. "registry") for your OSR, see "Integrating Oracle BPEL Process Manager with the Oracle Application Server Service Registry", page 2-32, step 6 in the "Oracle BPEL Process Manager Administrator's Guide".
    Maybe also have a read in
    Re: Anyone successfully installed SOA [Advanced] & Service Registry 10.1.3.1 ?
    good luck :-)
    Message was edited by:
    Diego Tognola

  • How I fixed an "unkown error" problem when publishing to .Mac

    I recently experienced the "unknown error" when attempting to publish my iWeb sites to my .mac account. The error popped up early in the publishing operation, on a site that I had published many times before. I looked around in my iWeb domain folder, and noticed this file:
    ~/Library/Application Support/iWeb/Domain.sites/cached_resources/configuration.apple.com/configuratio ns/internetservices/iapps/publishConfiguration.plist
    Looking at the content (it contains XML data), it was obvious that the file was corrupt, with some data at the end missing. Maybe something went wrong when it was written. As it is in a directoy called "cached_resources", I figured, iWeb should be able to recreate it. So I quit iWeb, removed the file, restarted iWeb. Voila, the file was recreated, without corruption, and publishing works again without a hitch.

    Might the error be -50?
    See http://support.apple.com/kb/TS1583

  • Chinese and Thai Character problems when publishing

    Hello All,
    I'm having trouble getting Chinese and Thai characters to display properly after publishing and using the htm file.  For the most part, Chinese is sharp, but certain characters get muddled up.
    For Thai it seems that Captivate is chopping off the top accents for Thai (4th level diacritics).
    Here are some screenshots:
    Is there a better font I could be using.  Is this something to do with Captivate? My computer? The browser?
    Any help is appreciated. 

    autopops1 wrote:
    Ok, i think i got the scriptaculous.js to upload. It fixed the video in the bottom left corner, but my facebook/twitter icons are still missing (when i look at Page Info it shows they are there) and the lightbox photo gallery i have still wont work properly and makes the media player above it still dissapear.
    on the right track.
    On your page you still have these codes:
    <img src="file:///C|/Users/JD/JamesJDDavis/photos/facebook_logo.png" alt="facebook" width="60" height="60" border="0" align="baseline">
    <img src="file:///C|/Users/JD/JamesJDDavis/photos/twitter-logo.png" alt="twitter" width="60" height="60" border="0">
    you need to change them to this:
    <img src="/photos/facebook_logo.png" alt="facebook" width="60" height="60" border="0" align="baseline">
    <img src="/photos/twitter-logo.png" alt="twitter" width="60" height="60" border="0">
    You also need to make sure the relevant photos are in the folder called this:     /photos
    hth

  • Problems when publishing site...

    First of all, this is the first website I have built. When I preview the site in a browser, the site works perfectly. However, when I publish the site, it is all messed up. Some images are not present, video links now show a blank spot, images dont function (lightbox), and my media player dissapears completely when I click on the images. If the site previews correctly, is it just something I am doing wrong on the publishing side or might it still be my coding?
    Here is the web address: www.jamesjddavis.com
    Thanks!

    autopops1 wrote:
    Ok, i think i got the scriptaculous.js to upload. It fixed the video in the bottom left corner, but my facebook/twitter icons are still missing (when i look at Page Info it shows they are there) and the lightbox photo gallery i have still wont work properly and makes the media player above it still dissapear.
    on the right track.
    On your page you still have these codes:
    <img src="file:///C|/Users/JD/JamesJDDavis/photos/facebook_logo.png" alt="facebook" width="60" height="60" border="0" align="baseline">
    <img src="file:///C|/Users/JD/JamesJDDavis/photos/twitter-logo.png" alt="twitter" width="60" height="60" border="0">
    you need to change them to this:
    <img src="/photos/facebook_logo.png" alt="facebook" width="60" height="60" border="0" align="baseline">
    <img src="/photos/twitter-logo.png" alt="twitter" width="60" height="60" border="0">
    You also need to make sure the relevant photos are in the folder called this:     /photos
    hth

Maybe you are looking for

  • Third Party Tags [[ and ]]

    Hello, I have just upgraded from DWMX to DW08 and need to configure the third party tags. In the older software you would just add the line to the tags.xml file and it would show in display mode. I tried this in DW 08 but it doesn't work. I have sear

  • How do I move a picture from camera raw to photoshop?  When I click open image I get a checker board

    How do I move a picture from editing in camera raw to photoshop?  When I click "open image" I get a checker board in photochop

  • Don't more work client_image.read_image_file if i use WEBUTIL_CLIENTINFO

    After a long time of debug of a form (it work very well for some months) i have foun d this strange thing : if i use in the startup form the function WEBUTIL_CLIENTINFO.GET_HOST_NAME then a form where i try to read a image from a directory with the f

  • Problem with LSO_PSV1

    Hi all, I'm working on TE module for the first time and I have a problem with bookings. I have activated the LSO Solution from spro but if I try to make a booking from the LSO_PSV1 the system gives me the following error: "User canceled maintenance,

  • How to clear an NamedWhereClause

    Hi there; My code is like this; in an applicationModule;       ViewObjectImpl vo = (ViewObjectImpl) findViewObject(views);         vo.closeRowSetIterator();         vo.applyViewCriteria(null);         vo.setWhereClause(null);         vo.setWhereClaus