• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Captivate 4 bombs with 3D motion SWF

Community Beginner ,
Mar 08, 2010 Mar 08, 2010

Copy link to clipboard

Copied

I have a small AS3 swf of a roatating logo that drives Captivate 4 crazy.  I have no problem with other AS3 swfs but the rotating logo won't work.  It plays fine with a Flash 10 viewer or even in the Captivate library previewer.  When I try to publish or preview the slide show I get a flashing Captivate preloader and stills of the logo movie.  Does Captivate 4 have an incompatibility with the 3D motion tool in Flash?  It can't be duplicated in AS2.

TOPICS
Import export

Views

2.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 09, 2010 Mar 09, 2010

Copy link to clipboard

Copied

Hello there,

Try taking a look at this post.  It should solve your issue.  If not, I'd be happy to take a look at your file.

Hope that helps,

Jim Leichliter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 09, 2010 Mar 09, 2010

Copy link to clipboard

Copied

Hi Jim,

I externalized the animation but now it has a different problem. I've attached a copy of my test file.

Thanks for your help.

Glenn Bayley

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 11, 2010 Mar 11, 2010

Copy link to clipboard

Copied

Glenn,

Adobe has temporarily shut down the file attachment feature on the forums.  I sent you a PM (personal message) with my email if you want to send the file.

Thanks,

Jim Leichliter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 11, 2010 Mar 11, 2010

Copy link to clipboard

Copied

Jim,

I didn't receive the email with your personal address.

gb 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 11, 2010 Mar 11, 2010

Copy link to clipboard

Copied

Glenn,

Here's my email address.  I'm using reCAPTCHA Mail hide service so I don't get spammed.

Thanks,

Jim Leichliter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 11, 2010 Mar 11, 2010

Copy link to clipboard

Copied

Jim,

Sorry, but I got this message:

This email address was not encoded properly. If you are a developer creating this Mailhide address please check that you used a key from mailhide.recaptcha.net (not one from admin.recaptcha.net). In addition, make sure to use the test cases in the API Documentation to check that your code is working correctly

If you are a user who found this link on a web site, you will need to find another way to contact the site owner and let them know about the error!

© 2009 reCAPTCHA, all rights reserved.

gb 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 11, 2010 Mar 11, 2010

Copy link to clipboard

Copied

Glenn,

Sorry about that. I've sent a private message with my email again...

Thanks,

Jim Leichlier

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2010 Mar 11, 2010

Copy link to clipboard

Copied

Hi Jim,

Just a suggestion: send a private message with your e-mail-address to Glenn.

Lilybiri

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 12, 2010 Mar 12, 2010

Copy link to clipboard

Copied

Hi Glenn,

I have the file and I'm looking at it now...

Jim

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 12, 2010 Mar 12, 2010

Copy link to clipboard

Copied

Glenn,

This was quite a challenge!  I finally narrowed it down to a bad symbol in the Library:

Symbol 3 (EK2 Logo.jpg)  I think something is wrong with that .jpg since any symbol I create using that .jpg doesn't work in Cp.

If you swap out Symbol 3 for Symbol 1on your timeline, you should be good to go.

Let me know how it goes...

Jim Leichliter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 15, 2010 Mar 15, 2010

Copy link to clipboard

Copied

Jim,

Thanks for your help.  I'm using your script version and externalizing the animations and everything looks good.

Glenn

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 15, 2010 Mar 15, 2010

Copy link to clipboard

Copied

Glad to hear it Glenn!

Jim Leichliter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 21, 2012 Aug 21, 2012

Copy link to clipboard

Copied

Jim,

Are you able to share the file so I can try to replicate it with my organization 3D rotating Logo?

Carlos

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Aug 21, 2012 Aug 21, 2012

Copy link to clipboard

Copied

LATEST

Here's the as3 code.  Think of your logo as a business card that has a font and a back.  This card gets rotated on the Y axis 360 degrees.  The ENTER_FRAME event is what triggers the rotation.  All you need to do is create assets named mcFront and mcBack and place them on stage.

import flash.events.*

this.addEventListener(Event.ENTER_FRAME, EnteringFrame);

//Start out the rotation with edge facing you

mcFront.rotationY = -90;

mcBack.rotationY = -90;

var bol:Boolean = true;

function EnteringFrame(e:Event) {

 

          //check boolean value

          if (bol) {

                    mcFront.visible = true;

                    mcFront.rotationY += 4;  //adjust this number for speed of rotation

 

                    if (mcFront.rotationY >= 90) {

                              mcFront.visible = false;

                              mcFront.rotationY = -90;

                              bol = false;

                    }

          }

          else {

                    mcBack.visible = true;

                    mcBack.rotationY += 4;  //adjust this number for speed of rotation

                    if(mcBack.rotationY >= 90) {

                              mcBack.visible = false;

                              mcBack.rotationY = -90;

                              bol = true;

                    }

          }

          //trace("Bol: " + bol);

}

Jim Leichliter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources