A Flash Developer Resource Site

Search:

Type: Posts; User: jAQUAN

Page 1 of 20 1 2 3 4

Search: Search took 1.06 seconds; generated 18 minute(s) ago.

  1. Replies
    32
    Views
    14,360

    Can't remember the last update I gave so I'll...

    Can't remember the last update I gave so I'll recap the last few years. We moved back from Germany to El Paso, TX. Er, I mean El "**** hole northern Mexico" Paso. It was only for a year while my wife...
  2. After reading the last couple pages in this...

    After reading the last couple pages in this thread I got a twinge of that old CL magic. Miss you guys and the energy we created. Proud to say I'm still in touch with some of you outside of FK. I'm...
  3. Thread: Hey everyone

    by jAQUAN
    Replies
    7
    Views
    7,848

    I've more or less migrated my tool stack over to...

    I've more or less migrated my tool stack over to html5/js/css and doing mostly wordpress theme'ing but still get royally pissed when someone badmouths flash or when I see it used poorly. It's still...
  4. Replies
    27
    Views
    15,074

    Man that's a sh*t deal Random. I remember from...

    Man that's a sh*t deal Random. I remember from our business dealings in the past that you're a good dude so it sucks to hear this. Glad to hear you still had a job to go back to. Take care and get...
  5. Wish I had good news to share but don't. We're...

    Wish I had good news to share but don't. We're stuck in El Paso while my wife attends the Sergeant Majors Academy. There's absolutely d*ck here for work in web development so I've been reduced to...
  6. This will require a combination of CSS,...

    This will require a combination of CSS, javascript and as3.

    You can communicate with your surrounding environment via as3's ExternalInterface class. Read more on it here....
  7. Thread: Wormhole effect

    by jAQUAN
    Replies
    1
    Views
    1,126

    Lots of ways you can spin this but given your...

    Lots of ways you can spin this but given your setup, probably simplest to just add a new copy of the clip to the stage at a regular interval.
    First, in your library, right click on the movie clip...
  8. smells like spam. being monitored.

    smells like spam. being monitored.
  9. Replies
    3
    Views
    1,566

    It looks like whoever created that git resource...

    It looks like whoever created that git resource failed to include the entire away3d package.
    That demo is looking for away3d.animators.transitions.CrossfadeStateTransition but the only folder...
  10. Replies
    1
    Views
    1,002

    really great stuff.

    really great stuff.
  11. Using the Event.CHANGE event listener, you can...

    Using the Event.CHANGE event listener, you can get notified every time the contents of a text field changes (ie. the user typed or deleted characters)


    myTextField.addEventListener(Event.CHANGE,...
  12. There might be a difference in timezone settings...

    There might be a difference in timezone settings between your test users and the server. Not sure if cPanel has a setting for that. .htaccess is normally a hidden file so you may have to find a...
  13. Thread: coin pickup

    by jAQUAN
    Replies
    2
    Views
    2,392

    that looks fine. What's the problem?

    that looks fine. What's the problem?
  14. the best html5 sites have been done by former...

    the best html5 sites have been done by former flash guys. AS3 knowledge will never go to waste.
  15. Replies
    6
    Views
    19,698

    as long as you have a parent node for all your...

    as long as you have a parent node for all your data you should be fine



    <?xml version="1.0" encoding="utf-8"?>
    <root>
    <base1>
    </base1>
    <base2>
    </base2>
  16. Replies
    1
    Views
    1,211

    It's possible that you need to embed the font....

    It's possible that you need to embed the font. Select the text field, and click on embed in the properties panel.
  17. It means the same thing basically as it does in...

    It means the same thing basically as it does in 3d space. If you place movieclip on the stage and set its x and y each to 50 and trace its coordinates:

    trace(myParentMC.x, myParentMC.y); // you'll...
  18. Replies
    3
    Views
    1,473

    Just move the code on frame1 of MC_About to frame...

    Just move the code on frame1 of MC_About to frame 29.
    You have to do this because your code refers to an object called btn_locations but it doesn't exist yet. It doesn't get created until frame 29...
  19. A display list is just a series of containers....

    A display list is just a series of containers. These containers can hold assets or other containers. All together they create a hierarchy of parents, children, siblings (as well as grandparents,...
  20. Replies
    1
    Views
    1,486

    22 megs seems kinda steep for a 40 second...

    22 megs seems kinda steep for a 40 second animation. Chances are you don't need a 1080p quality video. Try getting it down to 720p. RAM is really the key piece of needed hardware.
  21. change your actionscript source settings from: ...

    change your actionscript source settings from:

    D:\Flash\AdvancedGameDesign\com\

    to

    D:\Flash\AdvancedGameDesign\

    As you probably read in the first book, class packages are a way of...
  22. Replies
    8
    Views
    2,806

    It should play wherever you embed the swf, the...

    It should play wherever you embed the swf, the api key just lets them know which developer is making the player request so they know who to ban in case of abuse.
  23. Replies
    2
    Views
    1,216

    .fla files are just Flash Professional files for...

    .fla files are just Flash Professional files for creating your app. The .swf files that those generate are the ones that actually get loaded in to html and run.
    Getting a value from one to the other...
  24. Replies
    8
    Views
    2,806

    I haven't tried it but yeah, if you paste that...

    I haven't tried it but yeah, if you paste that code in your first frame of the fla it should work.

    However to actually connect to your channel you'll have to supply your api key instead of where...
  25. There are many many ways you could go about this...

    There are many many ways you could go about this depending what feels right to you and other technical needs. But lets take a very simple albeit not rock solid approach.
    Typically this kind of thing...
Results 1 to 25 of 499
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center