Liquid-layout
BaseUI v3 layout manager
Hi everyone, Before going on holiday, here is a BaseUI major release :) It means code written for the previous might not work for this version (even is there isn’t any major change in the structure,...
read articleBaseUI keep on screen
Hi Everyone, I haven't been posting for a while, it is not that I'm lazy ;) We've been working on something exiting that will be release in a while, be patient. I've solved some bugs in BaseUI, one...
read articleBaseUI global references
Hi everyone, I've added global references and a property "reference" in BaseUI (and ElementUI). As I'm explaining in the tutorial, an ElementUI need a reference to set the position and the...
read articleBaseUI v2 tutorial
BaseUI will help you to manage your assets (a logo, footer, a menu, etc) in the browser, in a liquid layout or a fixed area. BaseUI is managing a list of DisplayObject like Sprite, MovieClip,...
read articleBaseUI bypass resize
Sorry, I didn't have time to write a tutorial on BaseUI v2. I've added a property to bypass the resize of the DisplayObject (width and height). It might be useful for a sprite animated that has a size...
read articleFlash liquid layout with BaseUI version 2
I've been working on the second version of BaseUI, so I'm happy to release it today. THIS IS NOT AN UPDATE. This new version is quite different, as well as the syntax, so the code you have written for...
read articleHorizontal and vertical alignment
I've solved a couple of bugs and I've added a new feature. When you have a ElementUI type element and the property alignX or alignY set to center, you can now set a value to two new properties:...
read articleBaseUI minor updates
I made some updates in BaseUI. You don't have to change a code already written, it is just bugs correction or functionalities added. The demo, docs and source in the download page are updated. Version...
read articleBaseUI tutorial
Click here to access to the demo and source. This is a tutorial to explain you what you can do with BaseUI. It will not build a website for you (not yet :)) but should reduce your efforts by handling...
read articleBackground fitting the browser (html/css/javascript)
This has nothing to do with flash but I share this quick try as I saw a lot of people looking for a background that fit the browser in html. I used the ratio out I explained in this previous post,...
read articleBackground fitting the browser and image ratio
Here is an example to show a element like a background, a image in a portfolio or whatever and make it fitting the browser. In the demo you can choose three modes. Mode Fit The picture is fitting the...
read article