Posts filed under 'Daily thoughts'

Contest: Redesign Adobe Icons

The new Adobe icons have left a few people feeling a on the periodic table side of life, so one group has decided to run a contest to design a new set of icons for the Adobe Creative Suite.

Maybe one of us Director-centrists could create a new icon and we’ll just throw Director in the Creative Suite Bundle from now on. 🙂

Add comment January 31st, 2007

New Director Icon

I know I’m late to posting about this, but…the new Adobe icons for the next generation of products was revealed back in December.

new adobe icons

When I saw this the first thing I thought about was a periodic table of the elements (particularly the circular form of the table).

While looking around for the circular form, I found a site that has a nice periodic spiral that was created in Director (just click on the pretty picture).

If you can’t figure out what every icon represents there is a nice page at Flickr that has a note attached to each icon. How many of the Adobe icons also represent chemical elements? At a casual glance I see 7…but I could be wrong. Why seven? Is that for luck? Now I need to think of a cool chemical name for Di.

7 comments January 12th, 2007

iShell Targets Director Users

Tribalmedia announced an updated version of their multimedia authoring tool called iShell. One of the key features being touted is the fact that this version is now a Universal Binary.

iShell 4.5 brings native support for Mac OS X on Intel chips as well as for PowerPC chips running on Mac OS X 10.3.9 or greater. This brings great speed enhancements for iShell on the Macintosh platform and keeps iShell moving forward into the future.

Tribalmedia is offering crossgrades for current Director users with a relatively low cost.

I really hope Adobe takes this as a bit of a push to get Director moving forward in the near future. Microsoft and Adobe are the last two companies to get major products released for the Intel-based Macs. Of course, their software has been around for many years (lots of older code), and is pretty large (just think of the lines of code for Photoshop).

I still dream about the day I won’t have to use Rosetta mode to view Shockwave content.

7 comments January 11th, 2007

2007 Codie Finalist Uses Shockwave

Last year ExploreLearning won a Codie Award for the Best Science Instruction Solution. ExploreLearning (that’s where I work!) uses Director to create web-based science and math simulations.

I’m happy to say that we are once again a finalist in the Best Science Instruction Solution category.

Shockwave and science seems to be a good combination. I’m hoping I end up with another Codie sitting on my bookshelf 🙂

1 comment January 8th, 2007

Is a picture worth a thousand words?

The other day there was a thread on a mailing list related to getting large amounts of text in to a Shockwave movie and keeping the bandwidth small. Since you can’t use the UnZip Xtra in Shockwave someone mentioned the idea of having data that represents text placed inside an image, and then convert the image to the text in the dcr.

For some reason I suddenly thought of when I was a kid trying to write top secret notes that only my buddy would be able to read if he knew “the code,” so I figured I’d play with this for a few minutes after eating a bit too much turkey the other day.

picture worth 1000 words

In terms of a basic image, each pixel of the image consists of red, green, and blue (when working in the RGB color model). Since each pixel has three colors (and each color ranges from 0 to 255) I decided to use a very simple method where each pixel will represent three letters of the text. Using a 100 x 100 pixel image I can get 30,000 characters of text. A typical png of that size is around 6k, so the png is very small compared to the amount of data you can extract.

When converting from text to image I embed the total number of characters in the first pixel (see code for method used), and then use the remaining pixels to store the characters (three characters/pixel). Each character is turned in to a number using the charToNum function, and that set of three characters is then turned in to the pixel using setPixel.

When going from image to text I basically do the opposite. I read the first pixel (using getPixel) to see how many characters I have to deal with, and then start reading all the rest of the pixels and using numToChar to translate the red, green, and blue colors in to characters. The reason I put the total number of characters in that first pixel was so that I wouldn’t have to read all 10,000 pixels every time (only as many as needed to save time).

This was a very simple way to do this and you could add a lot of features that would enable more interesting encryption methods, as well as other ways to encode the data that would lead to far more compression.

