Main Points
- Earth Chronicle Logo Our new experiments with making Javascript more user friendly.
- Flash Animation A bloated page with many different Javascript exercises.
- Skip to Main Points links return to the Main Points menu.
Earth Chronicle Logo
-
FlashIndex I've got the Flash file inserted into the homepage. I think it will look even sexier at Earth Chronicle than it does on the Beta site. I'm using the overflow method. Now I just can't get the thing to center properly, and IE won't pull up the picture if the flash can't be found.
[chroniclemaster1, 2007/01/19]
Sadly, throughout testing this never really worked. The image has been removed so the flash can sit unhindered.
[chroniclemaster1, 2007/07/17] -
SpinningEarthTransparentSmallBackground I was able to put a transparent background on the logo so it can lay over any color background. Since the logo is light colored, I just need to put a black border all the way around it to provide contrast if its on a light colored background. I'm also trying to make it switch to the .jpg logo if flash is not available. This technique uses a CSS background image. It will have to line up precisely, or go back to the animation with the black background to hide it though; and the .jpg HAS a black background. I have no solution for that other than to bite and use a .png instead. And I'm not sure I want to do that.
[chroniclemaster1, 2007/01/19]
-
SpinningEarthSmall It didn't take too long to shrink everything down to 350 pixel square so I can place it in the same table cell as the graphic. I briefly resized it in Flash but of course that left the small globe with the exact same file size as the larger. I just had to go home to resize the .jpg I'm using in the animation and then plop it in here. So far all my files are designed in Flash and the .html file is just a complicated excuse to call the .swf file. I still need to master what code needs to go where to insert this into a different webpage. I also need to succeed in placing a <noflash> tag or whatever I need so that the .swf file comes up if they have flash and an image if they don't.
[chroniclemaster1, 2007/01/19]
-
SpinningEarthLogo Got it. There's a big green C behind it and everything and turned the background color black since Flash doesn't seem to want to set the background transparent. However, the graphics are oversize. They fit the height of the map I've got, so by the time I got the green C frame around it I had a 500 pixel square stage.
[chroniclemaster1, 2007/01/19]
-
SpinningEarth1 Here's my first attempt to realize a long held dream of having a spinning version of the logo. I found a tutorial on creating a rotating Earth and adapted it for use with my public domain graphics. They look prettier anyway. ;)
[chroniclemaster1, 2007/01/18]
Flash Animation
Lightning Demo 5 - Here's a project reworked as an Earth Chronicle ad. I am still trying to understand why the word Earth Chronicle won't wrap onto a second line. So far setting the textbox size won't force it as it seems to for all the other text, and it doesn't respond to carriage returns. Frustrating. I'm also trying to get the text to run from bits included in the HTML so that a content manager can adjust text on the site without having to know Flash or even having the program.
[chroniclemaster1, 2007/01/19]
Skip to Main Points