Tiauguinho said:Good idea!
But I would have done that in Flash, so you could make exactly the same menu transitions. Would look awsome!
munkle said:Nice, but it feels a little plain - a bit too much blue. Maybe have an actual pic of an iPod on the page, surrounding the screen, so you feel like you're actually controlling the iPod.
I think it looks just fine. Nice and minimalist, the ipod theme comes across well. If it gets what you want done, why add fluff?TBR said:Going to have a think about ways to spice it up visually.
OK, my brain was broken this morning, didn't pick up on this... you can do this really easily in Javascript, no need to use Flash at all. Just set it to randomly pick an array number, corresponding to the Hex value of the colour you want. Then dump that into the CSS definition of Body Background colour.TBR said:Originally I had the background a random ipod mini colour everytime the page was loaded but had to remove that when i added the flash mp3 player at the bottom.
brap said:OK, my brain was broken this morning, didn't pick up on this... you can do this really easily in Javascript, no need to use Flash at all. Just set it to randomly pick an array number, corresponding to the Hex value of the colour you want. Then dump that into the CSS definition of Body Background colour.
Note to self; drink more coffee![]()
You might not need to make it transparent at all (it's been a long time since I used flash). There are ways to integrate JS and Flash using ActionScript to use the same Hex value to determine the background of the Flash movie. It's IIRC 'window.document.[flashmovie].setvariable(name, var)'. Sure someone else here remembers more than ITBR said:flash the background colour of the swf would be a different colour to the page backgroound and I don't know of a way to make the background in flash files transparent.
brap said:You might not need to make it transparent at all