ActiveDen

Digital Business Card With 3D Flip

  • Has been a member for 4-5 years
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Bought between 1 and 9 items
  • Peru
  • Referred between 10 and 49 users
rcuela says

nice card

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
adamrobertson says
Purchased

Quick question… how do I get the movie on the back of the card to play? The front works fine (I added stop at the end to stop the front movie from playing), but when flipped, the back movie won’t play. Thanks.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
adamrobertson says
Purchased

To clarify, how do I play the back MC once the card is flipped? Instead of a continuous play, I’d like it to start only when the card is flipped. Thanks.

2 years ago
Author
sike sike replied

Hi, I’ve replied your email with an example. You need to add a condition when flip is stop: if(back_card.visible){ back_card._mc.gotoAndPlay(1); } also you need to put a stop in first frame of the moveclip in the back side. Hope this help you, thanks.

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
barryegan says
Purchased

hi, sike,

nice file. where do i put the script for starting the backside clip exactly?

thx

2 years ago
Author
sike sike replied

Hi, you can edit the clip in the library, just open the fla with Flash CS3 +, thanks.

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
  • United States
nikolaymm says
Purchased

when i try to embed/load it into other flas, it gives me an error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at Vertical()

Any ideas as to why is that?

Cheers.

2 years ago
Author
sike sike replied
Hi, you need to put the statement with stage in Main function to a init function, which looks like:
        public function Main():void{            
            if (stage) init();
            else addEventListener(Event.ADDED_TO_STAGE, init);
        }      
        private function init(e:Event=null):void{                               
            stage.align = StageAlign.TOP_LEFT;
            stage.scaleMode = StageScaleMode.NO_SCALE;
            stage.addEventListener(Event.RESIZE, resizeHandler)                   
            //... other statement goes on

        }    

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
Badger says

YES … please make an XML version of this!

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Canada
Orbitalflare says
Purchased

I am really struggling to get this to work, what level of a Flash developer do I need to be to customize this piece?

2 years ago
Author
sike sike replied

Hi, you can modify the card in the library. And I’m available at freelance, you can drop me a line via my profile page with budget if you need me do it for you, thanks.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Canada
Orbitalflare says
Purchased

Thanks for your reply – actually I stayed up late and figured it out, and it is now working just dandy – cheers, it looks good too!

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
fredperes says

I that possible to change the code for the card change sides after a period of time?

Example: 3 seconds > change side > 3 seconds > change side.

Thanks!

2 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
sblair33 says
Purchased

Hi,

The card is awesome – easy to customize, resize, etc. I was hoping you could help me though. I need to dynamically load the flip card swf’s from another external swf (want a different card to come up randomly on a page refresh or load). the code i’m using to call do that is this:

stop(); var movieArray:Array = [‘vertical1’, ‘vertical2’, ‘vertical3’]; var loader:Loader = new Loader(); var index:int = Math.floor(movieArray.length * Math.random()); var url:String = movieArray[index] + ’.swf’; trace(“Attempting to load”, url); loader.load(new URLRequest(url)); loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaderComplete); loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, loaderIOError); addChild(loader); function loaderComplete(e:Event):void { trace(“Successfully loaded”, url); } function loaderIOError(e:IOErrorEvent):void { trace(“Failed to load”, url); }

I’m getting this error however and was hoping you could please help me fix -

” Attempting to load vertical.swf VerifyError: Error #1053: Illegal override of rotationY in five3D.display.Bitmap3D.

ReferenceError: Error #1065: Variable Vertical is not defined. “

is loading other static swf’s fine but the the flip card external libraries seem to be giving it issues.

1 year ago
Author
sike sike replied

Hi, please publish your swf as flash player 9 targeted. Or you can download and overwrite the five3D’s flash10 package from http://code.google.com/p/five3d/
Thanks

1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
sblair33 says
Purchased

Thanks so much for your help. I’ve been trying to do both those things but unfortunately am getting a bit confused. i tried downloading the FIVe3D_package_AS3_F10_v1.0.2 as you suggested and replaced the previous five3D folder with the one located net.badimon.five3D – but then got errors saying the paths needed to be changed in each as file. I updated them all and now get these errors -

1020: Method marked override must override another method.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
gotanyglazby says
Purchased

How can i stop the card from flipping twice, i’d just like to flip from front to back… and then direct the back movie clip to another place.

Thanks.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
gsmlord says

What can I use the card for?

Can I use it as a signature template in Outlook?

1 year ago
Author
sike sike replied

Hi, it’s a flash file. So I think you can’t use it as signature in Outlook. Thanks.

1 year ago
  • Has been a member for 0-1 years
  • Bought between 50 and 99 items
weblongo says
Purchased

sike how easy is this to make multiple copies I’d like to have 4 on stage?

m

2 months ago

by
by
by
by
by