Click to view example (pop up window)
Director Source Code (zip file)

Note: I have not added any error checking to the source code, so many thing could cause an error (as well as the shockwave sample).
Image created from I have a dream speech

7 comments November 27th, 2006

Summary of Max 2006

While at MAX 2006 in Vegas I got to meet up with Chris Griffith. We chatted about Director and managed to visit a few parties in the evening. Chris left a bit early, but Jason and I spent awhile at the MySpace.com party that was took place Tuesday evening. Pretty nice event, although I’m not sure if I remember all of it. When they say ‘open bar’ and Grey Goose is flowing…always trouble.

Chris wrote up a nice summary of the event over on Director Online. On Wednesday evening Adobe threw a party at the Palms (sight of the new Playboy Club). I figured I might as well get a picture of me with the Club in the background…since what happens in Vegas stays in Vegas…at least that is what I hear.

MAX 2006 party

Add comment November 26th, 2006

Live Video in Director on OSX, No Xtras Needed!

I rarely need to deal with video feeds in Director but with my new iMac I have one of those little built-in iSight cameras. While out web browsing the other day I noticed a discussion about being able to put a live video of yourself within a web page that only you can see (the video feed is from your own camera).

This is done via a Quicktime movie that uses live input from your iSight camera on a Quartz Composer compositions track (a new track type for QuickTime). There is an article on O’Reilly that shows you exactly how to create one of these QuickTime movies. The movie that you create will automatically turn on your iSight camera and place that video stream within the movie.

Creating live video in QuickTime movie with Quartz Composer

I created one of those movies (I used the full 640×480 for export size – the current resolution of the camera), dragged it in to my Director cast, and put the member on the stage. I hit play and there I was waving to the camera within Director. Live video inside Director via a QuickTime movie with no Xtras (ok..you do need the QuickTime Xtra, but that come with Director)!

Quartz Composer also allows for various filter effects to be used on the QuickTime movie (see last link in O’Reilly article).

Very slick! I’m sure this could be really useful for kiosks and science museum displays, and just lounging around the house 🙂

Download the Quartz Composer file (zip).
Download the sample QuickTime movie (zip).

Update (Aug 23, 2010): I have not been able to use this under OSX 10.6, so not sure if it is still possible.

4 comments November 20th, 2006

Prior Versions of Shockwave Plugin

As a developer you’ll end up needing an older version of a plugin every now and then just so you can be sure something will work for those of us that don’t live on the cutting edge (despite common sense I often install lots of things that have beta in the title…like Soundbooth, Lightroom, etc.).

Adobe has several versions of both the Shockwave and Flash plugins available on their site:

Shockwave Plugin (back to version 7).
Flash Plugin (back to version 2).

Add comment November 16th, 2006

77 Million Paintings + Director

Apple has a “Pro” section on their site where they give tips and techniques for using software, as well as profiles of people that have used Macs to create art, science, and literature. The most current profile features Brian Eno.

Macromedia Director was listed as one of the key items in the toolbox of software used for the project, along with Photoshop, Illustrator, and Logic Pro.

I’m sure I could create 77 million images, but I don’t think any of them would get classified as art. I’ll stick with the science side of things.

Add comment November 13th, 2006

MAX 2k6 Rolls On

Got to chat with a handful of Director (current and former) folks last night at the big Party at the Palms. I attended a few Flash video sessions yesterday that I enjoyed. Time to start playing with some video for fun 😉

This morning it is off to the Sneak Peek keynote. I’m hoping I get to see CS3 running natively on an Intel Mac. If Shockwave was running on the Intel Mac I’d be even more excited.

Lots of photos showing up on Flickr (I haven’t had the time to even pull out my camera). I’m not flying out until tomorrow, so I’ll get to do a bit of wandering around with my camera then.

Add comment October 26th, 2006

Next Posts Previous Posts


Director Sites

Calendar

May 2024
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Recent Posts

Recent Comments