« Creating a Popup in a Cairngorm Architecture | Main
March 05, 2007
Distortion Effects - Updated
Here’s a new version of the distortion effects.
Thanks for all your tremendous feedback on the previously released distortion effects. Some of that feedback is now included in this updated version. This version adds various features and updates. Here’s an excerpt:
Exceed Bounds
Much of the feedback I’ve received was about making the flip effect more realistic. The hint was to let its bounds overlap while the flip effect is coming towards the user. (flipping in). The new exceedBounds property on the Flip effect does exactly that and is now turned on by default!

Pop mode UP
The Pop effect now has an additional mode. The default mode is DOWN, which pops a display object off a stack/pile, away from the user. The new UP mode pops it towards the user.

Scaling Support
Some of you have experienced issues with distortions done on display objects that are below other display objects, which are being scaled. You can scale display objects either using UIComponent’s or DisplayObject’s scaleX, scaleY properties or with modifying the DisplayObject’s transform matrix (a and d properties). This version of the distortion effects supports any scalings applied to any parent display objects in your display list.
Support of More Environments
My goal with these effects always was to support all possible environments where you can use these effects and distortions. With environments I meant i.e. using distortions or utilities in a non Flex framework environment, using only the Flash Player API. But also the use in different Flex framework containers and effect setups, i.e. States and Transitions, hideEffects, ActionScript effects, with ViewStacks, custom containers etc.
This version increases the number of environments to support to the point that I currently haven’t heard of an environment that isn’t supported. If you have one, let me know and feel free to send me an isolated example and I’ll try to help out.
This version added support for some States and Transition usages i.e. with supporting multiple siblings and improves error handling in case views cannot be initialized.
See them in action here.
Download here!
Posted by auhlmann at March 5, 2007 12:37 AM
Comments
These effects are the best. Thanks!
I've used the CubeRotate effect in my app. See it here: http://www.rozengain.com/guitar-scales/v2/GuitarScales.php
Posted by: Dennis at March 7, 2007 12:19 PM
Very nice :D good work!
Posted by: EECOLOR at March 8, 2007 11:42 PM
Smooth, very smooth.
Good job Alex.
Posted by: Johan Haneveld at March 9, 2007 01:36 AM
Fantastic, i have one question, let say i make a popup:
myWindow = PopUpManager.createPopUp(this, Titlewindow, false);
now from the window it self i'd like to call a flip effect, (MAC OS X dashboard info button) So that the entire titlewindow changes to another title window.
(sorry for repost, but i posted on old thread first)
Posted by: JamesBlunt at March 15, 2007 02:12 AM
Very nice work.
Posted by: Lanny at March 19, 2007 08:48 AM
Alex,
Can you please elaborate on how to use com.adobe.ac.util.DisplayObjectBoundsUtil to find the bounds of an object that has a distortion applied? I'm tried to rotate a graphic around the y-axis using a Distortion from your library, and I'd like to find the x-value of its left edge during this rotation. I've messed around with the DisplayObjectBoundsUtil class, as you suggested on your previous blog post regarding this library, but I'm having no luck.
I think your library is fantastic; however, some comments above the methods so it's easier to understand would be greatly appreciated.
Thanks!
Posted by: Brad at April 5, 2007 10:19 PM
I try flip version, it will remain a dirty ghost for 1 sec during flipping, do you know how to fix it?
Posted by: luar at April 8, 2007 06:57 PM
very very good!
Posted by: mededu at April 11, 2007 04:02 AM
Great job, Alex!
But I can't make it work the way I need it. I need the effects being triggered like you did with the ">" ">" buttons.
Could you please make that code available?
Posted by: Jeroen at April 12, 2007 06:28 AM
Hey Alex,
I love the effects. Great Job !! :).
I was wondering how easy would it be to apply like the flip effect to a native apollo window like the apple dashboard widgets.
Thanks
cheers:)
firdosh
Posted by: Firdosh Tangri at April 13, 2007 01:17 AM
Hi Alex,
Your cube distortion effect is awsome, i really like it and plan to implement it in some of my future flex apps. I'll be sure to post you a link to see.
Lanny i looked at your guitar link, looks cool.
Tom
Posted by: Tom Taylor at April 18, 2007 09:39 AM
Hi Alex,
Where can i download the source for the cube example ?
Tom
Posted by: tom Taylr at April 18, 2007 10:07 AM
man, is there an version that can be authored in flash as opposed to flex. Let me know. Great effect!
Posted by: dave at May 2, 2007 06:44 PM
Hi Alex,
great work. I have a problem with the cuberotate effect: when the next view (the one being "rotated in") has some data bindings in place, a weird effect happens if I try to update the binding source just before the animation begins. For example, suppose that the next view must display a value entered in the previous one..
At this link:
http://rafb.net/p/LTixeG85.html
you'll find some code to reproduce the problem. With this code, the first time I press the "forward" button box2 gets suddenly shown (no effect), then box1 is already displayed and the animation is played. Commenting out the first line of the rotateRight() functions, this does not happen anymore.
Have you any idea on a possible solution?
Thank you very much
Cosma Colanicchia
Posted by: Cosma Colanicchia at May 3, 2007 01:30 AM
I've verified that the same things happens with other mxeffects such as Door, but not with built in ones (e.g. mx:Fade)
Cosma
Posted by: Cosma Colanicchia at May 3, 2007 02:49 AM
Hey Alex, is there any way to use your cube effect in flash?
Thanks in advance,
Kees
Posted by: Kees at May 6, 2007 01:54 PM
I am flipping an object to it's back side and back to the front successfully. However if I change the size of one of the sides (in this case I have slideout panel) then the flip of course shows a line on the screen because the dimensions used to calculate the flip have changed. How to handle the case when the dimensions of flip sides are changing between flips?
Posted by: John Wright at May 8, 2007 11:52 AM
"I try flip version, it will remain a dirty ghost for 1 sec during flipping, do you know how to fix it?" I got this problem to, only the first time..than its gone and it's working ok(?) Any solutions?
Posted by: Maikel Sibbald at May 17, 2007 04:51 AM
I am playing around with the Flip, when I compiled the app in Flex Builder then deployed the bin dir out to my server, the Flip effect is not working, is there something else I need to do??
Posted by: Chuck Durham at May 18, 2007 06:54 PM
thanks a lot
Posted by: rüya tabirleri at May 19, 2007 08:14 PM
its interesting
Posted by: bedava at May 19, 2007 08:14 PM
thanks very much
Posted by: vitamins at May 19, 2007 08:16 PM
These are (still) great !
I notice it seems a lot faster and smoother too.
Did I imagine seeing a demo at Scotch where the CubeRotate effect had a lightening/darkening tint on the faces ? I don't see to get that here with this new release...
Posted by: Tom Chiverton at June 7, 2007 03:57 AM
Very cool!
Posted by: Jim Jim at June 19, 2007 07:40 AM
Very nice. Question though... On the simple flip effect, is there a way to give the panel thickness? That way when it flips we will be able to see a side, even if the side is simply a solid color? This would give it a better 3D look.
Posted by: Dale Bronk at June 19, 2007 07:42 AM
I tried DistortionEffects with Moxie, and got an "Invalid Bitmap Data" error, anyone has any success?
Posted by: Tangent at June 27, 2007 06:47 AM
Hi,
I try combine two flip CubeEffect with two different buttons (like a auhlmann sample) and three sides?. First button flip-back effect and second flip_top.
Any idea?
Posted by: MASH at June 28, 2007 01:46 AM
OMFG this is _awesome_.
Posted by: Sam at July 9, 2007 10:37 AM
Is there a way of using this effect in Flash?
Posted by: clicMultimedia at July 17, 2007 01:45 PM
Tangent, DistortionEffects worked for me with Moxie straight out of the box.
Posted by: Ben Walsh at July 31, 2007 04:41 AM
Hi Alex - love your work.
Does DistortionEffects support parallel composite effects?
As soon as I put one of your effects into any parallel, I get undesirable behaviour. Works fine with sequence.
e.g.
Parallel
Door
Zoom
Move
/Parallel
results in the Door effect animating in place, followed by a jump to the end position for the move and zoom. Remove Door and the Zoom and Move animate smoothly as expected.
Thanks, Ben
Posted by: Ben Walsh at July 31, 2007 04:57 AM
How can I use it in the FLex building 3 ?
Posted by: skyzhao at August 5, 2007 08:02 PM
Hey i m finding automata theory a bit difficult. i will be really grateful if u send me some stuff concerning how to get a required regular expression from a given statement. for eg:- give the regular expression of the language containing even no.of 1’s and odd no. of 0’s. hoping fur a positive reply
Posted by: Helmer at August 7, 2007 06:13 AM
Alex,
thanx a lot for that great code!!! got that stuff running in FLEX 2 and 3. Did anyone try to port that to the AIR Framework - without the browser??? Can anyone give a little bit help for the first steps ???
Posted by: wovo42 at August 9, 2007 10:44 AM
very nice thank you very much. I will work on it...
Posted by: oyunlar at August 11, 2007 09:15 AM
I like this , i gonna use this.
Thank you.
Posted by: dizi at August 11, 2007 09:17 AM
thanks good site!
Posted by: 货架 at August 11, 2007 08:49 PM
These are too great !
Posted by: fingerprint at August 15, 2007 11:44 PM
thanks. I love you. I my name is marlin.
Posted by: izle at August 22, 2007 11:13 AM
Great work Alex! I saw you at MAX 06 and couldn't wait to try this out.
One problem/solution I came across - when transitioning between containers in a ViewStack, the selectedIndex property wasn't being updated after each transition. This was causing problems with resizing, since the viewStack doesn't seem to care about updating the non-active views. To fix I added the following to the "onTweenEnd" method of DistortBaseInstance:
if(currentTarget.parent is ViewStack){
var myVS:ViewStack = ViewStack(currentTarget.parent);
myVS.selectedIndex = currentTarget.parent.getChildIndex(currentTarget);
}
Thanks again!
Posted by: Case at August 22, 2007 03:46 PM
Thanks for the post. I was just reffered to this page by a friend of mine who thought I would find it interesting. It was a great read. Thanks
Posted by: Greece Hotels at August 25, 2007 05:56 AM
I am using the cube rotate effect and it is working fine for me and most users, but I got reports from some users that they couldn't get to the views that were supposed to rotate in. I got one user with the debug player to send the error info. The problem seems to be invalid bitmap data. I can't reproduce the problem.
Do you have any idea what is causing this. Here is the error dump.
ArgumentError: Error #2015: Invalid BitmapData.
at flash.display::BitmapData$iinit()
at sandy.util::DistortImage/::renderVector()
at sandy.util::DistortImage/initialize()
at
com.adobe.ac.mxeffects::SimpleDistortion/com.adobe.ac.mxeffects:SimpleDistortion::initDistortImage()
at com.adobe.ac.mxeffects::SimpleDistortion/renderCorners()
at com.adobe.ac.mxeffects::SimpleDistortion/push()
at
com.adobe.ac.mxeffects.effectClasses::CubeRotateInstance/::updateComing()
at
mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval()
at mx.effects::Tween$/::timerHandler()
at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
at flash.utils::Timer/flash.utils:Timer::tick()
Posted by: Jerry Ela at August 29, 2007 10:52 AM
Thanks for very interesting article. btw. I really enjoyed reading all of your posts. It’s interesting to read ideas, and observations from someone else’s point of view… makes you think more. So please keep up the great work. Greetings.
Posted by: Artikel schreiben at September 6, 2007 05:50 AM
infosThanks for very interesting article. btw. I really enjoyed reading all of your posts. It’s interesting to read ideas, and observations from someone else’s point of view… makes you think more. So please keep up the great work. Greetings.s@onlineshop-artikelverzeichnis.de
Posted by: Heimelektronik at September 7, 2007 01:31 PM
Thank you for the useful informations.
Posted by: Buy photo at September 11, 2007 08:01 AM
I did a lot of experimenting with that phantastic cuberotate code from alex. Succeded in jumping to a specified face of the cube ( only in 1 shot - only rotating 1 time). The rotate back effect work phantastic with manipulating the siblings array. Rotation exactly 1 time, 2 times 3 times and so on.
alex how did you realize this multiple rotation i n t o the proper side ???
My flipBack's work correctly. What must the flipIn look like ???
Can anyone help ??
thanks wovo42
Posted by: wovo42 at September 12, 2007 04:50 PM
Hi Alex,
This is great stuff! Does it work Flex Builder 3?
Thanks in advance.
Posted by: flexdeveloper at September 21, 2007 11:13 AM
Hi Alex,
This is great stuff! Does it work with Flex Builder 3?
Thanks in advance.
Posted by: flexdeveloper at September 21, 2007 11:13 AM
thanks for share
Posted by: Jack Sabnt at September 25, 2007 12:07 AM
Thank you also from me, gonna try that on FlexBuilding
Posted by: Viktor at September 27, 2007 10:58 AM
Anyone hire us? We have 30 Adobe Flex programmers. Our rate is only 7 USD per hour. Our website is http://www.busycode.com
My email is: cogoing@gmail.com
Thanks,
Andy
Posted by: Andy at September 28, 2007 09:59 PM
Hi Alex Thanks good site!
Posted by: Satilik Kiralık Daire emlak at September 30, 2007 08:13 AM
Hello Alex,
nice work thank you very much
Posted by: Hotel Bayern at October 7, 2007 08:25 AM
Wow, fantastic Effect thank so much
Posted by: Skischule at October 7, 2007 09:26 AM
Thanks for very interesting article. btw. I really enjoyed reading all of your posts. It’s interesting to read ideas, and observations from someone else’s point of view… makes you think more. So please keep up the great work. Greetings.
Posted by: Muskelaufbau at October 11, 2007 12:09 PM
super Effect Alex, thanks you for this
Posted by: Skischule at October 14, 2007 03:04 PM
Thank You for another very interesting article. It’s really good written and I fully agree with You on main issue, btw. I must say that I really enjoyed reading all of Your posts. It’s interesting to read ideas, and observations from someone else’s point of view…
Posted by: Artikelverzeichnis at October 15, 2007 10:42 AM
I am using the cube rotate effect and it is working fine for me and most users, but I got reports from some users that they couldn't get to the views that were supposed to rotate in. I got one user with the debug player to send the error info. The problem seems to be invalid bitmap data. I can't reproduce the problem.
Posted by: Hundehalsband at October 16, 2007 02:18 AM
Hi Alex, great effect, thank you for the example
Posted by: rollo at October 16, 2007 10:58 AM
@Is there a way of using this effect in Flash?
Yes in another article I read something
Posted by: Stanley at October 19, 2007 01:14 AM
Yeah i am pretty sure you can use it in flash, i saw it somewhere in a tutorial.
Posted by: ramen mom at October 19, 2007 10:00 AM
Great job Alex, wonderful effect
Posted by: Skischule at October 20, 2007 06:42 AM
fantastic stuff, many thanks
Posted by: Skischule Bodenmais at October 20, 2007 12:17 PM
hey nice site, interesting articles
Posted by: Partnerringe at October 27, 2007 12:56 PM
nice work thank you very much
Posted by: Webkatalog at October 27, 2007 12:58 PM
great effect...
Posted by: osram Sparlampe at October 30, 2007 03:24 AM
I am using the cube rotate effect and it is working fine for me and most users, but I got reports from some users that they couldn't get to the views that were supposed to rotate in. I got one user with the debug player to send the error info. The problem seems to be invalid bitmap data. I can't reproduce the problem.
Posted by: Rollo at October 31, 2007 04:05 PM
Hi Alex,
Your cube distortion effect is awsome, i really like it and plan to implement it in some of my future flex apps. I'll be sure to post you a link to see.
Lanny i looked at your guitar link, looks cool.
Toner
Posted by: Toner at October 31, 2007 04:06 PM
Is there a way of using this effect in Flash?
Posted by: Lampen at October 31, 2007 04:07 PM
Three phrases should be among the most common in our daily usage. They are: Thank you, I am grateful and I appreciate.
Posted by: Rollo at October 31, 2007 04:08 PM
These are (still) great !
I notice it seems a lot faster and smoother too.
Did I imagine seeing a demo at Scotch where the CubeRotate effect had a lightening/darkening tint on the faces ? I don't see to get that here with this new release...
Posted by: Toner at October 31, 2007 04:09 PM
I like this , i gonna use this.
Thank you.
Posted by: Party at October 31, 2007 04:10 PM
Alex,thanks for very interesting article
Irina.
Posted by: online at November 2, 2007 01:53 PM
execellent work, super effect
Posted by: Skischule Bodenmais at November 2, 2007 02:37 PM
good Infos
Posted by: boxbandagen at November 3, 2007 01:42 PM
Those effects are really great!
I'm including them into my flex app and the results are more than amazing!
I hope this is the right place to make a couple of questions regarding the rotating cube:
1. I create a custom component with a Panel and a Grid with 3 columns (of fixed width) which loads some information retrieved from an URL given as parameter
If I create 3 instances of my custom component into a VBox, they look all equal, but if I create them into a viewStack, the first component is correct, but the other 2 has different column width (they seems to be all at 1/3 of total width), while the retrieved data are correct.
2. When defining the "faces" into the viewstack, I have to hide somehow the faces which are not visible? This is because I can see, during the rotation effect, the other "faces" behind the cube but, once the cube has rotated to show all faces, all the behind faces are disappeared, as if the animation hides those elements but at the beginning they are visible
Thanks,
Luca
Posted by: Luca at November 5, 2007 02:27 AM
Wow, what amazing effects! Thanks a lot for this distortion effects update it will be very effective on my sites :)
Posted by: Pay Per Click at November 6, 2007 03:54 AM
Nice job!
This kind of job sharing is what makes Flex bigger. Thanks for not keeping your ideas only for yourself!
Buen trabajo!
Este tipo de altruismo con el curro es lo que hace a Flex más grande.
Gracias por no quedarte tus ideas sólo para tí mismo.
Posted by: akae at November 6, 2007 04:01 AM
Thanks for very interesting article. btw. I really enjoyed reading all of your posts. It’s interesting to read ideas, and observations from someone else’s point of view… makes you think more. So please keep up the great work. Greetings. Bye bye.
Posted by: Kombatible Toner at November 6, 2007 08:41 AM
good job Alex, the Effect is fantastic
Posted by: Skischule Bodenmais at November 7, 2007 12:41 PM
I think these blog is really useful for new comers and Excellent resource list.
It´s a very interesting Blog and simple answer of many questions.
Keep up the good work!
Thanks it helps me a lot…
Posted by: Wellness Berater at November 7, 2007 12:42 PM
I'm gonna try this tomorrow in Flex Builder 3.
Simon from Cleverkabel
Posted by: Cleverkabel at November 9, 2007 06:43 PM
Thanks for very interesting article. btw.
I really enjoyed reading all of your posts.
It’s interesting to read ideas, and observations from someone else’s
point of view… makes you think more. So please keep up the great work.
Greetings
Posted by: Hotel Bayerischer Wald at November 10, 2007 11:51 AM
Yes you are right ... i have learned quit a lot here. i will visit this blog regular now.
Posted by: Lederhosen at November 10, 2007 05:44 PM
Thanks for sharing this information with us.
Posted by: yellowpages at November 11, 2007 10:29 AM
Very nice. Question though... On the simple flip effect, is there a way to give the panel thickness? That way when it flips we will be able to see a side, even if the side is simply a solid color? This would give it a better 3D look.
Posted by: Rollo at November 12, 2007 09:25 AM
Wonderful Article i enjoyed reading it, thanks for sharing with us!
Posted by: yellowpages at November 12, 2007 11:42 AM
Thank you very much for that code.
Posted by: JL at November 13, 2007 07:26 AM
perfect work alex thank you
Posted by: Skischule Bodenmais at November 16, 2007 05:38 AM
Thanks for very interesting article.
Posted by: Bad Düben at November 16, 2007 06:42 AM
Alex,thanks for very interesting article.
Posted by: zocor at November 23, 2007 10:34 PM
Thanks for stuff, very interesing.
Posted by: klimatyzacja at November 25, 2007 01:32 AM
Thank for writing this article.Nice work
Posted by: RZ Ratzeburg at November 28, 2007 01:53 AM
Hi Alex
First of all congrats for a great job. I've used your distortion effects on a Adobe AIR CMS I developed for a client and he was impressed (we, me and my client, are both Mac OS X users :) ).
Now I started working on (yet another!?) flash web gallery and a custom Adobe AIR CMS for it. The problem I ran into concerns the switch (with any of your effects) from one section to the other. I have sections A, B and C. I can go from A to B and C, from B to A and from C to A. when trying to create a general function to handle the switch from one section to another the effect no longer works.
Ex:
var cr:CubeRotate=new CubeRotate(vs.selectedChild); cr.siblings=[newSection];
cr.smooth=true;
cr.duration=1000; cr.direction='RIGHT';
cr.play();
//vs is my viewstack.
//newSection is the target section, a canvas in my viewstack
Any help would be greatly appreciated.
Thanks in advance and keep up the good work.
Andrei
Posted by: Andrei Stoleru web development and RIA at November 29, 2007 06:59 AM
Interesting article!
Thanks
Posted by: Usb flashdrive at November 29, 2007 10:10 AM
It’s very good article. Great site with very good look and perfect information.
Posted by: Grawerowanie laserowe at November 30, 2007 09:52 AM
Good idea! Best regards.Thanks for all.
Posted by: bilard at December 1, 2007 03:42 PM
Great and excellent article t’s realy helpful. Thanks again.
Posted by: Lekimo at December 3, 2007 11:38 PM
Thank you for this helpful discussion. I will use it to improve my website.
Posted by: Keilbach at December 8, 2007 10:29 PM
Hello All,
This looks fantastic, I am trying to run the examples in Flex Builder 2.0.1 and am getting an error in Simple Flip.mxml Type Flip was not found or was not compile time constant. Can anyone please help out a newbie?
thanks
Posted by: suomaf at December 16, 2007 11:31 PM
Hi, it was very helpful. I must try to use this effects on my websites. Thanks.
Posted by: Africa Travel at December 17, 2007 11:05 AM
Good job.
It's beautiful effect.
Posted by: oferty pracy wrocław at December 17, 2007 02:48 PM
Hey , thank you very much for this great stuff! Keep up your great work! Greetings Daniel
Posted by: Creatin at December 18, 2007 01:19 AM
Hello there at thise moment im visting my family near Vegas maybe You Can give me any adivces or some links to pages wehere I can find info about confereces like thise one - my website
Posted by: Plissee Rollos at December 18, 2007 12:33 PM
Very nice article. Thanks for taking the time to write it down. Keep up the good work.
Posted by: Lampen at December 18, 2007 12:36 PM
I am using the cube rotate effect and it is working fine for me and most users, but I got reports from some users that they couldn't get to the views that were supposed to rotate in. I got one user with the debug player to send the error info.
Posted by: sharp aquos at December 19, 2007 01:22 PM
Thanks. It's very helpful. Good idea.
Posted by: Naprawa drukarek at December 27, 2007 06:51 AM
Thanks ... !
Posted by: flodby at December 28, 2007 02:30 PM
Very nice article. Thanks for taking the time to write it down. Keep up the good work.
Posted by: Gira at January 2, 2008 09:54 AM
There are many useful informations in this article. Thanks and greetings from Thuringia!
Posted by: Skulpturen at January 10, 2008 03:15 AM
It’s very good article. Great site with very good look and perfect information.
Posted by: digital photo frame at January 16, 2008 04:37 AM
There are many useful informations in this great article! Thanks!
Posted by: Kunstforum at January 16, 2008 06:21 AM
Great article. Thanks and greetings!
Posted by: Springerle Molds at January 18, 2008 01:45 AM
There are many useful informations in this article. Helpful comments - i like it...
Posted by: Loom Living at January 19, 2008 03:08 AM
Thank you for the good articles have helped me a lot. Thanks
Posted by: Titanschmuck at January 19, 2008 02:20 PM
Wow, this looks realy great!
Thanks for your work.
Posted by: Computer Freak at January 19, 2008 05:08 PM
Hey, this is great stuff, cool and easy to use. I'm working on an app using rotating cube effect, as soon as I'm done I'll post an url.
Thanks for sharing.
Posted by: gmensah at January 22, 2008 02:00 PM
Could you please explain me how to make cube turn by clicking a button which is outside the cube? and not in "side.mxml"
Posted by: Jacek at January 23, 2008 04:50 AM
I think this looks awesome. I just have a little problem though... I've only first even heard of Flex about 2.5 months ago and I've learned quite a bit so far. I've been developing an app that's pretty complicated and so far it's been going fairly well.
The problem is that I don't quite get how the files need to be structured & uploaded. I know how to include the SWC in FlexBuilder 2, but that's about as complicated as I understand with the files.
I'm at a point in the app where I've been planning to use some of these effects. (The cube in particular). The problem is I don't know how to implement the download into anything, or even as a stand alone app. I've inluded the SWC, added folders, made multiple projects with different folders as the root--and the only thing I get is errors and/or empty apps.
I've looked at the readme and read the urls that it points to, but have really gained any insight into how I need to go about setting things up so that I can play with the components/examples/effects. I just need a hand in getting started.
Thanks,
Todd
Posted by: Todd at January 24, 2008 09:18 PM
Nice constribution. Thank you and greets from germany!
Posted by: Tanzschule Coburg at January 25, 2008 06:40 AM
Could you please explain me how to make cube turn by clicking a button which is outside the cube? and not in "side.mxml"
and thanks very nice
Posted by: oyun at February 2, 2008 04:18 PM
Hi Alex
I am trying to give some of these effects to windows in an AIR application.
Can you please guide me as to how to go about doing it? (I get the effect but it only happens inside the window, not to the entire window)
Thanks!
Rishi
Posted by: Rishi at February 5, 2008 06:46 PM
Very nice. Useful thing. Good job Alex!
Posted by: Przewozy Autokarowe at February 6, 2008 11:52 AM
good job Alex, the Effect is fantastic
Posted by: oyun at February 9, 2008 09:22 AM
These are too great !
Posted by: oyun at February 10, 2008 03:09 PM
Hi Alex
I am trying to give some of these effects to windows in an AIR application.
Yeah,Very good comment..
Posted by: aşk şiirleri at February 10, 2008 03:11 PM
Nice constribution. Thank you and greets from germany!
Posted by: varmısın yokmusun at February 10, 2008 04:03 PM
Hi Alex,
Very nice effects! I've posted an example showing how to integrate the flip effect with ILOG Elixir OrgChart component on our blog at: http://blogs.ilog.com/elixir/2008/02/11/orgchart-with-flipping-renderers/
Posted by: Christophe at February 11, 2008 07:05 AM
thanks admin veri nice
Posted by: radyo dinle at February 12, 2008 01:44 AM
the effekt is fantastic, good work
Best Regards
Wellness Bayerischer wald
Posted by: Bayerischer Wald Wellness at February 14, 2008 06:45 AM
Thanks a ton!
This is gonna be my default effect for the login/forgot pass/register panels transitions :)
-Vivek
Posted by: vivek at February 15, 2008 11:39 PM
Your articles have helped me a lot. Thanks
Posted by: D-k at February 16, 2008 05:22 AM
Really nice dude. Will definitly use it!
Posted by: j1nxx at February 21, 2008 03:31 AM
Hey, this is great stuff, cool and easy to use. I'm working on an app using rotating cube effect, as soon as I'm done I'll post an url.
Thanks Alex
Posted by: karadeniz haber at February 22, 2008 07:52 PM
There are many useful informations in this great article…I really enjoy reading the whole blog that you write. Thanks!
Posted by: übersetzungen at February 23, 2008 05:55 PM
Thx a lot kodugum
Posted by: Bedava Oyunlar at February 23, 2008 06:40 PM
Senin anani bir yerde sikistiririm varya
Posted by: Bedava Oyunlar at February 23, 2008 06:41 PM
Nice constribution. Thank you and greets from germany!
Posted by: sohbet at February 25, 2008 05:35 PM
Thanks a lot...
Posted by: timbuk2 at February 26, 2008 01:32 PM
Hi Alex, that was a gr8 work. I'm a newbie to flex. Can you tell me how to use the cube effect.
Is it enough, if I modify the panel component to my desired style ?
which file should I run to get the effect working?
can somebody explain me the steps.
Thanks in advance.
Vinod kumaar.V [aka] V
Posted by: Vinod at February 26, 2008 10:31 PM
what shld I do to get the effects working for me???
thanx in advance.
Posted by: Vinod at February 26, 2008 11:33 PM
Hi Alex,
can you tell me how to use your effects ???
i'm stuck...
Posted by: Vinod at February 27, 2008 12:12 AM
I love the effects. Really cool.
I was wondering how easy would it be to apply like the flip effect to a native apollo window.
Posted by: Basteln zu Ostern at February 29, 2008 02:46 AM
Really nice. I love it.
Posted by: Salzteig at February 29, 2008 02:48 AM
thanks my friends good web site
Posted by: travesti at March 2, 2008 01:01 PM
thank you
Posted by: transseksuel at March 2, 2008 01:02 PM
yeah, this effects works with flash, thats great!
thanks man for the post!
Posted by: MarkIsen at March 4, 2008 04:40 AM
thankss you
Posted by: Güzel Sözler at March 4, 2008 09:56 AM
great article. can i translate this article to my site?
Posted by: najnowsze programy at March 6, 2008 07:07 AM
hello, it’s very nice site, realy good articles. thanks for all ;)
Posted by: darmowa muzyka at March 6, 2008 07:08 AM
Hey Alex,
I love the effects. Great Job !! :).
I was wondering how easy would it be to apply like the flip effect to a native apollo window like the apple dashboard widgets.
Thanks
cheers:)
Kalender Maxx
Posted by: Kalender at March 7, 2008 09:17 PM
Really nice effekt. Love it!
Just move on with your work...
Posted by: Sonnenschutzfolie at March 20, 2008 04:17 PM
Great work and keep doing the same in the future.....
Posted by: Mustafa at March 25, 2008 06:49 PM
Alex,
First off thank you very much for getting this effect together. It works great in most circumstances.
I was wondering if anyone has figured out how to either fix or workaround the following issues I've seen using the CubeRotate effect:
1) The effect seems to ignore the display stack! As a simple example, create a repeating cube rotate on a timer. Then use the PopupManager with a TitleWindow to create a popup. The CubeRotate effect will bring itself to the front of the display stack! Instead of rotating in the background with e nice blur over it, the rotation will bring itself to the front and show completely normally and obscure the popup window.
2) The effects do not seem to respond correctly to movement. I think another person mentioned this in their usage when chaining effects together. A simple scenario to reproduce this is to lock the cube effect to the right side of the window. Then resize the browser window while the effect is in progress. The effect stays where it is at until the end of the effect.
Any help on these would be appreciated.
Posted by: Andrew at March 28, 2008 07:59 AM
