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

Similar Messages

  • 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

  • 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,

  • Animated Gif Color Problem

    Hi all,
    I want to make a small animated gif by My lovely software : AfterEffect...
    The problem i face, that when i render my work, i get an animated gif with bad colors (like if i export as 256 colors for example..)
    I put in the export setting MILLIONS OF COLORS ....
    and i get always POOR color depth ...
    I can see the true colors in the After Effect work Panels ...
    Only when i put the composition in the render queu and export as Animated Gif, i get the Poor colors..
    PLEASE HELP ME ...
    Thanks

    As pointed out by the others, the limitation is in the file format. You will never exceed the 256 barrier. This is further complicated by how AE determines the color palette. This usually happens on the first few frames, 'cos naturally the other frames do not exist and AE doesn't know about them. If there is considerable change in the color palette over time, this cannot be accommodated. Therefore you'd really do a lot better by following the advise provided by the others. In addition to Rick's tips, I recommend you work with the perceptive dithering mode when saving your GIFs. This usually gives the "smoothest" result, but may shift the colors ever so slightly. I also recommend to not use transparencies with animated GIFs. They have a severe impact on file size and compression quality as well as possibly the playback performance in your browser. If you know the background color of your web page, it should be part of the file.
    Mylenium

  • Animated gif is tiling when opened on iPad email

    I am trying to design a simple email blast with an animated gif which i have been doing so for 5 years. today, i designed a new email blast for my client and it works perfectly on all my email accounts including mac mail and thunderbird. however, when i view the same email on my ipad3 i find the art work is tiling both on the x and y axis and the animation no longer works. the html form  i used for this is:
    <html>
    <head>
    <title>www.drotardesign.com </title>
    </head>
    <body>
    <table width="500" border="0" align="center" cellpadding="0"
    cellspacing="10">
    <style>
    a:link { color:#F60; text-decoration: none;}
    a:visited { color:#900;}
    a:hover { color:#F33;}
    </style>
      <tr>
        <td width="400"><div align="center"><font color="black" size="3" face="Verdana, Arial, Helvetica, sans-serif"><strong> drotardesign is proud to announce the release of his newest website for Director John Behring
    at</strong></font><strong><font color=”red” size="5" face="Verdana, Arial, Helvetica, sans-serif" ><br>
            <a href="http://www.johnbehring.tv">www.johnbehring.tv </a></font></strong></div></td>
      </tr>
    </table>
    <table width="600" height="600" border="0" align="center" cellpadding="0" cellspacing="0" background="http://www.johnbehring.tv/email/hero.gif">
      <tr>
        <td> </td>
      </tr>
    </table>
    <table width="500" border="0" align="center" cellpadding="0" cellspacing="10">
      <tr>
        <td width="500"><div align="center"><font color="#000" size="3" face="Verdana, Arial, Helvetica, sans-serif"><strong>drotardesign.com specializes in HTML5 | jQuery | Ajax | PhP | Flash | Design & Programming for Smart Phones, Tablets & the Web. Please visit his definitive portfolio @ </strong></font><strong><font color="#FFFFFF" size="4" face="Verdana, Arial, Helvetica, sans-serif"><br>      
    <a href="http://www.drotardesign.com">www. drotardesign.com </a></font></strong></div></td>
      </tr>
    </table>
    </body>
    </html>

    Hi Tom
    The email language is in English, and it is the only email source that seems to suffer from this issue.  Its distributed weekly but I only noticed the problem a few months back - prior to that it was fine.
    Ordinarily I wouldn't be too hung up about it as I can always read on another device or even log into my gmail from the safari browser (where it renders perfectly) - but given it displays without issue on the ipad, I was just curious to see if there was some config issue on the phone.
    Have attached a screenshot to see if it helps.  You'll see that the mail begins out normally in English and then deteriorates after a few sentences, possibly initially starting with the first use of the € Euro symbol.
    Rgds
    SPK

  • Animated gif resizing problem

    Im trying to achieve the following: showing an animated gif that resizes to fill the area of a canvas. I tried the easy way: adding a label and setting the icon for that label, but when trying to resize the image it doesnt show (see code below). Is there any particular way of resizing an animated gif? can the labe-icon approach be used with animated gif that must be resized?
    Thanks a lot in advance.
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Image;
    import javax.swing.ImageIcon;
    public class TestFrame extends javax.swing.JFrame {
    /** Creates new form TestFrame */
    public TestFrame() {
    initComponents();
    Image image = this.getToolkit().getImage("C:\\multivideo\\img\\39.gif");
    Dimension dim = jLabel1.getPreferredSize();
    image = image.getScaledInstance(dim.width, dim.height, Image.SCALE_SMOOTH);
    ImageIcon i = new ImageIcon(image);
    jLabel1.setIcon(i);
    jLabel1.setBackground(Color.BLUE);
    pack();
    /** This method is called from within the constructor to
    * initialize the form.
    private void initComponents()
    jLabel1 = new javax.swing.JLabel();
    setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
    jLabel1.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
    jLabel1.setIcon(new javax.swing.ImageIcon("C:\\multivideo\\img\\40.gif"));
    jLabel1.setMaximumSize(new java.awt.Dimension(1436, 86));
    jLabel1.setMinimumSize(new java.awt.Dimension(1436, 86));
    jLabel1.setPreferredSize(new java.awt.Dimension(1436, 86));
    getContentPane().add(jLabel1, java.awt.BorderLayout.CENTER);
    pack();
    * @param args the command line arguments
    public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new Runnable() {
    public void run() {
    new TestFrame().setVisible(true);
    private javax.swing.JLabel jLabel1;
    }

    I don't think getScaledInstance is smart enough to return a scaled image.
    You could try doing your own scaling:
    import java.awt.*;
    import java.awt.geom.*;
    import java.net.*;
    import javax.swing.*;
    public class Animated extends JComponent {
        private Image image;
        private double scale;
        public Animated(URL url, double scale) {
            image = new ImageIcon(url).getImage();
            this.scale = scale;
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            Insets insets = getInsets();
            Graphics2D g2 = (Graphics2D) g.create();
            g2.translate(insets.left, insets.top);
            g2.scale(scale, scale);
            g2.drawImage(image, 0, 0, this);
            g2.dispose();
        public Dimension getPreferredSize() {
            Insets insets = getInsets();
            int w = insets.left + insets.right + (int)(scale*image.getWidth(null));
            int h = insets.top + insets.bottom + (int)(scale*image.getHeight(null));
            return new Dimension(w,h);
        public static void main(String[] args) throws MalformedURLException {
            URL url = new URL("http://members.aol.com/royalef/sunglass.gif");
            final JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(new Animated(url, 2), BorderLayout.NORTH);
            f.getContentPane().add(new Animated(url, 1), BorderLayout.SOUTH);
            f.pack();
            SwingUtilities.invokeLater(new Runnable(){
                public void run() {
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }Or you could explicitly extract the images from the animated gif and
    resize them individually. The sample code here does the extraction:
    http://forum.java.sun.com/thread.jspa?forumID=20&threadID=500348

  • Animated GIF loop problem

    I have created a simple roll over effect using an animated
    GIF over 10 frames in Fireworks which increases the fill opacity of
    a button on mouse over. I set the loop to 1 so that the animation
    will play the 10 frames and then stop, but when i export to
    Dreamweaver and preview in browser the loop will not stop.

    I think this is an oversight in functionality.
    I also was never able to get the 'stop' to work.
    h

  • 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

  • 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

  • Animations doesn't work when publishing from PPTX (Powerpoint 2007)

    I have Presenter 7.0.2 (build 7464), running over PowerPoint
    2007, and all the animations based on activators are not
    controllable after publishded.
    What I need is the same behave of published flash contents
    as the powerpoint presentation permits:
    - For example, one action button, uppon click on it,
    activates some animations effects on others object elements.
    Does the Adobe support (Platinum plans), or any of you that
    hoppefully had already fix an way to avoid this, can help on this ?
    Thanks in advance!

    Hi,
      Today I have found the 7.0.5 Update, build 7588, for Presenter 7, so I started to think that my long issue concerning the animations problem could be over with this update ... but it did not!  :-(
      After the update installation, the same presentation gives me the same wrong behavior.
      It seams that the animations triggered by activators used on PowerPoint 2007 presentations continue without any support.
    Is that right ?

  • 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

Maybe you are looking for

  • What is difference between Weblogic and OSB

    Hi, The title says it all. What is the difference between Oracle WebLogic and Oracle Service Bus? Assuming both products are part of the Oracle strategy, when would I use each product? I am really struggling as I cannot find a link with this informat

  • Idoc error 51:CODE is not supported by BAPI2017_GOODSMVT_CREATE

    Hi, I'm doing the file to idoc scenario for inbound Goods Receipt with respect to a Purchase Order. In ECC 6.0, Partner profile, inbound parameters: Message Type: MBGMCR Basic type MBGMCR03-Post Goods Movements with MB_CREATE_GOODS_MOVEMENT Released

  • Creating Standby database with Oracle 10gR2 SE (no dataguard). Procedure

    Hello, I have problems in creating a standby database without Dataguard (Oracle Standard Edition) -Oracle 10gR2 SE (No DataGuard !!!!) - SUSE Enterprise 10. Both primary and standby databases are running in Virtual machines (lab). I will describe the

  • Buttons in panel??

    i created a panel that has buttons. each button calls something to happen in a canvas. but this error appears. i did put a setShape on the Canvas so i don't know what's wrong THE ERROR IS: C:\WINDOWS\Desktop\WINDOWS\pickdraw\ShapeButtons.java:40: loc

  • ITunes Allowance Help!

    My gf is a frequent traveller (mostly between Croatia, USA and Italy) and she has a Croatian iTunes account and I have US iTunes account. I want to give her allowance (iTunes Allowance) and want to know can she use the money that I have allowed to bu