impressed by the Webkit web inspector Timeline panel: http://yfrog.com/5dncqp
Author: Bram Esposito
FLVPlayback resizing bug
When going fullscreen in the Flash Player with an FLVPlayback component on the Stage, the FLVPlayback takes over the whole screen. To avoid that, set the FLVPlayback’s fullScreenTakeOver property to false.
Doing that when already in fullscreen resets the FLVPlayback to a size of 320 by 240 px. This happens when you set the size of the FLVPlayback component before you set the fullScreenTakeOver property. Doing this in the opposit order, however, works as intended.
So if you create an FLV player when in fullscreen mode, don’t:
flv_movie.addEventListener(VideoEvent.COMPLETE, loopVideo); flv_movie.width = 993; flv_movie.height = 558; flv_movie.fullScreenTakeOver = false;but do:
flv_movie.addEventListener(VideoEvent.COMPLETE, loopVideo); flv_movie.fullScreenTakeOver = false; flv_movie.width = 993; flv_movie.height = 558;doing 3d things with Javascript
reading: Windows 7 review by ars technica : http://is.gd/4TiCR #windows7
changing my username to @bramesposito
het lelijkste gebouw van België, alsmaar dichter bij een winnaar: http://ff.im/-aJSYs http://www.hetlijkestegebouw.be #lelijk #gebouw
#google #wave invite arrived. Thanks @unexxx ! Time to play
I kinda like this new google.com homepage fade-in effect. http://bit.ly/XpTDy
Chrome OS Betas Now Available: http://✪df.ws/e0v (via @daringfireball)
UPDATE: Those “Chrome OS betas” are just a scam hosted at Google Sites: http://✪df.ws/e0v (via @daringfireball)