Another Flash Question
- Started
- Last post
- 6 Responses
- solo
hi guys, `smee again :)
need help, can someone pls take a look at this?>date = new Date()
day = datum.getDate()if (day == 3) {
gotoAndPlay("5 days", "1");
}else if (day == 4) {
gotoAndPlay("4 days", "1");
}basically, i have a banner with sort of "countdown" (5 days till launch, 4days...etc.)
works perfectly on the local comp. however, works not when put out on the server :/
can someone tell me, what the heck is wrong??
thanks
- System-Idle0
whats with:
day = datum.getDate()
cant you use:
day.getDate()
- Meeklo0
I got another Q
How do you switch to beginner mode in the action sript window in flash mx 2004 pro??
- ********0
Meeklo, you don't. Use "behaviours"
solo, what SystemIdle said.
What relevance does "datum" have??
(apart from being German for date that is...)
- Meeklo0
thanks man!
- solo0
"datum" (date) is the name of a variable, because i need only the the day only, not the month or year..
anyway, problem solved by a preloader. apparently, the server response was too slow and the date couldn`t be loaded that fast before the actual animation started.
flash is some tricky mutha :)
thanx anyway, appreciated ;)
btw. if someone`s interested> it`s the blue banner on the left side on http://www.tipos.sk
(online gambling > starts in X days)
- UndoUndo0
their is no "beginner mode" in mx 2004 pro!
thas gone