vg23 – fillet and tape the seams

The spot welds between the cable ties cured for about a week before my next weekend trip out to the farm. At this point I secured the tops of the side panels to the frames of the basket mold and removed the framing (as mentioned previously). For a little bit of extra support I’d also added a few strips of fibreglass tape on the outside of the hull to hold the seams together.

Read the rest of this entry »

Comments (0)

enabling the ‘always trust content’ dialog

When installing one of the Macromedia web players in IE have you ever selected the “Always trust content from Macromedia, Inc.” checkbox and now you want to re-enable the dialog?

always trust content from macromedia screencap
(pre XP SP2)

From the Tools menu of Internet Explorer 6, select Internet Options.
On the Content tab, click Publishers.
From here you can view and remove trusted publishers.

You can find the digital certificate chapter from the IE6 resource kit here.

Comments (0)

flash in authorware tip #17

One of the bigger issues with adding flash to your authorware piece (through the asset xtra) is the performance hit caused by anything more complex than the most basic of swfs. In most cases setting the #directToStage property of the flash icon is a necessity. Sometimes however, sections of the piece contain media that need to overlay the swf, for example, in the case of a glossary. Here’s a simple, flicker free way to toggle the property (picked up from some of the wise folks on the aware list):

my_swf.DirectToScreen = false;
my_swf.SetIconProperty("#directToStage", false);

And of course to toggle it back again (while working in the ide it’s wise to do so or the next time you test your piece the swf will no longer be directToStage):

my_swf.DirectToScreen = true;
my_swf.SetIconProperty("#directToStage", true);

Comments (0)

macromedia livedocs feeds

Macromedia recently added rss feeds and email notifications to livedocs. It seems that currently the rss links are only available on pages containing an existing comment. However, by taking a cue from Christian Cantrell’s suggestion (linked above) of fiddling with the feed urls it seems to be possible to subscribe to an entire “book” as well. So I’ve added the Authorware 7 and Flash MX 2004 feeds to my reader to try it out. I actually dropped a small (legit) comment on an Authorware page as a simple test and it came up in the rss reader. I’ll probably unsubscribe if information overload sets in (or worse, some cretin realizes they can feed spam us by dumping their garbage in the docs).

Christian and the rest of the IMD(?) team have been providing us with some nice alternative ways of getting up to date information off the Macromedia servers.

Comments (0)

macromedia text rendering woes

There are interesting parallel discussions happening on a couple of mailing lists I subscribe to. On both Aware and Flashcoders folks are pointing out the shortcomings of the text rendering engines in the respective products. There is no question that Flash is miles ahead of Authorware in this respect and the main complaint with Flash is the lack of right-to-left (RTL) support. While 8-ball (the version of flash currently in development) will include a new Saffron based text rendering engine (source: one, two, three, four, five, six) it would appear that RTL will still not be supported. David Mendels, who manages the Flash product groups, mentioned that the main obstacles are getting it right (apparently it’s a big challenge and therefore risky) as well as the filesize it would add to the player.

Authorware complaints are a bit less “focused” in that there isn’t one single feature everyone wants to see supported. Honestly speaking the text handling in Authorware is quite antiquated and probably in need of a complete overhaul. Even some of the (considered) basic stuff such as dynamic formatting isn’t possible. In the light of all this, the Authorware solution sounds simple – how’s about “dropping” Saffron into Authorware 8. Hell, I’d settle for the Flash MX’04 engine using the better the devil you know argument. I make it sound trivial which it most definitely is not, but if something’s going to be done then what I suggest may have advantages.

Anyhow, all this to make the suggestion that perhaps Macromedia has some cross product shortcomings?

Comments (0)