# How do you think they did that?

**URL:** https://forum.kirupa.com/t/how-do-you-think-they-did-that/262534
**Category:** Uncategorized
**Created:** [June 6, 2008, 6:52pm UTC](https://forum.kirupa.com/t/how-do-you-think-they-did-that/262534 "2008-06-06T18:52:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Pier25](https://avatars.discourse-cdn.com/v4/letter/p/4af34b/32.png) [@Pier25](https://forum.kirupa.com/u/Pier25)
#### Post date: [June 6, 2008, 6:52pm UTC](https://forum.kirupa.com/t/how-do-you-think-they-did-that/262534/1 "2008-06-06T18:52:46Z")

</div>

[http://www.nokia.co.uk/evolve](http://www.nokia.co.uk/evolve)

Move your mouse over the circle of smaller phones…

What do you think?

---

<div class="post-metadata">

### Author: ![DiamondDog](https://avatars.discourse-cdn.com/v4/letter/d/74df32/32.png) [@DiamondDog](https://forum.kirupa.com/u/DiamondDog)
#### Post date: [June 6, 2008, 7:13pm UTC](https://forum.kirupa.com/t/how-do-you-think-they-did-that/262534/2 "2008-06-06T19:13:33Z")

</div>

Looks good.

Is each phone a movie clip, the play head moving up and down the time line depending on how far away the mouse is?

I’m guessing.

---

<div class="post-metadata">

### Author: ![Anogar](https://avatars.discourse-cdn.com/v4/letter/a/ed655f/32.png) [@Anogar](https://forum.kirupa.com/u/Anogar)
#### Post date: [June 6, 2008, 8:15pm UTC](https://forum.kirupa.com/t/how-do-you-think-they-did-that/262534/3 "2008-06-06T20:15:08Z")

</div>

\*edit:

\*I decompiled it. It’s an FLV of the phone rotating, embedded into the SWF. As your mouse gets closer, they reposition and scale the object with code, and play through the FLV. :thumb:

---

<div class="post-metadata">

### Author: ![Pier25](https://avatars.discourse-cdn.com/v4/letter/p/4af34b/32.png) [@Pier25](https://forum.kirupa.com/u/Pier25)
#### Post date: [June 8, 2008, 12:29am UTC](https://forum.kirupa.com/t/how-do-you-think-they-did-that/262534/4 "2008-06-08T00:29:13Z")

</div>

[QUOTE=Anogar;2338286]\*edit:

\*I decompiled it. It’s an FLV of the phone rotating, embedded into the SWF. As your mouse gets closer, they reposition and scale the object with code, and play through the FLV. :thumb:[/QUOTE]

🍺

I thought that instead of having different movieclips, they could have done the whole thing in only one flv and play through it to reduce the cpu usage, instead of playing lots of movieclips with the same flv in each of them.

How is it possible to scale an flv and still look so good? I mean, when you scale a bitmap in flash you see lots of aliasing, and the scaled flv looks perfectly antialiased. Is there any property in as3 to do that or something?

---

<div class="post-metadata">

### Author: ![Anogar](https://avatars.discourse-cdn.com/v4/letter/a/ed655f/32.png) [@Anogar](https://forum.kirupa.com/u/Anogar)
#### Post date: [June 8, 2008, 12:43am UTC](https://forum.kirupa.com/t/how-do-you-think-they-did-that/262534/5 "2008-06-08T00:43:42Z")

</div>

It’s an embedded FLV, so it’s basically just a sequence of frames. You can set the FLV to smooth when scaled, just like any bitmap, so if you don’t scale it too dramatically it’ll look totally fine.
