A Flash Developer Resource Site

Page 1 of 2 12 LastLast
Results 1 to 20 of 23

Thread: am i a flash dinosaur?

  1. #1
    Designated Hitter
    Join Date
    Jul 2001
    Location
    Vancouver, Canada
    Posts
    8

    am i a flash dinosaur?

    I still build Flash sites by loading seperate .swf's into blank movie clips (y'know OOP). I have for years and never had any client complaints. Should i be updating my methods? maybe coldfusion + communication server? -Sincerely Timeline-asaurus Rex

  2. #2
    Running Plodding & Limping SpockBert's Avatar
    Join Date
    Jun 2002
    Location
    London
    Posts
    593
    nah...don't worry about it mate!

    I used to think the same about my methods cos i like to use lots of looping movieclips, tellTarget, Call statements and so on, and I've never really been happy using my own Functions to reduce code, always found them a pain.

    I though maybe I should upgrade my methods as they were old fashioned until someone on here posted some info that some of the old Flash4 tellTarget notation methods actually work faster than the newer Flash5 dot syntax!

    Now I think, screw it! if your happy with your methods and they work, why change?

    Dinosaurs are cool anyway

  3. #3
    Designated Hitter
    Join Date
    Jul 2001
    Location
    Vancouver, Canada
    Posts
    8
    ahhhh tellTarget, that takes me back. Cool I wouldn't have guessed that any deprecated stuff ran quicker. I guess one day when flash player 8 is released our sites will self destruct! roarrrr!

  4. #4
    Aquaverse gdstudios's Avatar
    Join Date
    Mar 2002
    Location
    Washington, DC
    Posts
    1,789

    Re: am i a flash dinosaur?

    Originally posted by desparado
    I still build Flash sites by loading seperate .swf's into blank movie clips (y'know OOP). I have for years and never had any client complaints. Should i be updating my methods? maybe coldfusion + communication server? -Sincerely Timeline-asaurus Rex
    No way, that is the standard way to do it even still.

  5. #5
    Retired Mod aversion's Avatar
    Join Date
    Jun 2000
    Location
    insomnia
    Posts
    7,917

    Re: am i a flash dinosaur?

    Originally posted by desparado
    I still build Flash sites by loading seperate .swf's into blank movie clips (y'know OOP). I have for years and never had any client complaints. Should i be updating my methods? maybe coldfusion + communication server? -Sincerely Timeline-asaurus Rex
    there's no reason to use the comm server unless you're producing a multi-user app, there's no reason to use CF and flash remoting unless you're pushing data to your page, web services are available that use XML and are open source and more importantly free

    OOP programing is good, if you've been doing it for years you should take a look at some of the coding practices at MM, the general idea is to separate out as much of your code from the content, keep as much as possible in the first few frames or even better in an external .as file. Using MX's new event model you can assign actions to MCs from the root timeline. All this helps make your flash as modular and easy to edit as possible. Check out some of the articles on macromedia.com on using the MVC model and that kind of stuff.

  6. #6
    Phantom Flasher... Markp.com's Avatar
    Join Date
    May 2000
    Posts
    16,034
    Originally posted by desparado
    ahhhh tellTarget, that takes me back. Cool I wouldn't have guessed that any deprecated stuff ran quicker. I guess one day when flash player 8 is released our sites will self destruct! roarrrr!
    This is only true between flash 4 and 5. FlashMX (6) runs commands at round about the same speed, or so I'm told... there's a good thread about it in the games lounge... do a search there.

  7. #7
    Designated Hitter
    Join Date
    Jul 2001
    Location
    Vancouver, Canada
    Posts
    8
    aversion i will check those out, anything to stay in da loop. i agree 1 frame sites are where it's at. thnx, now I don't feel so old school.
    By the way thnx for the tip on xara x couple weeks back it is a great program!

  8. #8
    Retired Mod aversion's Avatar
    Join Date
    Jun 2000
    Location
    insomnia
    Posts
    7,917
    no worries, I'm using xara for a project right now

  9. #9
    Senior Member
    Join Date
    May 2001
    Posts
    351
    so where can i find more about the free web services

    we should have a list somewhere to get things like sports scores and news headlines, free, using xml.

  10. #10
    I Am
    Join Date
    Nov 2000
    Posts
    68
    ...wait a second here...


    what's all this talk about telltarget being old school? I still use it on a regular basis.




    If it's so old, then what replaced it?




    I must be a flash dinosaur.
    -Miz

  11. #11
    An Inconvenient Serving Size hurricaneone's Avatar
    Join Date
    Mar 2001
    Location
    You know where
    Posts
    1,918
    Originally posted by Mizak Diza
    what's all this talk about telltarget being old school? I still use it on a regular basis.

    If it's so old, then what replaced it?
    Telltarget has been deprecated (as of MX), replaced by dot syntax format.

    eg _root.myclip.Play();

    Something like that, anyway.
    Stand by for emergency synapse rerouting

  12. #12
    Aquaverse gdstudios's Avatar
    Join Date
    Mar 2002
    Location
    Washington, DC
    Posts
    1,789
    But the general method remains the same, despite syntax changes. Loading external SWF's into blank mc's.
    Last edited by gdstudios; 03-02-2003 at 07:13 PM.

  13. #13
    I Am
    Join Date
    Nov 2000
    Posts
    68
    beautiful, thanks for your help hurricane...

    unfortunately by the time you posted I had already learned all about writing and calling functions, including controlling a timeline via dot syntax format (which, essentially, is done through calling a function)




    I can just feel the power...




    Last edited by Mizak Diza; 03-02-2003 at 06:49 PM.
    -Miz

  14. #14
    Retired Mod aversion's Avatar
    Join Date
    Jun 2000
    Location
    insomnia
    Posts
    7,917
    Originally posted by Mizak Diza
    I just learned all about writing and calling functions, including controlling a timeline via dot syntax format

    I can just feel the power...
    when until you start creating your own objects and classes, now that's power.


  15. #15
    I Am
    Join Date
    Nov 2000
    Posts
    68
    I can't wait


    -Miz

  16. #16
    Junior Member
    Join Date
    Mar 2003
    Posts
    13

    Well what your discussing here is exactly

    what i'm looking to do.

    Im very new at all this, but at the same time, an old fart too, hehe.

    I know a little about everything and have nothing mastered.

    But Flash seems like a great program to learn. So lets see what we can come up with together and let me show you what i have and where i want to go.

    I so far have two movies.

    This will be my entrance:

    http://www.compasssystem.com/training/training.html

    This is my main menu

    http://www.compasssystem.com/training/compass.html

    as you will see, I lurk here a lot. This is nothing special, i know, but the content is not my concern.

    My concern is how to load these in the best fashion without making a big huge mess of it all!

    Should i use loadmovie, and if so, how do i do it, etc.. lol

    Or should i just make the buttons and make an html for each individual movie.

    Please explain in detail, im a stu-nod..lol

    I m new like i said.. Hopefully i can offer something soon..

    Thanks Danny

  17. #17
    Austrian Superstar
    Join Date
    Jun 2000
    Posts
    198

    Re: Re: am i a flash dinosaur?

    Originally posted by aversion
    Using MX's new event model you can assign actions to MCs from the root timeline.
    sounds interesting ... could you tell us how aversion?

    thanks.
    http://www.markus-tschann.com

  18. #18
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    Originally posted by hurricaneone
    Telltarget has been deprecated (as of MX), replaced by dot syntax format.
    and/or with... from a post way back in august:

    old:
    Code:
    on(release) {
         telltarget("myMC") {
              gotoAndStop(2);
              setProperty("myMC", _alpha, "30");
         }
    }
    new.1:
    Code:
    on(release) {
         myMC.gotoAndStop(2);
         myMC._alpha = 30;
    }
    new.2:
    Code:
    on(release) {
         with(myMC) {
              gotoAndStop(2);
              _alpha = 30;
         }
    }
    new.3:
    Code:
    _btn.onRelease = function() {
         with(myMC) {
              gotoAndStop(2);
              _alpha = 30;
         }
    }

  19. #19
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    Originally posted by aversion
    when until you start creating your own objects and classes, now that's power.
    I've been playing with ASBroadcaster, ASSetPropFlags and some more of the undocumented, in addition to prototyping objects and the like... tres fun and empowering!

  20. #20
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789

    Re: Re: Re: am i a flash dinosaur?

    Originally posted by SSurfer
    sounds interesting ... could you tell us how aversion?
    Using the dot syntax...

    _root._mc.sub_mc.onEvent = function() { //do something };

    a good oop resource: http://www.debreuil.com/docs/ch01_Intro.htm

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