Skip to content

Bram Esposito

  • archive
  • photos
  • now
  • about me

tech

photos

blog roadmap

  • Written on November 18, 2009 by Bram Esposito in Uncategorized · 4 words · 1 min read

    writing code with spreadsheets

    Read more: untitled post 159
  • Written on November 17, 2009 by Bram Esposito in Uncategorized · 21 words · 1 min read

    RT @BertHagendoorn: Flash Player 10.1 and AIR 2.0 beta’s are now available on Adobe Labs! http://bit.ly/4tmXwH (via @aral)

    Read more: untitled post 161
  • Written on November 17, 2009 by Bram Esposito in Uncategorized · 12 words · 1 min read

    impressed by the Webkit web inspector Timeline panel: http://yfrog.com/5dncqp

    Read more: untitled post 160
  • FLVPlayback resizing bug

    Written on November 16, 2009 by Bram Esposito in Uncategorized · 121 words · 1 min read

    In: ActionScript 3, adobe, flash, FLVPlayback

    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; 
    Read more: FLVPlayback resizing bug
  • Written on November 15, 2009 by Bram Esposito in Uncategorized · 5 words · 1 min read

    doing 3d things with Javascript

    Read more: untitled post 163
  • Written on November 12, 2009 by Bram Esposito in Uncategorized · 11 words · 1 min read

    reading: Windows 7 review by ars technica : http://is.gd/4TiCR #windows7

    Read more: untitled post 164
  • Written on November 11, 2009 by Bram Esposito in Uncategorized · 5 words · 1 min read

    changing my username to @bramesposito

    Read more: untitled post 165
  • Written on October 30, 2009 by Bram Esposito in Uncategorized · 20 words · 1 min read

    het lelijkste gebouw van België, alsmaar dichter bij een winnaar: http://ff.im/-aJSYs http://www.hetlijkestegebouw.be #lelijk #gebouw

    Read more: untitled post 166
  • Written on October 30, 2009 by Bram Esposito in Uncategorized · 9 words · 1 min read

    #google #wave invite arrived. Thanks @unexxx ! Time to play

    Read more: untitled post 167
  • Written on October 29, 2009 by Bram Esposito in Uncategorized · 14 words · 1 min read

    I kinda like this new google.com homepage fade-in effect. http://bit.ly/XpTDy

    Read more: untitled post 168
←Previous Page
1 … 72 73 74 75 76
Next Page→
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May

Activity grid of posts to this website. Hover a square to see the date.

B35 logo

Bram Esposito

Designer ~ Hacker ~ Dreamer

  • archive
  • photos
  • now
  • about me
  • on Mastodon
  • on Github
  • on Last.fm

© 2025 Bram Esposito – rss feed – find me on mastodon