For anyone who is interested, here are a few words explaining how my flash portfolio [willhindson.com] was created and is maintained. It is based around the component slideshowpro (a great, extremely versatile media viewer) and the slideshowpro director content management tool.
The great thing about the ssp component is that it can be endlessly customised to the point that no one needs know it’s even there. I basically stripped out all of the default formatting so that I could just use it as a raw image/video viewer. In director, I created the albums (one per project) that would provide all the content. With a some actionscript 2 (ssp listeners, loops etc), the albums were linked to the homepage menu, which is dynamically created according to the number of albums in the cms.
All the animation was implemented using the fusekit 2 animation tool, which, combined with the director cms, also allowed me to dynamically set and change the “theme” colours for each project by simply entering a hex reference in each album.
Finally, the whole site resizes dynamically according to the browser’s width and height. By using stage listeners and a timer function, the various elements reposition themselves after a short delay following any resising of the browser.
About my flash portfolio
For anyone who is interested, here are a few words explaining how my flash portfolio [willhindson.com] was created and is maintained. It is based around the component slideshowpro (a great, extremely versatile media viewer) and the slideshowpro director content management tool.
The great thing about the ssp component is that it can be endlessly customised to the point that no one needs know it’s even there. I basically stripped out all of the default formatting so that I could just use it as a raw image/video viewer. In director, I created the albums (one per project) that would provide all the content. With a some actionscript 2 (ssp listeners, loops etc), the albums were linked to the homepage menu, which is dynamically created according to the number of albums in the cms.
All the animation was implemented using the fusekit 2 animation tool, which, combined with the director cms, also allowed me to dynamically set and change the “theme” colours for each project by simply entering a hex reference in each album.
Finally, the whole site resizes dynamically according to the browser’s width and height. By using stage listeners and a timer function, the various elements reposition themselves after a short delay following any resising of the browser.