creacog

Product Owner/Manager; Digital Project Manager, ex-Developer Available for Product Owner roles
Product Owner/Manager; Digital Project Manager, ex-Developer Available for Product Owner roles

i finally hot-fixed flex builder

The hotfix was published a few weeks ago. I had been suffering the debug problem on the Mac (193086), so it was time to apply the fix. (NOTE: Unless you are suffering any of the problems listed you are adivsed not to bother applying this fix)

I found the instructions more confusing than they needed to be. They essentially boil down to ‘make a backup copy of your current installation prior to applying the fix’. This is kind of vital, because if you do a straight replacement of the old “Flex SDK 2” folder with the fixed version, and you happen to use charting, you’ll find that the charts.swc is missing!

Also you need to be aware that first time you run the application after the fix, you will need to re-enter your serial numbers.

Posted by creacog in Flex, Mac OS, 0 comments

flash button sound disobeys master volume

Ok, this I am sure is an old one, and has probably been blogged countless times before, but it bit me for the first time last night and googling didn’t turn up any useful results.

The scenario:

I’ve been working on a container movie. It’s job is to hold a master navigation control and to load content movies developed by a third party, based on user actions. In addition it plays a sound track.

It contains a mute button which controls a Sound object created with a line such as mySoundControl = new Sound( this ); and then mySoundControl.setVolume();

On the face of it, it controls the volume very well. Including the time-line sounds within the content movies.

The problem: We found that certain items in the content movies triggered sounds independently of the master volume and simply disobeyed the volume. The common factor in each of these was that they were button symbols each with a sound applied directly to the over frame.

The solution: quite simply was to create movie-clip symbols containing the sounds, and replace the over frame sound with an instance of the new movie-clip.

Posted by creacog in Flash Platform, 0 comments

apollo book available for download

“Apollo for Adobe Flex Developers Pocket Guide” available to download here.

Includes a link to get it from Amazon. Personally I prefer to have the printed document at my side. This book at 108 pages, is just about small enough to print at home, and with 2up full duplex I get four document pages per sheet of A4. However without introducing some scaling, you will end up with tiny text surrounged by huge white margins.

Which brings me to something of bug-bear with Adobe Reader on the Mac. It doesn’t allow me to do a sensible print preview. Nor does it give me the level of control over the print that I require. Fortunately this book renders correctly in Apple Preview. From which setting scale to 140% in page setup, then printing layout at 2 per page, full duplex gives me good results!

So all that remains is to get hold of the Apollo alpha. Watching this space. (Update: download now available)

Posted by creacog in Apollo, Flex, Mac OS, 0 comments

voices for innovation – oh dear…

I just received a card inviting me to “Join Voices for Innovation today and have your say”.

Voices for Innovation, supported by Microsoft, is a community of voices with differing opinions and different experiences,

Sounds ok so far…

all working for the same goal: briefing policymakers on the importance of intellectual property protection…

Not so ok to me.

Looks to me like this is about Software Patents. We don’t have them yet in Europe. I think they are a bad thing. We didn’t need them to get to where we are, and we don’t need them going forward. I’m signed to FFII, with the hope of preventing their adoption in Europe.

Again, not wishing to turn this blog into a campaign site, comments are NOT invited on this thread. If you think sw patents are a good thing, head on over to Voices For Innovation. If you think they are a bad thing, have a look at FFII. If you are undecided, look at both and make up your own mind.

Posted by creacog

apple update includes flash player (9.0.28)…

If, as suggested by JD’s post, the latest Adobe Flash Player will continue to be included in Apple System updates, this can only be a good thing for shoring-up and keeping the installed base current.

Unfortunately this morning’s update trampled over my debug player (already at version 9.0.28) replacing it with the standard plug-in. This is going to hit loads of developers similarly. It would be nice if Apple could add a rule to the updater to respect the presence of the debug player. That said, it isn’t a big deal to simply re-run the player’s installer from the Adobe Flex Builder 2 ‘Player’ folder.

Posted by creacog in Flash Platform, Flex, Mac OS, 7 comments

Saying no to FACT

I have no intention of turning this blog into a campaign site, but feel the need to doff-my-cap to the FACTOFF site. Irritating as it is, the FACT impact on the consumer is dwarfed in my opinion by the potential for corporate abuse of DRM and software patents.

There are of course more important issues out there such as… Protect the human

Posted by creacog in Charity, Personal, 0 comments

LFPUG looking good yet again…

Accessibility was always one of my chief concerns back when my work was XHTML/CSS. Since moving more into ActionScript development it has I’m afraid to say slipped somewhat, relying on the usual approach of Flash site with HTML backup. Niqui’s presentation I hope will help me get back into the habit of integrating accessibility into the process and maybe get away from needing a HTML backup?

The LFPUG presentations 29th March 2007

  • A Usability Approach to Accessible Flash (19:00 – 20:00) – Niqui Merret
  • Lighten up: Rediscovering Fun ( 20:15 – 21:15 ) – Aral Balkan
Posted by creacog in Accessibility, ActionScript, Flash Platform, User Groups, 0 comments

new SWFObject (1.5)

As you will know from my earlier post, I generally consider using SWFObject to be best practice for embedding Flash in a web page. It has recently been updated to version 1.5: Release note.

It is probably also worth noting that while the present is SWFObject, the future will be SWFFix. Lead by Geoff Stearns (SWFObject) and Bobby van der Sluis (UFO).

Update (14/03/2008) : SWFObject 2 released.

Posted by creacog in Flash Platform, Flex, Javascript, XHTML/CSS, 1 comment

jam in the jar

JamJar is an Adobe project which I must admit passed me by. It has been on Labs since July 2006, and predates my interest in Flex.

This is an on-line collaborative “shared paper’ application developed by Adobe as a proof of concept. It works and is pretty neat. Anyone who has an Adobe ID can launch and use it from the labs page – no fee, but there are some Google Ads.

As the PDFs describe, it has had a long gestation (pre-dating the MacroMedia aquisition) and was ultimately developed using Flex 2. While the documents make reference to the “jamjar SDK”, and present a tutorial for creating a “Hello, World” widget, there is no indication if or when the SDK will actually be released.

This app is great as proof of concept which Flex developers may use themselves to whet the appetite their clients. However as it stands developers will find themselves building similar functionality from scratch. I think this is something of a wasted opportunity, reulting in a lot of re-inventing of the wheel. This application must be packed full of potential rich source material for Flex tutorials.

Reading between the lines, the team have a number of areas they’d like to develop further, but as it appears not to have been updated since July 2006, I am guessing the project has stalled? Perhaps it is time to OpenSource it? At the very least, publishing some of the design documents if not the actual source would be of value to anyone considering developing an application along similar lines. I guess there’s no point really in releasing the widget SDK unless the whole thing is going to be released as an installable application?

Posted by creacog in Flex, 0 comments