Category: Programming

Removing Items From The Format Menu In JCE For Joomla 1.5

I’ve been putting the finishing touches on a new Joomla 1.5 install. I decided to switch from the default TinyMCE text editor and start using the JCE one instead. After customising the menu I reached my final task; removing most of the options in the Format drop down box. That drop down lets you pick […]

Flash onResize and CSS min-width and min-height

Over the years I’ve had numerous clients who have wanted Flash solutions that adjust their layout based on the current browser dimensions. This can take many forms such as resizing a background image proportionally through to re-configuring a menus structure. This quick tutorial will show you how to use Flashes onResize event to control the […]

Fixing the Flash autoSize delay problem

Sometimes when using the autoSize and wordWrap properties with a dynamic TextField there is a tiny delay in it resizing and wrapping everything. It’s so fast that you won’t see it happen. Now if you have some other items immediately following the resize they will not be able to read the updated height correctly. I […]

Flash Hates The Future

Recently I sent over a few Flash 8 source files to a friend at his company. There was one main Flash .fla file and a few external classes stored in separate .as files. When they tried to publish them on their Mac they received a series of errors like this: They had one for each […]

Flash FLVPlayback Seperate Play and Pause Buttons

I’m working on a custom skin for the FLVPlayback component. The design requires a play button with a pause button next to it at all times. All the provided skins use the dual PlayPauseButton system. That’s where you have a play button and no pause button. When you press play it switches to become the […]