Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Internet Clock - Mac users with IE!! (#2)
From: Motomichi
Date: Fri, 1 Sep 2000 03:33:58 +0100

>> 1. How can I always display the number as "01","02" instead of "1","2"?
>
> that's what this part is for:
>
> if (length(sNowMinutes) == 1) {
> sNowMinutes = "0"+sNowMinutes;

Thanks, I figured it out.


>
>> 3. How can it use customized graphics for the all the numbers? I would like
>> add some sort of animation effect for each number.
>
> Again, it's up to you to format, animate, do whatever you want with
> it. Date() just hands you the current month,day,year,hour,minute,second
> (and even msec) -- you do what you want with it.

I guess I am pretty bad at this,. if you know any samples of graphic clocks
that would be very helpful.

>
>> 4. I have the year, month, date, hours, minutes, milliseconds in the clock,
>> For some reason Month and milliseconds don't work, the rest is ok. Any
>> reason for this?
>
> Maybe it's the 0-11 month problem?

Still working on it to figure it out.

>
>> 5. At last, I uploaded the files to the server but when I try to open it
>> fails to open .swf file nor html file with the file. It works fine locally..
>
> I only meant for it to run locally. The example at the top of the
> page is a simplified version to show that the time part works in a swf
> (on a server or local). But the "instructions" I put at the page say
> publish it as an exe. If you just want an online clock, take a look at
> Branden's at http://www.figleaf.com/development/flash5/ -- cleanest
> code on the net!
>

So the sample I have been working on won't work at all on the browser?? I
also tried http://www.figleaf.com/development/flash5/ but I exported as swf
and it still doesn't show up at all in the browser. Please take a look at
it

http://www.juvenilemedia.com/testarea/clock-test.swf

Thanks to you,
mm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Internet Clock - Mac users wi, Helen Triolo

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]