|
-
animation sync check
hi everyone I'm writing from italy and would ask you if U can check this animation with different CPU and tell me if it syncs or at least if its very
click here
have a wonderful day
Last edited by ikomax; 06-01-2004 at 03:48 AM.
-
i got an error, the link didn't work.
---------------------------------
http://www.heathercash.com
-
Actionscript Developer
K2xL - My games, tutorials, message boards, and experiments.
Blog
-
Errore! 
La Pagina che cerchi non é su questo server
Torna alla homepage
-
-
hey,
the animation looks fine. i don't understand anything on the page, but i really like the design. i like when you click on a button, how circle appears. and your scrollbars are SOOO cute! i also like the colors.
---------------------------------
http://www.heathercash.com
-
tnx a lot 
other checks on the sinc. ?
-
sync is perfect...
AMD 1800+
512Mb PC2700
Nvidia MX400 8x AGP
-
flawless, speedy very smooth.
Mac OSX
G4
1.5G RAM
Yeah Yeah, It was someone
else... I swear I didn't do it, and that goes for me too!
-
Great site man, the texture, syncronization, the feel to it made me smile.
Maybe its just my way of designing but I wouldnt leave the background plain.. Maybe make some kind of picture of your mall or store (whatever it is) on the background behind hte interface frame; alpha it to like 20%..
-
ok, tnx
-
Sync was fine for me - Pentium 800Mhz
Like the site - just wondering why the News section was a popup, especially when it looks like it would fit neatly into the middle box.
-
'cause I've just started studying how to interface php and flash, so for the time being until I learn it, I'm developing the news section in php/html
-
getting php to talk to flash isnt all that hard. i remember when i first did it looked really confusing but once i figured it out it wasnt that hard at all. you might want to try something like this:
Code:
myVars = new LoadVars();
myVars.onLoad = myVarsLoaded;
myVars.load("news.php", "0");
function myVarsLoaded(complete) {
if(complete) {
infoarea.htmlText = myVars.news;
} else {
infoarea.text = "unable to connect to server";
}
}
make on the main stage a dynamic text box with instance name set to infoarea. Then create a php file called "news.php" and in it do the following:
Code:
<?php
$news = "put what you want displayed in flash here";
echo "&news=$news";
?>
i think that should work, if not say something and ill look over it.
-
I your are very kind in helping with this 
what is exactly "infoarea" in this case?
the page though has repeated regions (Dreamweaver Mx) to display all the records (text and images) from a Mysql database.
How do I do it with flash? Do I have to duplicate movies (never done before) or something like that?
tnx a lot again
Last edited by ikomax; 06-04-2004 at 03:16 AM.
-
Actionscript Developer
Hit:
Music funky 8-)
Cool layout.
Concept is nice.
Very well done, well polished intro.
Soundfx synced well.
Miss:
Music gets annyoing.
Needs better transitions
Score: 7.3/10
K2xL - My games, tutorials, message boards, and experiments.
Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|