*blog... kind of... *rss
Yet another webcam effect: LSD

Is not at all the effect I was trying to do, but it ended up quite decent too. I'll keep trying... Until then, enjoy the trip :D
Source file.
UPDATE: I've changed a bit the .as (and the .swf) so it checks if there is a webcam available. I guess I should update someday all the other examples...
no comments

Is not at all the effect I was trying to do, but it ended up quite decent too. I'll keep trying... Until then, enjoy the trip :D
Source file.
UPDATE: I've changed a bit the .as (and the .swf) so it checks if there is a webcam available. I guess I should update someday all the other examples...
no comments
HTML5 <video> test
Hopefully this post will be displayed properly some day... in some browser...
EDIT (Post firefox 3.5 release): Aparently if the file has the .ogv extension, it wont play on Firefox 3.5. Wasn't it that .ogg videos were going to be renamed to .ogv to avoid confusion? I just renamed the file to .ogg and... surprise! it works.
1 comment
Hopefully this post will be displayed properly some day... in some browser...
EDIT (Post firefox 3.5 release): Aparently if the file has the .ogv extension, it wont play on Firefox 3.5. Wasn't it that .ogg videos were going to be renamed to .ogv to avoid confusion? I just renamed the file to .ogg and... surprise! it works.
1 comment
DuplicateMovieClip with AS3 (not Senocular's way)
8 comments
I've been trying to use Senocular's duplicateDisplayObject() for a while and I've experienced a lot of crashes of specific versions of Flash player and also unsuccessful results when used within an AIR application. After playing around quite a bit with all this, the best way I've found is to avoid duplicating the instance but duplicate the element on the domain/library instead.
I'm pasting here a snippet of how it works:
mc is now a clean duplication (as far as I know) of the original class. In my setup I expect the element that I want to be duplicated be named with the exact name as its container's filename (.swf), which is perfect for FlexSDK compiled stuff, but need some teaching for Flash IDE.
This is, of course, compatible with any kind of Object (not only MovieClips/Sprites/DisplayObjects)...
I'm pasting here a snippet of how it works:
/* * node.@src example: file:///home/[username]/Desktop/[project]/files/assets/home/ball.swf * Cache.get() its basically a Dictionary where I store all the externally loaded files using the url as keys */ var mc : DisplayObject = Cache.get( node.@src ); var pathArray : Array = String( node.@src ).split( "/" ); var filename : String = String( pathArray[ pathArray.length - 1 ] ).split( "." )[0]; if ( mc.loaderInfo.applicationDomain.hasDefinition( filename )) mc = new ( mc.loaderInfo.applicationDomain.getDefinition( filename ))();
mc is now a clean duplication (as far as I know) of the original class. In my setup I expect the element that I want to be duplicated be named with the exact name as its container's filename (.swf), which is perfect for FlexSDK compiled stuff, but need some teaching for Flash IDE.
This is, of course, compatible with any kind of Object (not only MovieClips/Sprites/DisplayObjects)...
8 comments
Sunrise
no comments
Last time I saw one was the first time I went to work on Germany, while being in London I've rarely seen a sunrise. I mean, properly, with the beach or a mountain being on top of the sun, instead of a bunch of bricks. Specially because I leave to work at 9am, but I would like to see the light going in the windows while trying to wake up.
Somehow I woke up at 7am today, and I was able to see the sunrise today, but not the real one, this one...

I guess that will do... not!
Somehow I woke up at 7am today, and I was able to see the sunrise today, but not the real one, this one...

I guess that will do... not!
no comments
Showcase is back, now in Javascript
no comments
It was about time to put the showcase on the homepage again. When I released it first time it worked more or less fine for a month and then Firefox released a new version that made the site very buggy. At the point it was a flash menu that when clicked setted the URL address with swfaddress and loaded the actual link on a iframe. That double action code seemed to be a bit of a problem.
http://mrdoob.com/
This time it's a mix of PHP5 and Javascript. It's my first time with PHP5, but SimpleXML was very easy to get used to. In half an hour the PHP was reading the xml and creating the structure. On the Javascript side, I have already tested jQuery before, so I wanted to give it a try to MooTools. I liked the fact that once you're done you can create your own .js file with the things you are really using. This one took more time, but in the end it was also very simple, just take a look at the code.
This time doesn't use the #/XX style links, it reloads the menu every time you select an item, but I've done my best to keep it very small and also it would get cached anyway. It is still not finished, still have to put the source links and visited links graphic but the base is there.
Browser Testing time...
I developed it on Firefox/Linux, and I noticed it was a bit choppy sometimes. Specially when the swf piece at the bottom is a bit cpu heavy. Interestingly enough this didn't happen when it was 2 swf, I guess the vm is doing some magic there. Once it was finished I tried it on IE7/Windows first thing, and for my surprise the layout was all perfect (!!!), although the click didn't work too well, I'll work on it other day. Then on Chrome/Windows everything seems to be just perfect, no chopy animation at any point. I still have to try it on Safari but I got the feeling the results will be like on Chrome. Opera/Linux is the worst in this case, when mouseovering the menu items the swf just stops. Ha.
If it doesn't behave nicely in your browser, feel free to email me with the details and I'll see what I can do. :)
http://mrdoob.com/
This time it's a mix of PHP5 and Javascript. It's my first time with PHP5, but SimpleXML was very easy to get used to. In half an hour the PHP was reading the xml and creating the structure. On the Javascript side, I have already tested jQuery before, so I wanted to give it a try to MooTools. I liked the fact that once you're done you can create your own .js file with the things you are really using. This one took more time, but in the end it was also very simple, just take a look at the code.
This time doesn't use the #/XX style links, it reloads the menu every time you select an item, but I've done my best to keep it very small and also it would get cached anyway. It is still not finished, still have to put the source links and visited links graphic but the base is there.
Browser Testing time...
I developed it on Firefox/Linux, and I noticed it was a bit choppy sometimes. Specially when the swf piece at the bottom is a bit cpu heavy. Interestingly enough this didn't happen when it was 2 swf, I guess the vm is doing some magic there. Once it was finished I tried it on IE7/Windows first thing, and for my surprise the layout was all perfect (!!!), although the click didn't work too well, I'll work on it other day. Then on Chrome/Windows everything seems to be just perfect, no chopy animation at any point. I still have to try it on Safari but I got the feeling the results will be like on Chrome. Opera/Linux is the worst in this case, when mouseovering the menu items the swf just stops. Ha.
If it doesn't behave nicely in your browser, feel free to email me with the details and I'll see what I can do. :)
no comments
Zeh's Fnk
no comments
I usually don't blog about other people's work, but Zeh Fernando's (read Tweener) work always creates in me the urge of sharing with everyone. His latest work is, in my opinion, his best work so far and is something I've been silently following since he started. Fnk is, basically, a vvvv done in actionscript.
In a few weeks, if I came up with an effect I want to try, I can tell you that the first thing I'll try is to prototype it in Fnk and if it's good enough then I can try to code it myself for getting the fastest speed. But think about Fnk for prototyping by now as it's a bit slow at the moment. I'm sure it will be optimized at some point.
It's always admirable how the man can spend so much time on his projects until they take the desired shape. Fnk is still in alpha version, and as a matter of fact, mouse interactivity output from the Display node has been just added, but now that he is on the actual development phase the project is improving at a impressive speed.
Here you have a couple of videos to see what's all the buzz about:
In a few weeks, if I came up with an effect I want to try, I can tell you that the first thing I'll try is to prototype it in Fnk and if it's good enough then I can try to code it myself for getting the fastest speed. But think about Fnk for prototyping by now as it's a bit slow at the moment. I'm sure it will be optimized at some point.
It's always admirable how the man can spend so much time on his projects until they take the desired shape. Fnk is still in alpha version, and as a matter of fact, mouse interactivity output from the Display node has been just added, but now that he is on the actual development phase the project is improving at a impressive speed.
Here you have a couple of videos to see what's all the buzz about:
no comments
Lupen III (Italian Opening) VS Captain Tsubasa (Spanish Opening)
"Yeah, lets do a version of this cartoon opening tune for this other one, those stupid kids who watch TV will never realise."
no comments
"Yeah, lets do a version of this cartoon opening tune for this other one, those stupid kids who watch TV will never realise."
no comments
Duuuuude!
The Spanish subs are quite bad btw, really inaccurate, and even loses a lot of the fun.
no comments
The Spanish subs are quite bad btw, really inaccurate, and even loses a lot of the fun.
no comments
Pump 'N Seal, Jackie Chan, Manuela and City Hunter
no comments
Here it's a piece of my youthhood.
The Catalan TV channel TV3 used to broadcast Jackie Chan movies when I was 15 or so. I think it was on Friday night, like at 2am or 3am. I still don't know why it was that late. If that wasn't hard enough they used to put one of those long infomercials that can go on for an hour (no kidding). And if that isn't yet painful enough, the schedule would be always random. If the paper said the Jackie Chan was going to be broadcasted at 2am, it was usually 1hour later, so you had to watch that advertisement. My brother and I always joked with the name of the product calling it "Pa amb pernill" (catalan for Bread and Ham), because this is how it did sound to us.
Having a discussion about ADs that get stuck in your brain with sole today I remembered that one, and I tried to remember the name. Luckily I seem to have a good memory for sounds, so I remember how the name sounded like, "Pampanseel". After saying it (and know that I have better english) I guessed it was actually "Pump and Seal" as that was the product all about.
After all this introduction I'm sure you want to see the AD, thanks to youtube, you can.
And this is only 10min of the AD, you can seal EVERYTHING, the best demo was when they were sealing marshmellows as they expanded to fill the jar. This is what I had to suffer in order to see gems like Project A...
or Armour of God...
Oh well, I guess that's what you have to pay when your tastes don't follow the mainstream.
While writing this, I remembered a worst one still... I also happened to be a City Hunter fan, Tele5 also did something similar, broadcasting the episodes at 5am, but sometimes instead of City Hunter, they broadcasted Manuela instead.
You gotta love the melody...
So, I guess that must be why I don't have TV anymore... internet let me watch all I'm interested on without having to stay up late watching crap.
The Catalan TV channel TV3 used to broadcast Jackie Chan movies when I was 15 or so. I think it was on Friday night, like at 2am or 3am. I still don't know why it was that late. If that wasn't hard enough they used to put one of those long infomercials that can go on for an hour (no kidding). And if that isn't yet painful enough, the schedule would be always random. If the paper said the Jackie Chan was going to be broadcasted at 2am, it was usually 1hour later, so you had to watch that advertisement. My brother and I always joked with the name of the product calling it "Pa amb pernill" (catalan for Bread and Ham), because this is how it did sound to us.
Having a discussion about ADs that get stuck in your brain with sole today I remembered that one, and I tried to remember the name. Luckily I seem to have a good memory for sounds, so I remember how the name sounded like, "Pampanseel". After saying it (and know that I have better english) I guessed it was actually "Pump and Seal" as that was the product all about.
After all this introduction I'm sure you want to see the AD, thanks to youtube, you can.
And this is only 10min of the AD, you can seal EVERYTHING, the best demo was when they were sealing marshmellows as they expanded to fill the jar. This is what I had to suffer in order to see gems like Project A...
or Armour of God...
Oh well, I guess that's what you have to pay when your tastes don't follow the mainstream.
While writing this, I remembered a worst one still... I also happened to be a City Hunter fan, Tele5 also did something similar, broadcasting the episodes at 5am, but sometimes instead of City Hunter, they broadcasted Manuela instead.
You gotta love the melody...
So, I guess that must be why I don't have TV anymore... internet let me watch all I'm interested on without having to stay up late watching crap.
no comments
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
*profile

