Sunday, 17 October 2010

Pilot CSS and Flash fashion

Since my twitter widget escapade I have been working on a couple of projects, one css based, the other a flash website.  My first project was more work for Helastel and involved me working on putting in template css to make a elearning system for bristol ground school look as identical to the print out designs as possible.  This provided some interesting challenges as the html content was being generated from the inDesign files and so elements were ordered in a way that could not necessarily be altered.  This meant I had to go through and keep notes on what templates would be needed on what pages based on the content and write up the required css to style the templates to the inDesign documents. 
My second project is a flash website for a fashion company that I am building by myself.  The designs have been provided to me.  The website is based around images of high quality and so requires a lot of use of loading techniques to get the images in. I have programmed the swf to use XML to parse in the image locations and then load them. So far this has worked ok but I am currently only running the file locally and so the loading of the large images is an unrealistic representation.  I cannot currently find a way to compress the files as they are loaded either which does not help in terms of the file sizes.  The images can be reduced in size but preferably not too much as the quality of the images still needs to be good up close.  This is probably the most tricky element of this project to master as it is something I havent tried before and have very little knowledge about. Similarly my methods of handling memory usage are not particularly refined so I am having to try and work out the best ways of keeping memory usage to a minimum as I go.  I think if I was to start this project again it would also be better to plan out my approach in terms of what actionscript classes etc I need and what they should do before trying to build the project in its entirety as I am now going to have to go back and develop classes from code I have written which I would not have to do if I had realised at the start.   My methodology for this project therefore is kind of messy and so I hope to improve this in the future based on what I have learnt.  There are still a whole variety of new elements I have yet to incorporate in the project also to make it viable for the web.  This includes SWFAddress and SWFObject javascript and actionscript that makes the swf work alongside the browser more easily.

No comments:

Post a Comment