A Flash Developer Resource Site

Results 1 to 16 of 16

Thread: animation sync check

Hybrid View

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Posts
    14

    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.

  2. #2
    Senior Member
    Join Date
    Dec 2003
    Location
    florida
    Posts
    386
    i got an error, the link didn't work.
    ---------------------------------
    http://www.heathercash.com

  3. #3
    Actionscript Developer KigD's Avatar
    Join Date
    Jan 2003
    Location
    georgia
    Posts
    597
    Errer?
    K2xL - My games, tutorials, message boards, and experiments.
    Blog

  4. #4
    Errore!

    La Pagina che cerchi non é su questo server

    Torna alla homepage
    I Flash, therefore I am.

  5. #5

  6. #6
    Senior Member
    Join Date
    Dec 2003
    Location
    florida
    Posts
    386
    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

  7. #7
    Junior Member
    Join Date
    Feb 2004
    Posts
    14
    tnx a lot

    other checks on the sinc. ?

  8. #8
    sync is perfect...

    AMD 1800+
    512Mb PC2700
    Nvidia MX400 8x AGP
    I Flash, therefore I am.

  9. #9
    Senior Member
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    202
    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!

  10. #10
    Senior Member
    Join Date
    Jun 2003
    Posts
    143
    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%..

  11. #11
    Junior Member
    Join Date
    Feb 2004
    Posts
    14
    ok, tnx

  12. #12
    Member
    Join Date
    Jan 2004
    Posts
    45
    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.

  13. #13
    Junior Member
    Join Date
    Feb 2004
    Posts
    14
    '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

  14. #14
    Junior Member
    Join Date
    Nov 2000
    Posts
    11
    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.

  15. #15
    Junior Member
    Join Date
    Feb 2004
    Posts
    14
    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.

  16. #16
    Actionscript Developer KigD's Avatar
    Join Date
    Jan 2003
    Location
    georgia
    Posts
    597
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center