A Flash Developer Resource Site

Search:

Type: Posts; User: letterafterz

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Flash8 Keeping a variable unique for a dynamically created function

    Hi guys,

    Sorry if this is addressed elsewhere, I've been scouring the internet for over an hour but I'm not entirely sure even what to search for exactly.

    What I'm trying to do is setup a...
  2. Flash8 Or in other words, How can I replace THIS with...

    Or in other words,

    How can I replace THIS with a function...


    var rewindlow1 = false;
    var rewindlow2 = false;
    var rewindlow3 = false;

    low1_mc.onEnterFrame = function(){
  3. Flash8 Declaring a unique variable in a function

    I'm trying to create a unique variable and reference to it with myRewind for some button functions.

    I'm trying to create this rewind+variable as the unique identifier but it just seems to be using...
  4. Replies
    3
    Views
    679

    I'm not sure I follow what you mean by the next...

    I'm not sure I follow what you mean by the next frame?
  5. Replies
    11
    Views
    1,233

    Flash8 On the buttons that navigate away from the video...

    On the buttons that navigate away from the video page put an if statement to check if that video is playing, and if it is then set the video to stop playing.
  6. Replies
    3
    Views
    679

    try using _root. as a prefix for your variable.

    try using _root. as a prefix for your variable.
  7. Replies
    11
    Views
    1,233

    Flash8 you either need to stop the playback when the...

    you either need to stop the playback when the user navigates to another page or remove the movieclip 'myPlayer' from the stage whenever the user navigates away.
  8. Replies
    3
    Views
    444

    Are these images loaded external or stored in the...

    Are these images loaded external or stored in the flash file? It shouldn't be this large with the content stored on it.

    If it's all embedded you will need to separate the images out and load them...
  9. Replies
    3
    Views
    444

    Are these images loaded external or stored in the...

    Are these images loaded external or stored in the flash file? It shouldn't be this large with the content stored on it.

    If it's all embedded you will need to separate the images out and load them...
  10. Replies
    2
    Views
    437

    I haven't looked at the file, but check that your...

    I haven't looked at the file, but check that your text is saved out as static text (embedded)

    Failing that it could be the way flash renders the text (tweens can be pretty nasty with text...
  11. Replies
    3
    Views
    437

    http://www.kirupa.com/developer/as3/resizing_cente...

    http://www.kirupa.com/developer/as3/resizing_centering_as3.htm

    Here's a good breakdown of what is happening on the fuze website.
  12. Replies
    3
    Views
    439

    I've got an EVEN simpler way of putting this now...

    I've got an EVEN simpler way of putting this now that i've narrowed it down.

    How can i make this


    d_pr_cn_mc.onEnterFrame = function(){
    if (_root.d_pr_cn_rewind == true){...
  13. Replies
    3
    Views
    439

    Further testing makes me think the problem lies...

    Further testing makes me think the problem lies in this snippet



    if (pathArray.length > 0){
    for (var i = 0; i < pathArray.length; i++){
    var path = "d_"+pathArray[i]+"_mc";
    var...
  14. Replies
    3
    Views
    439

    [cs3][as2]Variable in for loop help

    I'm having problems with a function I have that sets up buttons to load and unload a graphic with a fade in and out.

    Here's the code I'm using


    //DOMESTIC FLIGHT PATH SET UP FUNCTION
    function...
  15. Thanks for your time 8Designer. The reason the...

    Thanks for your time 8Designer.

    The reason the button's code is so convoluted, is because instead of a two frame animation, it's actually a several frame animation that i need to rewind on mouse...
  16. Thanks for the reply, I've gotta get used to...

    Thanks for the reply, I've gotta get used to declaring all my variables for sure, however I'm still not getting any reaction from my button after the change... I can't for the life of me determine...
  17. So no one has any idea why this doesn't work?

    So no one has any idea why this doesn't work?
  18. Sorry I was unclear in how I wrote that before. ...

    Sorry I was unclear in how I wrote that before.

    The instance name of the movieclip is already actually seemore_btn.

    So I'm still stumped as to why this doesn't work at all. I get no reaction...
  19. [RESOLVED] Help with basic As3 button code

    Hi guys,

    I'm new to AS3 and it's rather frustrating to have to relearn all the basics again. I'm trying to create a button that animates on roll overs and roll outs. I swear I had this working...
  20. Replies
    15
    Views
    1,064

    Overall I like. That massive empty scroll...

    Overall I like.

    That massive empty scroll space at the bottom is a bit nasty, and I think the popup flag things on the who section are a little messy, maybe they could be toned down a little to...
  21. You need some releaseOutside on your buttons...

    You need some releaseOutside on your buttons apart from just rollouts. Also some of your buttons aren't disabling correctly when certain selections have been made. Otherwise it seems pretty solid. I...
  22. Replies
    8
    Views
    865

    Ahh this is awesome. I love the concept. A really...

    Ahh this is awesome. I love the concept. A really cool way to explore and interact with an event.

    I could see this as being a very good device for a touchscreen kiosk.
  23. Replies
    4
    Views
    457

    Not bad at all. My biggest gripes are probably...

    Not bad at all.

    My biggest gripes are probably the load times are a little on the heavy side and the resolution the site is in pretty much needs a widescreen view at a high res. This might impact...
  24. Replies
    5
    Views
    417

    Thanks for the feedback. I found out why the...

    Thanks for the feedback. I found out why the preloaders were taking so long, this site uses alot more classes and imbedded elements than i'm used to using, so I wasn't loading them efficiently. I...
  25. Replies
    5
    Views
    417

    hmm now that shakes my foundations with my...

    hmm now that shakes my foundations with my current hosting.

    It's an australian based host, and we get insanely fast load times on it here. The biggest load (bar the video) is about 180kb a time.
    ...
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center