CS3 bug?  Copy and paste to Slide Presentation

Using CS3 in a standard AS2 Flash file,
When doing:
Select all;
Copy Frames;
Then pasting in a new empty Flash Slide Presentation, with
the exact same stage size, in Frame 1 of Slide 1using:
Paste Frames;
All of the newly pasted contents are offset, as if the center
is at the top left of the Stage. This
Is this a bug, or am I missing something?
- C

Report issues here:
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
Dan Mode
--> Adobe Community Expert
*Flash Helps*
http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio*
http://www.tornadostream.com
<--check this
*Must Read*
http://www.smithmediafusion.com/blog
"Cadevous" <[email protected]> wrote in
message
news:f3h9l0$l4f$[email protected]..
> Using CS3 in a standard AS2 Flash file,
>
> When doing:
> Select all;
> Copy Frames;
>
> Then pasting in a new empty Flash Slide Presentation,
with the exact same
> stage size, in Frame 1 of Slide 1using:
> Paste Frames;
>
> All of the newly pasted contents are offset, as if the
center is at the
> top
> left of the Stage. This
>
> Is this a bug, or am I missing something?
>
> - C
>

Similar Messages

  • Problems copying and pasting multiple slides from one captivate to another.

    I have been able to copy and paste several slides into
    another captivate and suddenly this has stopped working. I am using
    the ctrl key to select multiple slides (a set of 3) and the using
    the Edit drop-down to select copy slide. Then, I click on the other
    captivate and click paste slides. It is only bringing 1 slide, the
    first one, and not the 2nd and 3rd... any ideas. I've had another
    set of eyes look over my shoulder... and we're both scratching our
    heads.
    Also, for some reason the text entry boxes are being copied,
    but the failure caption associated with it does not come along. It
    also copied the button but lost the association with the text entry
    box. WTH?

    This might work, this might not. I have copy paste problems
    on a regular basis and all that works for me is closing Captivate
    down and then re open and continue. At worst, a reboot tends to
    solve this glitch in my experience.
    Good Luck

  • Bug: Copying and pasting a htmlText ignores embed font???

    - Adobe Flash Pro CS4
    - Reproducible in Flash player 9 and 10
    There seems to be a bug when copying a string value from a "htmlText" textfield and then pasting it in a standard "text" textField, and then adding that text back into the htmlText textField, which in turn no longer displays any new text.
    For example:
    1. Type "hello" in input textField, and press [Send] button
    2. "hello" appears in the display textField (as htmlText)
    3. From the display textField, copy the word "hello" and paste it into the input textField.
    4. Press [Send]
    5. Now, if embedFont was enabled and assuming that there is a ArialReg font class defined via library, the display textField does not show the 2nd "hello" message, and it no longer display anything new. This is because it was not able to show the text that was embedded as another font. You can tell this by turning off embedFont. Repeat steps 1-4, note that the 2nd "hello" font differs to the 1st "hello" font - which caused the bug as per above.
    Source code (requires ArialReg and fl.controls.Button defined via Library):
    //Copy and paste into your main timeline.
    import flash.events.Event;
    import fl.controls.Button;
    var enableEmbed:Boolean = false;
    var format:TextFormat = new TextFormat();
    format.font = new ArialReg().fontName;
    format.bold = false
    format.size = 12
    format.color = 0x000000;
    format.align = TextFormatAlign.LEFT
    format.underline = false
    var _chatBox:TextField = new TextField();
    _chatBox.multiline = true;
    _chatBox.selectable = true;
    _chatBox.wordWrap = true;
    _chatBox.multiline = true;
    _chatBox.embedFonts = enableEmbed;
    _chatBox.antiAliasType = "advanced";
    _chatBox.tabEnabled = false;
    _chatBox.mouseEnabled = true;
    _chatBox.defaultTextFormat = format;
    _chatBox.width = 260
    _chatBox.height = 300
    _chatBox.type = "dynamic";
    _chatBox.x = 10;
    _chatBox.y = 30;
    _chatBox.mouseWheelEnabled = false
    _chatBox.background = true;
    _chatBox.border = true;
    format = new TextFormat();
    format.font = new ArialReg().fontName;
    format.bold = false
    format.size = 12
    format.color = 0x000000;
    format.align = TextFormatAlign.LEFT
    format.underline = false
    var _chatInput:TextField = new TextField();
    _chatInput.multiline = true;
    _chatInput.selectable = true;
    _chatInput.wordWrap = true;
    _chatInput.multiline = true;
    _chatInput.embedFonts = enableEmbed;
    _chatInput.antiAliasType = "advanced";
    _chatInput.tabEnabled = false;
    _chatInput.mouseEnabled = true;
    _chatInput.defaultTextFormat = format;
    _chatInput.width = 200;
    _chatInput.height = 50;
    _chatInput.type = "input";
    _chatInput.x = 10;
    _chatInput.y = _chatBox.y + _chatBox.height + 5;
    _chatInput.mouseWheelEnabled = false;
    _chatInput.background = true;
    _chatInput.border = true;
    var _chatSendBtn:Button = new Button();
    _chatSendBtn.y = _chatInput.y;
    _chatSendBtn.x = 215;
    _chatSendBtn.width = 55
    _chatSendBtn.height = _chatInput.height;
    _chatSendBtn.addEventListener(MouseEvent.MOUSE_UP, onChatSendBtn);
    _chatSendBtn.label = "Send";
    this.addChild(_chatBox);
    this.addChild(_chatInput);
    this.addChild(_chatSendBtn);
    function onChatSendBtn(mE:MouseEvent):void
        if (_chatInput.text != "")
            _chatBox.htmlText += _chatInput.text;       
            _chatInput.text = "";

    Note:
    _chatBox.htmlText += _chatInput.text;       
    _chatBox.setTextFormat(format);
    will resolve the problem, but it introduces another bug - Using setTextFormat does not allow bold and regular font for embedFonts for htmlText, however defaultTextFormat does. As I need both bold and regular font for the textField, I can't use that workflow.

  • Bug: Copy and Paste shortcuts still don't work

    Copy and Paste shortcuts still don't function.  I have to manually go to the menu to copy and paste.  Is this being addressed? This is a basic function used often.
    Mac OS X 10.7.5
    Adobe Story Plus: Build 1196
    When I started software AIR updated.
    Appreciate the help.
    Best,
    Randy

    Hi Randy,
    Can you please let us know if you still observe this issue after upgrading to latest version of Adobe AIR?
    You can download the latest version of AIR from: http://get.adobe.com/air

  • Why does formatting get lost when copy and pasting slides between projects?

    I'm beginning to copy and paste several slides from a project that was created in Captivate 6. I've opened the project in 7.0.1 and saved it. Next, I've copy and pasted about 20-30 slides from the old project into my new template. In the process, many slides have lost "bold" and "bullets". It's worth noting that many slides have remained correct. I also find myself having to reset slide templates and toggle off quiz buttons that I've already toggled off in old project.
    This isn't part of the same problem, but related. When I copy slides from the new template I mentioned into the old one (in hopes that Advanced Actions would transfer correctly), I've noticed that none of the item names have transferred over with the copy and paste. Instead of seeing the button name I've created, it changes to "shape, text_caption, etc", the default.
    I'm hoping the copy pasting between projects becomes more efficient, I'm finding myself burning unneccessary time doing more QA and microscopic investigation, although I suppose more QA isn't always a bad thing.
    System is the following:
    OSX 10.8.5
    Captivate 7.0.1
    Safari 6.0.5
    Blood Type: oops, wrong forum.

    When copy/pasting between different versions that has always been a problem, especially with question slides. There seem always to be changes that make such a transfer difficult. Did you try to open the CP6 project first in CP7 and see what worked? And do you use exactly the same theme (object styles, master slides, skin editor)?
    Copy/paste slides, objects with advanced actions: bit same problem, works best if done between CP7 projects. The problem that each object needs to have a unique ID (name) is what causes the renaming to generic names.
    Lilybiri

  • Cannot copy and paste objects in my project... Captivate 6

    Hello,
    I actually wrote about this yesterday, but I would like to mention it again because it's a big problem.  I have a Adobe Captivate 6 project, and I cannot copy and paste text captions, buttons, smart shapes, etc.  Do any of the experts out there have any advice?  I could probably send you a video of the problem if you'd like...
    Thank you in advance!
    Ryan

    Solution :  I created a new project and copied and pasted the slides from the old project to the new project.  Copy and paste works as it should in the new project.

  • Trying to copy and paste objects in keynote 6 I only get a hyperlink when pasting. Anyone else having the same problem? is there anywhere I can change it so that the copied object is pasted directly into the new slide?

    Hi
    I am trying to copy one object from one lside to another slide in the same presentation. The only thing I get when pasting is a hyperink. Does anyone know how I can turn this off so that the image or the object is pasted as copied to the new slide?
    Thanks a lot

    there are some unexpected issues when copy and pasting.
    As a workaround, use duplicate slide to get the same object in another slide, (select the slide in navigator and command D or right click > duplicate)

  • When I copy and paste a powerpoint slide into Captivate the slide is blurry how do I fix that

    When I copy and paste a powerpoint slide into Captivate the slide is blurry how do I fix that

    Have you tried importing it with standard workflow instead of coyping and pasting.
    Is the resolution of your powerpoint presentation and Captivate Project same, make sure it is same, else, it would rescale it to fit on the sldie, rescaling might detoriate the quality.
    Thanks,
    Anjaneai

  • Keynote and transfer of presentations why can't I copy and paste?

    Hey Community!
         I've always been a Mac lover, but now....... I'm ready to do somethin'......  Very frustrated with update to new Mavericks and Keynote V.6.  I have updated my presentations from the previous version of Keynote into the new version.  I am trying to copy and paste elements from multiple seperates presentations into one presentation.  When I paste the presentation into my "master", the font size changes, format changes.  It's a pain in the (beep, boop, poop).
    I get a message:  OSX Spotlight search information was removed".
         I'm really confused.  Why can't one just copy and paste from one show to another when its in the same program!?

    If I understand correctly you want the title to appear on top of a later video clip so both title and clip are visible.   The problem is the "whites" background which is both making the background opaque and stopping you from pasting it above another clip.  If you just select and drag the title by itself, the background will be transparent so the video clip below will show through.  You should also be able to copy and paste it directly above the clip you want.
    If you want different parts of the title to have a special effect you will have to edit each instance after you have made and positioned the copies.
    I hope this helps - or have I misunderstood?
    Geoff.

  • Is it possible to keep the outline auto formatting from Pages when copying and pasting that outline to the Presenter Notes on Keynote?

    I have been using my iPad for my notes, but I want to start using it as a remote for my macbook. When I copy and paste the notes into the Presenter Notes section of Keynote on the macbook, it unformatted. Any bullet point formatting that I do on my macbook is not showing on my iPad's Remote view Presenter Notes. Is there a way to create consistency here that does not involved formatting each one separately?

    Use Drag and Drop
    Have both applications open side by side
    select the text in Pages
    with the mouse drag the text from pages into presenter Notes pane in Keynote

  • Captivate 6 - Cannot copy and paste to different slides

    Hello,
    I have recently spent some time creating an Captivate template to use for my company' s eLearnings. I noticed when I created a project from this template, I am not able to copy and paste objects (eg buttons) from one slide to the next in the new cptx file.
       As a test, I created a simple dummy template, and then created a project from this dummy template, and I have the same problem.
       Within the dummy template, I can copy and paste objects to a new slide, but within my company's template, I cannot. 
    Note: the pasted object doesnt show up on the stage nor the timeline.

    Thanks.  Yea, I think I incorrectly used the template.   I inserted a number of text captions (not place-holders) into my template, and these annoyingly essentially became master slides within my .cptx project - in other words, any inserted slide in the new .cptx project placed after one of these "template" slides inherted the text captions from the "template" slide, and I couldn't delete these text captions. I essentially had to delete the "template" slide and rebuild it within the .cptx project.  What is even weirder, is the inherted, un-wanted text captions did not appear during playback or in the film-strip, but only were visible on stage in "editing" mode. 
    Ryan

  • Shortcut-Bug in Bridge CS6 for Mac / Bridge cant' copy and paste metadata

    The cmd-keys / shortcuts doesn't work in the file info panel btw. in the xmp / iptc fields (e.g. cmd+c, cmd+v, ...) of Adobe Bridge CS6 (Mac OS 10.6.8 and 10.7.3). You are not able to cut and paste info from one box to another like previous versions.
    This bug only appears in the file info window (opened via alt+i) in Bridge CS6 - if you edit information or metadata in the file info panel in Photoshop CS6, the shortcuts or copy and paste from one field to another works.
    The shortcuts also work under Windows (tested under Vista).
    I noticed this minor bug already one in the Photoshop CS6 Beta more than one months ago. I hoped that this was corrected in the official test version, but unfortunately it is not. Although it is a minor bug, it is IMHO a basic function and would be very helpful in my daily work. Bridge CS6 and ACR 7 are very good and meet my expect ions or needs - it is too bad, that such a small thing is making working with the application a little bit annoying.
    It would be nice, if you could forward this to Adobe engineers that they can fix it.
    Thanks so much!

    Thanks! If there is a workaround or simple solution, I would be very glad if you could inform me.
    Christian
    (signature removed by the Admin)
    Am 14.05.2012 um 13:49 schrieb FrankBiederich:
    Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    created by FrankBiederich in XMP SDK - View the full discussion
    Thanks for your report; we'll look into it.
    Frank
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    To unsubscribe from this thread, please visit the message page at Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in XMP SDK by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Message was edited by: Arpit Kapoor

  • Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata

    The cmd-keys / shortcuts doesn't work in the xmp file info panel btw. in the xmp / iptc fields (e.g. cmd+c, cmd+v, ...) of Adobe Bridge CS6 (Mac OS 10.6.8 and 10.7.3). You are not able to cut and paste info from one box to another like previous versions.
    This bug only appears in the xmp file info window (opened via alt+i) in Bridge CS6 - if you edit information or metadata in the file info panel in Photoshop CS6 copy and paste from one field to another works.
    The shortcuts also work under Windows (tested under Vista).
    I noticed this minor bug already one in the Photoshop CS6 Beta more than one months ago. I hoped that this was corrected in the official test version, but unfortunately it is not. Although it is a minor bug, it is IMHO a basic function and would be very helpful in my daily work - it is too bad, that such a small thing is making working with the application a little bit annoying.

    Thanks! If there is a workaround or simple solution, I would be very glad if you could inform me.
    Christian
    (signature removed by the Admin)
    Am 14.05.2012 um 13:49 schrieb FrankBiederich:
    Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    created by FrankBiederich in XMP SDK - View the full discussion
    Thanks for your report; we'll look into it.
    Frank
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    To unsubscribe from this thread, please visit the message page at Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in XMP SDK by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Message was edited by: Arpit Kapoor

  • Bug in copy and past in nokia n97 fw 21.0.045 prod...

    bug in copy and past in nokia n97 fw 21.0.045 product code: 0575743
    the bug
    iam make phone number in notes
    then copy the number
    when go to
    contact and then past it the number not past ?
    copy number from notes to contact not work !

    Copy and Paste from Notepad to Contacts works fine here.   Try rebooting your handset.
    Nokia N8 on O2-UK
    Firmware 022.014

  • I used to be able to copy and paste images from the internet into keynote slides and pages. Now when I copy and paste all I get is an empty  box. My iskysoft iTube studio has also stopped downloading videos. Is there an extension I need to enable?

    I used to be able to copy and paste images from the internet into keynote slides and pages. Now when I copy and paste all I get is an empty  box. My iskysoft iTube studio has also stopped downloading videos. Is there an extension I need to enable? Any ideas

    Try dragging the image to the desktop, then drag the image to the slide you want it on

Maybe you are looking for