Narration long- exceeds frames

I need to convert a PowerPoint to Flash and add narration
(mp3). The narration exceeds number of frames in Flash 8. How do I
synchronize the additions of info to frames to keep with the
narration when there aren't enough frames in timeline? I know this
is probably simple but I am fairly new to Flash. Live Motion had a
timeline but you didn't have to deal with frames.

I would insert frames until they exceed the length of the
narrative. Highlight one or more frames on all layers, then use the
F5 key to insert a frame at a time. You can also click and drag the
last frame on each layer to the right. You will get a keyframe at
the end, but you can delete it.

Similar Messages

  • Timing how long a frame has been active

    I am trying to time how long a frame as been the active
    frame. Once the frame is displayed, if the user doesnt press a
    button to move to another frame after 6 seconds, the movie should
    jump back to the previous frame it was at. I think the setInterval
    function would be correct to use here to time the 6 seconds, but im
    not sure how to clear the interval after. Here is my logic, (i know
    this isnt correctly coded..)
    If a button was pressed before the 6 seconds has elapsed,
    then it would not jump to frame5, i think.. but im not really sure
    if this will work for what i am tryin to do, and if there is a
    simpler way. thanks for any advice

    onEnterFrame does NOT execute once when the frame is entered
    (despite its name). it executes repeatedly (ie, it starts a loop)
    starting when the frame that contains its code is entered and
    continues until the timeline to which it's attached no longer
    exists or a delete onEnterFrame is executed.
    in addition, you should always precede your setInterval()
    statement with a clearInterval(). especially, when your setInterval
    is attached to a frame. it's almost guaranteed that you'll have a
    mess on your hands if you use the code given by madmac, unless you
    add that clearInterval().

  • How to make narration longer than 30 seconds?

    To whom it may concern,
    I have a question about Adobe Premiere Elements 11. I want to record for more than 30 seconds, do you know if there is a way make narration longer than 30 seconds?
    Thank you.
    Adobe 206

    Adobe 206
    Are you saying that you attach a microphone to your computer and run the Premiere Elements 11 narration feature and can get no more than a 30 second narration .wav file from the feature?
    Please check out the following thread in which I was involved and let us know if any of its discussion applies ot your situation.
    http://www.elementsvillage.com/forums/showthread.php?t=61237
    Any questions about that thread, please ask me here in your thread.
    Thanks
    ATR

  • Narration Long Text

    Hello friends,
    We are entering some narration in Long text tab.So How can we get the long text report? & which is transanction code for that.
    Thanks
    Reagards
    Amar

    HI gabriel,
    Thanks for your reply.
    but here me requirement is copy the long text from billing to accounting, to read the long text of billing we need the billing document number, but all those EXITS are getting triggered before billing no. is generated.
    I need one user exit where i can pass some fields to accounting interface and it has to be triggered after billing number generation.
    Thanks,
    Ashwin

  • How to insert, merge linked text frames into existing long linked frame story?

    I have a book with a single story, many linked frames/pages. The index takes 4 pages in the last part of the book, but not the final pages. I have regenerated the index and it is 4 pages of linked frames in a separate story in extra pages I generated at the end of the book. I selected the new index pages from the pages panel and moved them to the proper location in the book. I want to delete the old index & pages, but that still leaves me with two stories with the main story frames jumping around the index story frames. I want the index to be part of the main story so that if the text expands the index will move.
    In short, insert and merge a story and its associated text frames in the middle of another story.
    My move pages approach got it in the right location, but it will not float if the page count changes.
    The only way I can see to do this is go back to my new index, select it all in the story editor, copy it, go to story editor on the original story, and paste in the proper location. This works, but it seems as if there should be a way of also doing it with frames, in ports, out ports, etc.

    I must be unclear on the concept. I moved my new index into the existing story between the two desired pages. This shows the original story on the left with the text threads going around the inserted Index story:
    Now I click the outport of the text frame on the left and alt click into the Index frame. That overwrites the contents of Index.
    Not what I want. I actually want to split the text as well, and just thread thru the index frames and then continue with the original story. I did the above as a test case. For my actual problem, copying the index story in story mode, and pasting it over the appropriate text in the original story solved my problem.

  • Calculating how long each frame should be on screen?

    I'm going to bring a lot of still frames into FCP, say 1000 and I want the Sequence to be 24 FPS. How do I calculate the amount of time that each frame should be on screen?
    Thanks.

    Thanks, I guess what I should have asked was how to enter that into the duration field for the frame. If 1 / 24 = 0.0416666667 how does that translate to 00:00:00:00
    Pardon my ignorance.
    Thanks.

  • Re: how to capture a frame from a video file and save it as a jpeg

    package com.snn.multimedia;
    * @(#)FrameAccess.java     1.5 01/03/13
    * Copyright (c) 1999-2001 Sun Microsystems, Inc. All Rights Reserved.
    * Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
    * modify and redistribute this software in source and binary code form,
    * provided that i) this copyright notice and license appear on all copies of
    * the software; and ii) Licensee does not utilize the software in a manner
    * which is disparaging to Sun.
    * This software is provided "AS IS," without a warranty of any kind. ALL
    * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY
    * IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
    * NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE
    * LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
    * OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS
    * LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT,
    * INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
    * CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF
    * OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
    * POSSIBILITY OF SUCH DAMAGES.
    * This software is not designed or intended for use in on-line control of
    * aircraft, air traffic, aircraft navigation or aircraft communications; or in
    * the design, construction, operation or maintenance of any nuclear
    * facility. Licensee represents and warrants that it will not use or
    * redistribute the Software for such purposes.
    import java.util.Date;
    import java.util.Arrays;
    import java.util.Iterator;
    import javax.imageio.ImageIO;
    import javax.imageio.stream.ImageOutputStream;
    import javax.imageio.ImageWriter;
    import java.awt.*;
    import java.awt.image.BufferedImage;
    import java.awt.image.DataBufferByte;
    import javax.media.*;
    import javax.media.control.FramePositioningControl;
    import javax.media.control.TrackControl;
    import javax.media.Format;
    import javax.media.format.*;
    import javax.media.util.BufferToImage;
    import javax.media.util.ImageToBuffer;
    import java.io.FileOutputStream;
    import java.io.OutputStream;
    import com.sun.image.codec.jpeg.*;
    * Sample program to access individual video frames by using a
    * "pass-thru" codec. The codec is inserted into the data flow
    * path. As data pass through this codec, a callback is invoked
    * for each frame of video data.
    public class FrameAccess extends java.awt.Frame implements ControllerListener
    Processor p;
    Object waitSync = new Object();
    boolean stateTransitionOK = true;
    * Given a media locator, create a processor and use that processor
    * as a player to playback the media.
    * During the processor's Configured state, two "pass-thru" codecs,
    * PreAccessCodec and PostAccessCodec, are set on the video track.
    * These codecs are used to get access to individual video frames
    * of the media.
    * Much of the code is just standard code to present media in JMF.
    public boolean open(MediaLocator ml)
    try
    p = Manager.createProcessor(ml);
    catch (Exception e)
    System.err.println("Failed to create a processor from the given url: "
    + e);
    return false;
    p.addControllerListener(this);
    // Put the Processor into configured state.
    p.configure();
    if (!waitForState(p.Configured))
    System.err.println("Failed to configure the processor.");
    return false;
    // So I can use it as a player.
    p.setContentDescriptor(null);
    // Obtain the track controls.
    TrackControl tc[] = p.getTrackControls();
    if (tc == null)
    System.err.println("Failed to obtain track controls from the processor.");
    return false;
    // Search for the track control for the video track.
    TrackControl videoTrack = null;
    for (int i = 0; i < tc.length; i++)
    if (tc.getFormat() instanceof VideoFormat)
    videoTrack = tc[i];
    break;
    if (videoTrack == null)
    System.err.println("The input media does not contain a video track.");
    return false;
    VideoFormat currentFormat = (VideoFormat)videoTrack.getFormat();
    System.err.println("Video format: " + videoTrack.getFormat() );
    videoTrack.setFormat(new VideoFormat("RGB", currentFormat.getSize(), currentFormat.getMaxDataLength(), currentFormat.getDataType(), currentFormat.getFrameRate()));
    // Instantiate and set the frame access codec to the data flow path.
    try
    // Try to retrieve a FramePositioningControl from the player.
    FramePositioningControl fpc = (FramePositioningControl) p.getControl("javax.media.control.FramePositioningControl");
    if (fpc == null)
    System.err.println("The player does not support FramePositioningControl.");
    System.err.println("There's no reason to go on for the purpose of this demo.");
    return false;
    Time duration = p.getStopTime();
    long totalFrames = 0;
    if (duration != Duration.DURATION_UNKNOWN)
    System.err.println("Movie duration: " + duration.getSeconds());
    totalFrames = fpc.mapTimeToFrame(duration);
    if (totalFrames != FramePositioningControl.FRAME_UNKNOWN)
    System.err.println("Total # of video frames in the movies: "
    + totalFrames);
    } else
    System.err.println("The FramePositiongControl does not support mapTimeToFrame.");
    } else
    System.err.println("Movie duration: unknown");
    long[] frames;
    if (totalFrames > 0L)
    double intervalDouble = Math.floor(totalFrames / 5.0);
    long interval = new Double(intervalDouble).longValue();
    frames = new long[5];
    frames[0] = 1;
    frames[1] = frames[0] + interval;
    frames[2] = frames[1] + interval;
    frames[3] = frames[2] + interval;
    frames[4] = frames[3] + interval;
    } else
    frames = new long[1];
    frames[0] = 1;
    // Codec codec[] = { new PreAccessCodec(), new PostAccessCodec()};
    Codec codec[] = { new OverlayCodec(frames)};
    videoTrack.setCodecChain(codec);
    catch (UnsupportedPlugInException e)
    System.err.println("The process does not support effects.");
    // Realize the processor.
    p.prefetch();
    if (!waitForState(p.Prefetched))
    System.err.println("Failed to realize the processor.");
    return false;
    // Display the visual & control component if there's one.
    setLayout(new BorderLayout());
    Component cc;
    Component vc;
    if ((vc = p.getVisualComponent()) != null)
    add("Center", vc);
    if ((cc = p.getControlPanelComponent()) != null)
    add("South", cc);
    // Start the processor.
    p.start();
    setVisible(true);
    return true;
    public void addNotify()
    super.addNotify();
    pack();
    * Block until the processor has transitioned to the given state.
    * Return false if the transition failed.
    boolean waitForState(int state)
    synchronized (waitSync)
    try
    while (p.getState() != state && stateTransitionOK)
    waitSync.wait();
    catch (Exception e)
    return stateTransitionOK;
    * Controller Listener.
    public void controllerUpdate(ControllerEvent evt)
    if (evt instanceof ConfigureCompleteEvent
    || evt instanceof RealizeCompleteEvent
    || evt instanceof PrefetchCompleteEvent)
    synchronized (waitSync)
    stateTransitionOK = true;
    waitSync.notifyAll();
    } else
    if (evt instanceof ResourceUnavailableEvent)
    synchronized (waitSync)
    stateTransitionOK = false;
    waitSync.notifyAll();
    } else
    if (evt instanceof EndOfMediaEvent)
    p.close();
    System.exit(0);
    * Main program
    public static void main(String[] args)
    if (args.length == 0)
    prUsage();
    System.exit(0);
    String url = args[0];
    if (url.indexOf(":") < 0)
    prUsage();
    System.exit(0);
    MediaLocator ml;
    if ((ml = new MediaLocator(url)) == null)
    System.err.println("Cannot build media locator from: " + url);
    System.exit(0);
    FrameAccess fa = new FrameAccess();
    if (!fa.open(ml))
    System.exit(0);
    static void prUsage()
    System.err.println("Usage: java FrameAccess <url>");
    * Inner class.
    * A pass-through codec to access to individual frames.
    public class PreAccessCodec implements Codec
    * Callback to access individual video frames.
    void accessFrame(Buffer frame)
    // For demo, we'll just print out the frame #, time &
    // data length.
    long t = (long) (frame.getTimeStamp() / 10000000f);
    System.err.println("Pre: frame #: " + frame.getSequenceNumber()
    + ", time: " + ((float) t) / 100f + ", len: "
    + frame.getLength());
    * The code for a pass through codec.
    // We'll advertize as supporting all video formats.
    protected Format supportedIns[] = new Format[] {
    new VideoFormat(null)
    // We'll advertize as supporting all video formats.
    protected Format supportedOuts[] = new Format[] {
    new VideoFormat(null)
    Format input = null, output = null;
    public String getName()
    return "Pre-Access Codec";
    // No op.
    public void open()
    // No op.
    public void close()
    // No op.
    public void reset()
    public Format[] getSupportedInputFormats()
    return supportedIns;
    public Format[] getSupportedOutputFormats(Format in)
    if (in == null)
    return supportedOuts;
    } else
    // If an input format is given, we use that input format
    // as the output since we are not modifying the bit stream
    // at all.
    Format outs[] = new Format[1];
    outs[0] = in;
    return outs;
    public Format setInputFormat(Format format)
    input = format;
    return input;
    public Format setOutputFormat(Format format)
    output = format;
    return output;
    public int process(Buffer in, Buffer out)
    // This is the "Callback" to access individual frames.
    accessFrame(in);
    // Swap the data between the input & output.
    Object data = in.getData();
    in.setData(out.getData());
    out.setData(data);
    // Copy the input attributes to the output
    out.setFormat(in.getFormat());
    out.setLength(in.getLength());
    out.setOffset(in.getOffset());
    return BUFFER_PROCESSED_OK;
    public Object[] getControls()
    return new Object[0];
    public Object getControl(String type)
    return null;
    public class OverlayCodec extends PreAccessCodec
    long[] myFrames;
    BufferedImage work;
    byte[] workData;
    int width;
    int height;
    int dataLen;
    RGBFormat supportedRGB = new RGBFormat(null, // size
    Format.NOT_SPECIFIED, // maxDataLength
    Format.byteArray, // dataType
    Format.NOT_SPECIFIED, // frameRate
    24, // bitsPerPixel
    3, 2, 1, // red/green/blue masks
    3, // pixelStride
    Format.NOT_SPECIFIED, // lineStride
    Format.FALSE, // flipped
    Format.NOT_SPECIFIED); // endian
    public OverlayCodec(long[] frames)
    // force specific input format
    supportedIns = new Format[] {
    supportedRGB};
    myFrames = new long[frames.length];
    System.arraycopy(frames, 0, myFrames, 0, frames.length);
    public String getName()
    return "Capture Codec";
    public Format setInputFormat(Format format)
    if ((format != null) && (format instanceof RGBFormat)
    && format.matches(supportedRGB))
    // set up working image if valid type
    // (it should be since we insisted!)
    Dimension size = ((RGBFormat) format).getSize();
    width = size.width;
    height = size.height;
    dataLen = width * height * 3;
    if ((dataLen > 0)
    && ((work == null) || (work.getWidth() != width)
    || (work.getHeight() != height)))
    // working image - same 3-byte format as buffer
    work = new BufferedImage(width, height,
    BufferedImage.TYPE_3BYTE_BGR);
    // reference to pixel data
    workData = ((DataBufferByte) work.getRaster().getDataBuffer()).getData();
    return format;
    * Callback to access individual video frames.
    void accessFrame(Buffer in)
    try
    if (Arrays.binarySearch(myFrames, in.getSequenceNumber()) >= 0)
    BufferToImage stopBuffer = new BufferToImage((VideoFormat) in.getFormat());
    Image stopImage = stopBuffer.createImage(in);
    BufferedImage outImage = new BufferedImage(140, 96,
    BufferedImage.TYPE_INT_RGB);
    Graphics og = outImage.getGraphics();
    og.drawImage(stopImage, 0, 0, 140, 96, null);
    FileOutputStream fout = new FileOutputStream("image"
    + in.getSequenceNumber() + ".jpg");
    writeImage(outImage, fout);
    catch (Exception e)
    e.printStackTrace();
    public int process(Buffer in, Buffer out)
    try
    accessFrame(in);
    BufferToImage stopBuffer = new BufferToImage((VideoFormat) in.getFormat());
    Image stopImage = stopBuffer.createImage(in);
    ImageToBuffer outImagebuffer = new ImageToBuffer();
    out = outImagebuffer.createBuffer(stopImage, p.getRate());
    // Swap the data between the input & output.
    in.copy(out, true);
    catch (Exception e)
    e.printStackTrace();
    return BUFFER_PROCESSED_OK;
    void writeImage(BufferedImage outImage, OutputStream os) throws Exception
    Iterator writers = ImageIO.getImageWritersByFormatName("jpg");
    ImageWriter writer = (ImageWriter) writers.next();
    ImageOutputStream ios = ImageIO.createImageOutputStream(os);
    writer.setOutput(ios);
    writer.write(outImage);
    ios.close();

    Hi,
    I have a jpeg movie file 60 mins long and a text file tell me five time-lines for breaking the movie. For example, break the movie at 10:21, 16:05�
    The final output should be five small jpeg movie files. Each file contains a 90 sec (30 sec before the break time and 60 sec after the break time).
    Do you know any java library (jar) contain the library that can help me on programming this? Any existing source code? Any SDK for a movie editor can do that?
    Please help.
    Thanks
    Kenny

  • Too large frames/Outdiscards errors

    Hi !
    We have a problem with switch connected to an IBM Chassis (model : WS-CBS3012-IBM-I).
    Several links seem to flap from time to time and we have dropped packets (Outdiscards) :
    XXX#show interfaces counters errors
    Port        Align-Err     FCS-Err    Xmit-Err     Rcv-Err  UnderSize  OutDiscards
    Gi0/7               0           0           0           0          0        43983
    XXX#show controllers ethernet-controller gigabitEthernet 0/7
         Transmit GigabitEthernet0/7              Receive
       2584788113 Bytes                        971769475 Bytes
       2128747524 Unicast frames              2142250737 Unicast frames
         10109338 Multicast frames                  7644 Multicast frames
         11694673 Broadcast frames                  1660 Broadcast frames
                0 Too old frames               991831483 Unicast bytes
                0 Deferred frames                 726180 Multicast bytes
                0 MTU exceeded frames             106240 Broadcast bytes
                0 1 collision frames                   0 Alignment errors
                0 2 collision frames                   0 FCS errors
                0 3 collision frames                   0 Oversize frames
                0 4 collision frames                   0 Undersize frames
                0 5 collision frames                   0 Collision fragments
                0 6 collision frames
                0 7 collision frames                   0 Minimum size frames
                0 8 collision frames           208582465 65 to 127 byte frames
                0 9 collision frames           286273443 128 to 255 byte frames
                0 10 collision frames           15408397 256 to 511 byte frames
                0 11 collision frames           12313490 512 to 1023 byte frames
                0 12 collision frames           10599137 1024 to 1518 byte frames
                0 13 collision frames                  0 Overrun frames
                0 14 collision frames                  0 Pause frames
                0 15 collision frames
                0 Excessive collisions                 0 Symbol error frames
                0 Late collisions                      0 Invalid frames, too large
                0 VLAN discard frames         1609083109 Valid frames, too large
                0 Excess defer frames                  0 Invalid frames, too small
           320523 64 byte frames                       0 Valid frames, too small
        396763728 127 byte frames
          6601722 255 byte frames                      0 Too old frames
         28139208 511 byte frames                      0 Valid oversize frames
          4064656 1023 byte frames                     0 System FCS error frames
        285633065 1518 byte frames                     0 RxPortFifoFull drop frame
       1429028633 Too large frames
                0 Good (1 coll) frames
                0 Good (>1 coll) frames
    The interface is Full-1000 and is configured :
    interface GigabitEthernet0/7
     description "SRV-001-PRD-VM1 - VMNic0"
     switchport trunk allowed vlan 11,12,99
     switchport mode trunk
     link state group 1 downstream
    end
    For the "too large frames", I have already read the post : https://supportforums.cisco.com/discussion/11034901/too-large-frames-what-does-mean-performance, so, I think it's not serious.
    But I don't know why some packets are dropped because the configuration seems good ...
    Can you help me please ?
    Thank you in advance !

    87752686 Valid frames, too large
    This is nothing.  You get this counters if the port(s) is/are configured as Dot1Q Trunking.  
    There is nothing to be worried about.

  • Frame combining timelapse script for Shake, Motion or Final Cut Pro?

    Can anybody here write a Shake, Motion or FCP compatible script which would enable the construction of timelapse clips from low light video footage? Or does anybody know if there is a plugin that can do this?
    The idea is to mimic long exposure frames by combining or averaging a given number of frames. This would reduce noise and raise gain, besides creating a timelapse effect. I have really dark night sky footage which would look great if I only could combine enough frames.
    I know timelapse clips should be done from photographs, but a video application like this would be very handy for videocameras which do not have freely adjustable exposure times.
    Nattress has a plugin that does something like this (http://www.nattress.com/Products/BigBox/TimeTools/GTimeLapse.htm), but the $100 price for just one effect is not worth it. Especially, when the number of combined frames is restricted to 16.
    Cheers,
    Tojotamies

    But you get a LOT for that 100 bucks, not just the Timelapse plugin...
    Patrick

  • Rank Function taking a long time to execute in SAP HANA

    Hi All,
    I have a couple of reports with rank function which is timing out/ or taking a really long time to execute, Is there any way to get the result in less time when rank functions are involved?
    the following is a sample of how the Query looks,
    SQL 1:
    select      a.column1,
                    b.column1,
                    rank () over(partition by a.column1 order by sum(b.column2) asc)
    from         "_SYS_BIC"."Analyticview1"         b
                    join          "Table1"            a
                      on          (a.column2 = b.column3)
    group by  a.column1,
    b.column1;
    SQL 2:
    select    a.column1,
                    b.column1,
                    rank () over( order by min(b.column1) asc) WJXBFS1
    from         "_SYS_BIC"."Analytic view2"         b
                    cross join                "Table 2"               a
    where      (a.column2  like '%a%'
    and b.column1  between 100 and 200)
    group by  a.column1,
                    b.column1
    when I visualize the execution plan,the rank function is the one taking up a longer time frame. so I executed the same SQL without the rank() or partition or order by(only with Sum() in SQL1 and Min() in SQL 2) even that took a around an hour to get the result.
    1.Does anyone have an any idea to make these queries to execute faster?
    2. Does the latency have anything to do with the rank function or could it be size of the result set?
    3. is there any workaround to implement these rank function/partition inside the Analytic view itself? if yes, will this make it give the result faster?
    Thank you for your help!!
    -Gayathri

    Krishna,
    I tried both of them, Graphical and CE function,
    It is also taking a long time to execute
    Graphical view giving me the following error after 2 hr and 36 minutes
    Could not execute 'SELECT ORDER_ID,ITEM_ID,RANK from "_SYS_BIC"."EMMAPERF/ORDER_FACT_HANA_CV" group by ...' in 2:36:23.411 hours .
    SAP DBTech JDBC: [2048]: column store error: search table error:  [2620] executor: plan operation failed
    CE function - I aborted after 40 mins
    Do you know the syntax to declare local variable to use in CE function?

  • Undersized frames

    Hi!
    Situation:
    I got a Cisco 1841 router with HWIC-4ESW module that's connected to a Catalyst 2960 switch through a trunk link. Both connected interfaces have equal settings (duplex full and speed 100, MTU set as default).
    On the switch: "sh interfaces fastEthernet 0/1 counters errors" showing increase in the numbers of undersized frames received by switch:
    Port Align-Err FCS-Err Xmit-Err Rcv-Err UnderSize
    Fa0/1 0 0 0 0 520
    On the switch :"sh interfaces fastEthernet 0/1 controller"
    FastEthernet0/1 is up, line protocol is up (connected)
    Hardware is Fast Ethernet, address is 0017.0ef8.9c83 (bia 0017.0ef8.9c83)
    Description: trunk to 1841 Fa0/0
    MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation ARPA, loopback not set
    Keepalive set (10 sec)
    Full-duplex, 100Mb/s, media type is 10/100BaseTX
    input flow-control is off, output flow-control is unsupported
    Transmit FastEthernet0/1 Receive
    47325749 Bytes 118224174 Bytes
    192797 Unicast frames 115621 Unicast frames
    2025 Multicast frames 58934 Multicast frames
    2045 Broadcast frames 3309 Broadcast frames
    0 Too old frames 111149330 Unicast bytes
    0 Deferred frames 4081197 Multicast bytes
    0 MTU exceeded frames 211776 Broadcast bytes
    0 1 collision frames 0 Alignment errors
    0 2 collision frames 0 FCS errors
    0 3 collision frames 0 Oversize frames
    0 4 collision frames 33710 Undersize frames
    0 5 collision frames 0 Collision fragments
    0 6 collision frames
    0 7 collision frames 12566 Minimum size frames
    0 8 collision frames 60372 65 to 127 byte frames
    0 9 collision frames 27747 128 to 255 byte frames
    0 10 collision frames 6032 256 to 511 byte frames
    0 11 collision frames 4243 512 to 1023 byte frames
    0 12 collision frames 66904 1024 to 1518 byte frames
    0 13 collision frames 0 Overrun frames
    0 14 collision frames 0 Pause frames
    0 15 collision frames
    0 Excessive collisions 0 Symbol error frames
    0 Late collisions 0 Invalid frames, too large
    0 VLAN discard frames 0 Valid frames, too large
    0 Excess defer frames 0 Invalid frames, too small
    62571 64 byte frames 33710 Valid frames, too small
    100777 127 byte frames
    On the router some commands run without any errors.
    I test both interfaces on half-duplex (and _ or ) 10Mbps but unsuccessful. I try to connect switch to other interface on HWIC but undersized frames counter still increase in the number. And, of course, I try to use other UTP path. All unsuccessful.
    Any idea about the problem ?
    Best regards.
    Andrey Babkin

    Mikhail, thank you for your answer.
    I am to draw attention to LED on my C2960, but LED on C2960 newer blinking amber. And IOS version on my device (12.2(25)FX) top-of-the IOS version specified in your link.
    I think it's a problem of HWIC-4ESW installed on 1841, but i do not have one more HWIC for check up. And what strange occurrence, that is all other interfaces on HWIC newer have errors while work with hosts directly connected to interface.
    Best regards,
    Andrey Babkin

  • Hello, i'm creating a very simple animation in ps cs5, but when I try to transform a smart object in a frame, all the frames are affected by it. What can I do ? Thanks, Ep

    Hello, i'm creating a very simple animation in ps cs5, but when I try to transform a smart object in a frame, all the frames are affected by it. What can I do ? Thanks, Ep

    Ok, you are in frame animation mode. I thought cs5 had a timeline mode, but now I think I was wrong.
    In frame animation mode what you do is in one frame you have the object rotated in one position, then select an other frame and rotate it. If it rotates the first frame, which I think it will. Create duplicate of the object in a new layer. Then rotate the second layer.
    At this point in my example you would have two layers, one of which has a rotated object.
    Clear the frames
    Convert the two layers to frames.
    You now have two frames, one for each layer.
    Select both frames then click the tween button.
    This will create the in between frames.
    In the tween dialog box the higher the number of frames set here, will create a smoother animation but will result in a longer time frame for the animation to play.
    Because Photoshop has no way of knowing which way the object should rotate, it is feasible for it to rotate the opposite direction or could look wonky. Just undo and add an in between layer showing how it should look in the middle, then continue on.
    So your layers should be the following, a frame that shows all objects in their rest state.
    All objects that remain in a rest state must be copied to the next layer (ctrl-j on Windows or cmd-j on Mac)
    All subsequent layers are then used for rotating a duplicate of the object. (Ctrl j or cmd j)
    You will find the commands to clear the frames, convert layers to frames and tweeting in the hidden menu found when you click the small icon in the upper right hand corner of the animation panel.

  • Frame 9 crashes when saving files

    I experienced multiple crashes yesterday when saving a Frame 9 (version 9.0p196) book file. I received internal errors 9004, 5296195, 5297125, and 5754179. I've been using this Frame version for several months without issue and successfully saved a book file minutes before the crash. I located and sent the log files to Adobe. Any thoughts on how I can correct this problem would be appreciated as I'm currently unable to work in Frame.

    Here are the answers to your questions:
    * What flavor of XP
    Windows XP Professional, v.2002, Service Pack 3
    * How much RAM and free space are on the system?
    1.96 GB RAM; 81 GB free space
    * Are the files local or on the network? Did they start life as FM 9 files, or are they older FM versions, or content converted from another ap, like Word?
    The files are on a network drive. We're long-time Frame users, so the files started life over time and several Frame versions. We're using Tech Comm Suite 2, upgrading from TC Suite 1 several months ago without issue. I worked in these files frequently over the last few days and had no problems until yesterday.
    * Did this just start, or has it always been like this?
    The problem just started. I had successfully saved and published a book to PDF, closed the files, and opened another book that includes three files. I made some minor changes, but when I tried to save the files Frame crashed. Both books are less than 20 pages and contain the same text inset. I don't know if the text inset has any bearing on the problem, but thought I should mention it.
    * How many open files are you talking about? Does the crash seem linked to more or fewer files -- will it work OK with 6 open, but always crash with 9?
    I successfully opened, saved, and closed a single file and a different book with three files. Neither book contained the text inset I mentioned above. I've successfully opened the books with this particular text inset previously and can't think of anything I did differently before the crash.

  • How to shift capture time of multiple photos by a long timeframe?

    Is there a way to shift the capture time (in EXIT) of multiple files by a long time frame?
    When you select photos and go to Metadata - Edit Capture Time, you can shift the capture time in the increments of hours.. I need to shift the capture time of some photos by years.. Is this possible at all within LR?

    Lee Jay wrote:
    they will all be adjusted by the same amount as the most-selected one needs to be adjusted to get to the specified time.
    Most selected? What do you mean? You mean the photo with the earliest capture time?

  • Ran out of frames?

    I am not exactly well-versed in Flash. I have a PowerPoint to
    convert to Flash so animations (builds and flyins) will work in
    sync with an mp3 I was given. No problem with any of that except
    mp3 is much longer than frames I seem to be able to access. So how
    do you do one of these?
    I have the feeling movie clips is in the answer, but not
    sure. I left my message yesterday... but no answer... so here I am
    again in the general category. Please help so I can start this
    project. I have a gazillion Flash books and none seem to mention
    what you do with a long mp3 and how to see it in timeline so you
    can sync your frame changes and what you do when it runs out of
    frames.
    Thanks in advance for any help.
    Marge
    [email protected]

    I finally figured how to get more than 560 frames. Mostly I
    work with one or two frames in my sites and games... the most 5
    frames. I never did a project like this before. Thanks for your
    input and help. I like the scene idea.
    Thanks again,
    Marge

Maybe you are looking for

  • Run in Background

    Hi I wrote a program which will write a flat file to application server and presentation server at a time. It runs fine in foreground. But when i execute it in background iam getting status cancelled. What could be the problem?. Iam clicking on the F

  • Button action outcome depends on a call to a stored procedure

    Hi, I'm developing an application using JDeveloper 10.1.3.4, JSF and ADF BC 10.1.3.4. I've got a button "Update", his action outcome depends on the result of a store procedure, called by a method in my ApplicationModuleImpl (the actionListener of the

  • LSMW with RSADRLSM02

    HI FOLKS, i want to do datamigration using lsmw with directinput method i want to upload the data for business address services/regionla structure the correspoind sap std program is RSADRLSM02. can anyone let me know how to proceed from step 2 to  5

  • Non-editable view after succesful save of complaint

    Hello, We want to make the view of Complaints non-editable after succesful save of the Complaint. I think I must add some code in method EH_ONSAVE of component BT120H_CPL/ OVViewset. Do you have any idea of how to achieve this? Best Regards.

  • New software and now apps wont work.

    Hey guys, I have the iphone 4 and just updated my phone to the newest software. The download went fine but I realized a little while later that the apps that I have purchased won't open. I replugged it into my computer and syncd it again, but that di