Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Datum u flash-u

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash
View previous topic :: View next topic  
Author Message
ZoDu



Joined: 03 Feb 2004
Posts: 29
Location: Ljubljana

PostPosted: 03.06.2004 18:14    Post subject: Datum u flash-u Add user to your forum ignore list Reply with quote

Moze neki dobrar tut ili savjet ili koda .. bilo sta .. kako da se isfura datum u flash-u.. ?

Hvala vam!

_________________
Moderators, keep your fingers away from my post!
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
vedran



Joined: 08 Sep 2003
Posts: 458

PostPosted: 03.06.2004 19:44    Post subject: Add user to your forum ignore list Reply with quote

http://www.flashkit.com/tutorials/Actionscripting/How_to_m-Ogier_Sc-892/index.php

work's for me Very Happy

_________________
http://www.hocusvojweb.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
unique



Joined: 29 Mar 2004
Posts: 655

PostPosted: 03.06.2004 20:31    Post subject: Re: Datum u flash-u Add user to your forum ignore list Reply with quote

ZoDu wrote:
Moze neki dobrar tut ili savjet ili koda .. bilo sta .. kako da se isfura datum u flash-u.. ?

Hvala vam!


ako ne korisiš php (ili neki drugi server-side jezik) nećeš moći, mislim da flash nemože uzet vrijeme s kompa korisnika ? nisam siguran.... Smile

_________________
Activate interlock! Dynotherms connected! Infracells up! Mega thrusters are go! LET'S GO VOLTRON FORCE!
Back to top
View user's profile Send private message
ars



Joined: 19 Feb 2004
Posts: 1444
Location: splite moj

PostPosted: 03.06.2004 20:44    Post subject: Add user to your forum ignore list Reply with quote

napravi polje za dynamic text i daj mu ime vrime, pretvori ga u MC, a na MC zalipi skriptu ispod.. i eto..
nema naših znakova u danima i misecima, jer tada nisam ima pixel font s našim znakovima, pa.. ali to samo promineš 5 sekunda.. meni se nije dalo.. Laughing

trebalo bi ti se vidit ovako: 20:44:17 - Cetvrtak, 3. Lipnja, 2004

Quote:
onClipEvent (load) {
days = new Array('Nedjelja','Ponedjeljak', 'Utorak', 'Srijeda', 'Cetvrtak', 'Petak', 'Subota', 'Nedjelja');
months = new Array('Sijecnja', 'Veljace', 'Ozujka', 'Travnja', 'Svibnja', 'Lipnja', 'Srpnja', 'Kolovoza', 'Rujna', 'Listopada', 'Studenog', 'Prosinca');
timedate = new Date();
}
onClipEvent (enterFrame) {
hour = (timedate.getHours());
minutes = timedate.getMinutes();
seconds = timedate.getSeconds();
todaydate = timedate.getDate();
day = timedate.getDay();
dayname = days[day];
month = (timedate.getMonth()+1);
monthname = months[month-1];
year = timedate.getFullYear();
vrime = hour+":"+minutes+":"+seconds+" - "+dayname+", "+todaydate+". "+monthname+", "+year;
delete timedate;
timedate = new Date();
}
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ZoDu



Joined: 03 Feb 2004
Posts: 29
Location: Ljubljana

PostPosted: 03.06.2004 22:32    Post subject: Add user to your forum ignore list Reply with quote

Hvala vam za odgovore ...mislim flash moze ucitavati datum sa kompjutera... Thanks!

_________________
Moderators, keep your fingers away from my post!
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group