Combining AS2 animation in AS3 CP4 project

I realize this is a no-no, and the message told me so in CP4, but I was able to get an AS2 built flash animation to work and publish in an AS3 CP project. The message, if I remember right, was 'you may experience unexpected results' or something to that effect. My question is: if I can get them to work as animated intros to the modules running as standalones, why can't  I get them to work in an Aggreagtor file? What happens when aggreagted is that the flash intros simple bog down. They start out playing correctly the first time, but as you navigate the TOC the animated intro starts playing slower and slower. It's as if the previous version are still playing the in the background and just run out of memory/cache or something.
What I'm wondering is, could the problem be that the animations just simply aren't stopping? If so, is it possible to insert a command to stop?
Anyone have any ideas?
JT

I was able to get them to play 'satisfactorily' in CP 4 in single .swf- Not aggreagated. The larger problem was in Aggreagator. I had huge issues with aggregator, and adobe told me to upgrade to CP5 to solve that problem. Not sure that probelm is solved because now I have even more problems with the existing files-captions, graphics not displaying correctly. So for the time being, this AS2 AS3 issue is on the sidelines.
If I ever get to that oint again, I'll see If I can send a link.
Thanks!
JT

Similar Messages

  • AS2 loaded to AS3 mobile project

    Hello, I have a problem witch I hope someone could shed some light on.
    I have about 100 AS2 swfs that were created long time ago... each is a simple 1 screen animation with few buttons.
    I need to build an AS3 android application using those swfs. So I opened  an air android project and imported the swfs with simple loaders.
    When I run the application in flash cs6 it works fine and the AS2 swfs are fully functional, but when I deploy the app to a tablet the AS2 swfs do not work correctly... the buttons are not clickable and the animation is running in loops ignoring the stop() function and every other code in the swf.
    I figured that the code stored in those swfs cannot be read by the tablet and there for it's not working...
    I am realy trying to avoid rebuilding those swfs in AS3 because it will take me about a month!
    Is there any way to solve this problem?
    Or does anybody know a specific reasone for the problem so I can try to find a solution?
    Any help would be appreciated!

    i don't there's any work-around.  the air player does not include avm1.

  • Images in Engage Interaction inserted into CP4 project not displaying....

    Hi all
    If ANYONE has an idea on this one, please let me know. I've already spent days trying to fix this issue with no result!!
    I have a CP4 project, in which I am inserting an Articulate Engage interaction (interaction type = Process). Within the Process interaction, I have images. I have trawled forums and found out there is a recommended max image size (200 px x 310 px)  and image type (jpeg or png) and I have also discovered that Process interactions prefer that images be aligned to either the left or the right, and not top or bottom. Done all that.
    I also already know how to insert Articulate Engage interactions into CP4 projects - done that many times before. It's fiddly, but once you know how to do it, it's ok.
    My problem is that when the CP4 project is published, the CP project plays perfectly, the Engage interaction displays as it should, each part of the Process interaction is visible and active, BUT THE IMAGES WON'T DISPLAY.
    When I publish the Engage interaction (prior to inserting the engage.swf into CP4 as an animation) it plays perfectly, and the images display. When I view all the associated folders with the published Engage interaction, the images I've inserted are all there.
    I cannot for the life of me work out what is going on. I have even re-created the Engage interaction from scratch, thinking it might have been corrupted somehow.
    DON'T know what to try next.
    Does anyone have any ideas????

    in between the browser and viewer panes is a little search box ... click in it to change ... or if there is an 'x' in click it ... somehow you set a filter on that project ...

  • Import multiple Articulate Engage interactions to a single CP4 project

    Hi
    This question is about importing Articulate Engage interactions into a CP4 project. I have searched the forum and can't find a specific answer to this. Any feedback would be really helpful.
    -> I already know how to import 1 single Engage interaction into CP4, insert as an animation onto a slide, and have it play perfectly in published SWF output.
    My issue is: How do have multiple Engage interactions in the one CP4 project, when Engage always gives the published Engage interaction and all its supporting files/folders the same file name (I.e. "engage.swf" file and "engage_content folder"?
    If, for eg I want ot have 3 Engage interactions in the CP4 project, is it ok to just rename each published Engage interaction differently, prior to inserting the interaction as an animation to the CP4 slide?
    Does anyone know if this will work, or if there is another solution?
    Thanks in advance!

    Http 1.1 is not supported. You could implement that yourself...
    try to move the openconnection into the while loop. that should work

  • Main movie in AS2 and MC AS3

    Dear all,
    I have a main movie is coding AS2 which contains a movieClip called MC_header.
    And I have an external movie is coding with AS3.
    My question is :
    Can i loadmovie the external movieclip in the main movie????
    if yes, how?
    thanks
    MELAS

    Nope. If the original movie is AS3 you can load in an AS2 clip and it will run as an AVM1 (ActionScript Virtual Machine 1, which understands AS1 and 2) Movie. But the AVM1 has no idea about AVM2 (which understands AS3) so you can't go the other way.
    Even when you do load an AS2 into and AS3 file the communication between the main file and the loaded AVM1 movie is quite limited and you won't be able to control it the way you would if they were both of the same flavor -- if that is important to your project.

  • Dummy Guide needed for converting AS2 code into AS3

    I have to convert my existing AS2 code into AS3, but I might as well be reading chinese. I never even began to learn AS3, it was still fairly new at the time and the class ended before we had an opportunity to even touch on it. My major was not web design, it was the print side of design. I took an additional class, after I graduated, to learn web design and our teacher told us, basically, that we were designers, not coders so we won't be getting much into actionscripting, beyond the basics. At the time I was relieved, but looking back, I really wish we would have gotten more into it. Bottom line, I need to learn now.
    Is there ANYONE that can help me out? I will list my code below, buy I am way beyond lost any help that can be provided, I would be so grateful!!!!
    On the main timeline I have the basic..
    stop(); -- I found the AS3 version, but I don't know what I'm looking at. I get "not_yet_set.stop()" and there are are 8 options I can choose from. I just want the timeline to stop until I tell it where to go next. And what is "not_yet_set"
    Then I have my buttons, which are, basically...
    on (release) {
    gotoAndStop("Home");
    Or "gotoAndPlay("Whatever");"
    I also have buttons for scrolling...
    on (press) {
    play();
    on (release) {
    stop();
    AND
    on (press) {
    _root.AboutMe_Controller.gotoAndPlay(…
    on (release) {
    _root.AboutMe_Controller.gotoAndStop(…
    For the on(release) command, this is what I found as the AS3 version: not_set_yet.dispatchEvent()

    because that's really as1 code, you have steeper learning curve than going from as2 to as3.
    first, remove all code from objects, assign instance names to your buttons and you can then start on as3:
    // so, if you name your home button, home_btn:
    home_btn.addEventListener(MouseEvent.CLICK,homeF);
    function homeF(e:MouseEvent):void{
    gotoAndStop("Home");
    p.s.  the not_yet_set stuff is there because you tried to use script assist or some other actionscript shortcut.

  • Help! Convert simple Flash AS2 code to AS3

    Hi everyone,
    I'm a Flash beginner and followed a tutorial: http://www.webwasp.co.uk/tutorials/018/tutorial.php ... to learn how to make a "live paint/draw" effect. I didn't realize  that if I made something in AS2, I wouldn't be able to embed it (and  have it work) into my root AS3 file, where I've got a bunch of other  stuff going on. I've tried following tips on how to change AS2 code to  AS3, but it just doesn't work. I know it's simple code, and that some  genius out there can figure it out, but I'm at a loss. Please help!
    Here's the AS2 code:
    _root.createEmptyMovieClip("myLine", 0);
    _root.onMouseDown = function() {
       myLine.moveTo(_xmouse, _ymouse);
       ranWidth = Math.round((Math.random() * 10)+2);
       myLine.lineStyle(ranWidth, 0xff0000, 100);
       _root.onMouseMove = function() {
          myLine.lineTo(_xmouse, _ymouse);
    _root.onMouseUp = function() {
       _root.onMouseMove = noLine;
    Thanks in advance!
    Signed,
    Nicolle
    Flash Desperado

    Considering the code is on timeline:
    var myLine:Sprite = new Sprite();
    addChild(myLine);
    var g:Graphics = myLine.graphics;
    addEventListener(MouseEvent.MOUSE_DOWN, onMouseDown);
    function onMouseDown(e:MouseEvent):void {
         var ranWidth:Number = Math.round((Math.random() * 10) + 2);
         g.clear();
         g.lineStyle(ranWidth, 0xFF0000, 1);
         addEventListener(MouseEvent.MOUSE_MOVE, onMouseMove);
         addEventListener(MouseEvent.MOUSE_UP, onMouseUp);
    function onMouseMove(e:MouseEvent):void {
         g.lineTo(mouseX, mouseY);
    function onMouseUp(e:MouseEvent):void {
         removeEventListener(MouseEvent.MOUSE_MOVE, onMouseMove);
         removeEventListener(MouseEvent.MOUSE_UP, onMouseUp);

  • Change as2 code to as3

    I used a tutorial http://www.flash-game-design.com/flash-tutorials/funky-flash-website-tutorial-5.html to make a menu for my application, I've tried following tips on how to change AS2 code to AS3, but it just doesn't work.
    menu = ["bulls", "about", "roster", "schedule"];
    var current = menu[0];
    for (var i = 0; i<menu.length; i++) {
    var b = menu[i];
    this[b+"_btn"].stars._visible = false;
    this[b+"_btn"].txt = b;
    this[b+"_btn"].onPress = function() {
    _root.site[current+"_btn"].stars._visible = false;
    _root.site[this.txt+"_btn"].stars._visible = true;
    current = this.txt;
    _root.site.content.gotoAndStop(this.txt)
    this[current+"btn"].stars._visible = true;
    this.onEnterFrame = function() {
    this[current+"_btn"].stars.s1._rotation += 1;
    this[current+"_btn"].stars.s2._rotation += 0.5;
    Thank you,
    Glenn

    Just a note. Function declarations in a loop is an EXTREMELY bad practice that will lead to many problems if it doesn't have some already. So, the following lines:
    for (var i:int = 0; i<menu.length; i++) {
        var b:String = menu[i];
        this[b+"_btn"].stars.visible = false;
        this[b+"_btn"].addEventListener(MouseEvent.CLICK,fn);
        this[b+"_btn"].txt=b;
        function fn(e:MouseEvent):void{
            this[current].stars.visible = false;
            var nam:String=e.target.parent.name;
            this[nam].stars.visible = true;
            current = nam;
            //MovieClip(root).site.content.gotoAndStop(this.txt)
    should be:
    for (var i:int = 0; i < menu.length; i++) {
         var b:String = menu[i];
         this[b+"_btn"].stars.visible = false;
         this[b+"_btn"].addEventListener(MouseEvent.CLICK,fn);
         this[b+"_btn"].txt=b;
    function fn(e:MouseEvent):void {
         this[current].stars.visible = false;
         var nam:String=e.target.parent.name;
         this[nam].stars.visible = true;
         current = nam;
         //MovieClip(root).site.content.gotoAndStop(this.txt)

  • Load as2 swf in as3 swf

    Hi All,
    I am new to this forum.
    Can anyone tell me how to load as2 swf in as3?
    If this is possible,can anyone give me some sample example?
    Thanks
    Harshal

    You can talk to loaded AVM1 (AS1/2) SWF using LocalConnection. I used Grant Skinner's SWFBridge class in the past and worked very well:
    http://gskinner.com/blog/archives/2007/07/swfbridge_easie.html
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • Load AS2 swf into AS3 swf problem

    I have a flash with AS3 and inside this swf i load in a AS2 swf.
    to load swf works just fine, but the problem is when i load this i want to go to
    a specific part of it, for example i want to go to frame 3 in the loaded swf.
    i must control this from the AS3 swf, does someone know if this is possible?
    thanks in advance

    so can i do like this then to go to frame 3 in my loaded swf?
    MovieClip(ldr.content).gotoAndStop(3); ?
    sorry for being such an airhead
    thanks for helping me out =)
    Date: Sun, 7 Jun 2009 10:25:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: load AS2 swf into AS3 swf problem
    no.
    if, in your loaded swf, you have a function f1() on the loaded swf's main timeline and you load that swf using a loader (say ldr), use:
    MovieClip(ldr.content).f1();   // to call f1() in the loaded swf
    >

  • Load AS2 SWF in AS3 SWF with FlashVars

    I am able to load SWF which is created using AS2 in to AS3
    SWF but I am not able to pass Flashvars to it..
    Does any one has any idea, how can I do that??
    Thanks

    You can talk to loaded AVM1 (AS1/2) SWF using LocalConnection. I used Grant Skinner's SWFBridge class in the past and worked very well:
    http://gskinner.com/blog/archives/2007/07/swfbridge_easie.html
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • Export PDF in Captivate 5 and Publishing CP4 project in CP5

    When I publish flash (swf) videos in CP4, I always tick the "Export PDF" option to also get the PDF version - and then offer the PDFs for download as an alternative to watching online (or send them via e-mail).
    I have learned to live with the fact that the PDF version  - sadly - becomes somewhat blurred. But now, as I am trial testing CP5, I see that besides blurring, the video in PDF gets also distorted - if this is a good word for it: As the software screens change in the video (I record software demonstrations), the new screens show some left over graphics (mainly lines or points - as if remnants of borders of objects, lines, shadows, etc.) from the previous screen.
    The similar thing happens when I publish CP4 projects with CP5 (which I want to do as the Neospeech voices sound much better in CP5) - I see the same leftover graphics, mainly in the full-motion segments.
    Any suggestions on avoiding these issues?

    Hello and welcome to the forum,
    For this purpose you need Acrobat Pro, could you let me know if you have this app? It is coming with the eLearning suite. To export a Captivate file to pdf you do not need it.
    Lilybiri

  • Can I add animated GIFs to my project and Publish as HTML5?

    I've created several projects with Adobe Captivate 7 and have added animated GIFs to my project. When I publish, the GIF animations are only animated when played as SWF. When I play the HTML5 version the GIFs only show the first frame.
    Is there a way for me to publish my Adobe Captivate project so that the GIFs are animated when viewing the HTML5 output?

    HaridossR1234,
    Thank you for your reply. I have tried both draging-and-dropping the animation into the project as well as using the insert-> Animation menu option, but neither result in and animated GIF being displayed when the project is on the web and being viewed as an HTML5.
    I should note that the GIF IS animated when I view the project on my computer after publishing, but not when the project is displayed on my website. I publish the project with both GIF and SWF checked and Chrome displays the animated GIF but Firefox and Safari do not.
    When you say to check the HTML5 output, do you mean when I'm publishing the project as a whole or is there that option somewhere when I'm inserting the GIF?
    Sincerely,
    Lillie

  • Combine multiple animations/moving a motion tween path location

    I have three similar animations that are stalling on preload as it's referencing the data from dropbox. We thought that it might be faster if it loaded only once, so I am now trying to combine the animations into a single scene. I'm having trouble copying and pasting the animation. I'm not quite sure where the problem originates from. I did, originally, successfully reproduce the animation and apply it to the separate elements when making them on separate stages, but now I see one of the elements (I'll call it GREEN) has a motion tween, and I'm not sure why the others (ORANGE and BLUE) are set to X, Y motion. I specifically recall having created them via motion tween, but at least they are still moving the way I created them to.
    When I copy and paste > All, GREEN (with its motion tween) is placed on the stage at X=45 coordinate, and i need the whole path to be moved over to X=643. When I drag, it only affects the current location, plus there are a couple of "points" on the line that don't have keyframes associated with them, so it has been nerving to try and set them this way. Is there a way to do this?
    Thanks

    No problem!
    So do you notice how your blueballoonCopy has those chevron marks on the timeline? That's an indication of duration in a container such as a symbol or audio element. In your case, it's a total 30 sec. of transitions, and it's a symbol. When you want to loop things differently, they should be in their own timelines, i.e. in their own symbols.
    You should do two things to get this set up:
    Convert blueballoonCopy and GREEN_KIDS_BALLOONCopy3 into a single symbol, since they will both loop endlessly from the loopGrn label to the end. Put the playhead over the loopGrn label, then select it and the trigger at the end and cut them (Edit > Cut), and then double-click on the symbol on Stage to edit it and with the playhead at the same place, paste the label and trigger. You should now have the label at 26 sec., and the trigger at the end of the timeline. Navigate back to the Stage timeline, and these two elements will now loop endlessly in the brower.
    Now convert your orange_balloon element into a symbol - that will put all of its animation inside the symbol. If you want the entire animation loop twice, add a single play action to the end of the chevron (duration indicator). If you want only a part of it to loop, use a single play from action instead, and enter the timecode or label to which you want to loop back.
    And now you'll have those two elements looping continuously, and the orange_balloon symbol looping just once.
    hth,
    Joe

  • How can I combine multiple animations. (Play another animation after one has finished with a click?)

    How can I combine multiple animations. (Play another animation after one has finished with a click?) Like a slideshow but with animations. any ideas?

    You can do this by calling up the different edge Animate composition html pages using buttons and an iframe:
    To get a general idea, put this in the body of an html page and insert your own URLs where indicated
    <iframe id="iframeID" src="yourFirstURL" width="640" height="480">
    <p>Your browser does not support iframes.</p>
    </iframe>
    <button onclick='loadIframe("iframeID", "firstAnimURL")'>First Animation</button>
    <button onclick='loadIframe("iframeID", "secondAnimURL")'>Second Animation</button>
    <button onclick='loadIframe("iframeID", "thirdAnimURL")'>Third Animation</button>
    <script>
    function loadIframe(iframeID,url) {
    //alert("Hello");
       document.getElementById("iframeID").src = url;
    </script>
    Peter Small

Maybe you are looking for

  • How do I retrieve a variable from a stored procedure in Access?

    Given a stored procedure like the one below, PROCEDURE getSomething(                pVar1           in float,                pVar2               in float,                pVar3               in float,                pVar4               in float,      

  • When apple replaces a phone under warranty for a manufacturing fault, do they give a new phone or a refurb?

    Purple spot has appeared on rear facing camera ad video, got an appointment in a couple of days to check it out. Wondered if anyone has had the same issue and whether apple have you a new phone or a refuted phone? As if it was refurbished, how is the

  • Employee relationship to org unit contains a wrong email id replica from HR

    We have an issue with HR employee replication from ECC to CRM. Employee1 and its assignment to Organization is replicated to CRM from ECC system through the standard process. Than for that employee, a relationship is created as u201Dis employee ofu20

  • Why does my project not turn out right when I export my movie?

    I am creating projects for a church doing announcements via video.  Once the project is created and my timeline complete, I export the project to my desktop.  It often creates strange anomlies duplicating different parts of the project and replacing

  • Encore CS5 suddenly doesn't open

    HP8600 Dual Intel 3.16 GHz Xeon Quad-core CPUs with 12MB cache and 1333 MHz FSB, Windows 7 (thank god!) fully certified with 4800 CUDA card and 24gb RAM Error "MSVCR71.dll is missing" - at it does indeed appear to not be there. Encore worked fine las