traditional id: Ricardo Cabello Miguel
based in: London, UK
more: twitter, twitpic and soundcloud.
*affiliations
60fps, escena.org, xplsv.tv and xplsv.com.
*input
friends
aaron koblin
abscondorium
blackpawn
campbell imray
cardboard robot ninja pirate monkey
carlos ulloa
david o'reilly
diego f. goberna
iñigo quilez
jare
jesse kanda
jorge fuentes
kile
mike tucker
nanika
nuende
soledad penadés
tnghm
unit zero one
vadik marmeladov
zafio
zeh fernando
art
8bit today
build
cocos' island
flight404
hairy teeth
hi-res!
neave
nulla dies sine linea
patecreme
postspectacular
quel solaar
siggi eggertsson
tha.ltd
today and tomorrow
united visual artists
vvork
yugop
dev
andre michelle
alternativa
antti kupila
away3d
boostworthy
broken blog
bytearray
den ivanov
der schmale
drawlogic
fladdict
flash video
general relativity
gskinner
hidiho!
joa ebert
john grden
kaourantin
keitap
less rain
li
michael battle
nulldesign
papervision3d
pengin.swf
photon storm
pixelero
polygonal
quasimondo
sandy
saqoosha
sephiroth
simppa
tom.drastic.net
uve producers team
zero point nince
zupko
music
hunz
ochre
ronny pries
humour
wulffmorgenthaler
xkcd
