A Flash Developer Resource Site

Search:

Type: Posts; User: Danny22

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    2,869

    Do you mean like, an iPhone emulator or...

    Do you mean like, an iPhone emulator or something? I'm not sure how to get one of those working or if they'll even work. I remember using an Android emulator to test an app, and it was kind of slow...
  2. Hey all, Sorry about the delay in response. I...

    Hey all,

    Sorry about the delay in response. I would've talked a bit sooner, but hey, Christmas and stuff.

    Anyway, I decided to do a bit more reading on each one and I went along with the Golden...
  3. Sorry to do a double post, but I just found this...

    Sorry to do a double post, but I just found this site. It's called Initializr.

    It's a great customisation tool, does exactly what I need. I remember finding this early back but didn't understand...
  4. "Mobile First" Libraries for Responsive Design

    Hi all,

    I'll admit it, I haven't been here since I last registered, which was about the beginning of the year. But between then and now I've gotten into quite a lot of front end and I'm pretty...
  5. Thread: stage.scale

    by Danny22
    Replies
    5
    Views
    2,623

    Yikes, good point. I only ever did a tiny bit of...

    Yikes, good point. I only ever did a tiny bit of AS2 and for some reason thought that either the string of the StageScaleMode property was the same. Also, I need to tab out my code better, heh.
  6. Replies
    4
    Views
    815

    Yep, it would probably be the stage thing. If...

    Yep, it would probably be the stage thing. If you're importing animation.as into Main.as, you would need to pass down the stage from Main.as to animation.as. How you do this is easy, just make an...
  7. Replies
    4
    Views
    815

    Okay, not sure how much help I'll be, but from...

    Okay, not sure how much help I'll be, but from what I can tell, you want to access animation.as from Main.as.

    What I'd do is import animation.as into Main.as, create a new instance of animation.as...
  8. Thread: stage.scale

    by Danny22
    Replies
    5
    Views
    2,623

    If you're aiming for a fluid layout, where...

    If you're aiming for a fluid layout, where everything is positioned/sized based on the size of the stage, you might need to look at Stage.scaleMode = StageScaleMode.NO_SCALE. This mode means that...
  9. Replies
    4
    Views
    620

    Glad to hear you solved it! It's always the...

    Glad to hear you solved it! It's always the simple things that can get overlooked that seem to cause problems (from my past experiences, anyway, hah)
  10. Replies
    5
    Views
    905

    This is also another option, but the only issue...

    This is also another option, but the only issue is that the sound would still be "playing", just you can't hear it. This could be useful in some instances (where you can to have the sound continue...
  11. Replies
    14
    Views
    3,401

    To expand on setters, this is how you would...

    To expand on setters, this is how you would define it in your class:



    public function set videoURL(videoURL:String):void{
    _videoURL = videoURL
    }


    So with that, you can reference the...
  12. Replies
    4
    Views
    620

    I've looked at the screenshots, but I'm not fully...

    I've looked at the screenshots, but I'm not fully sure what the problem is still. I know what the error message is, and it's generally not a hard thing to fix. According to your error, this problem...
  13. Replies
    3
    Views
    687

    Okay then, good luck with everything and hope it...

    Okay then, good luck with everything and hope it all works out! I've done a few XML galleries myself (not wild crazy or anything, but just to-the-point galleries with transitions), so if you get...
  14. Replies
    3
    Views
    687

    Funnily enough I'm working on a Flash portfolio...

    Funnily enough I'm working on a Flash portfolio myself. For my gallery, I created mine all in ActionScript 3.0. I don't think you would want to try and embed jQuery code inside of Flash to create a...
  15. Replies
    5
    Views
    905

    I think you might need to give us a little bit...

    I think you might need to give us a little bit more info on how you are loading your sounds.

    Are you placing the sounds on the timeline, or creating them dynamically with ActionScript 3.0?

    If...
  16. This is just an idea, but if you've got a system...

    This is just an idea, but if you've got a system where you have a long list of draggable objects and a long list of drop spots, you would create a function that sets it up, and then for the number of...
  17. Replies
    1
    Views
    691

    Sorry for the late reply, but I saw this and...

    Sorry for the late reply, but I saw this and figured I would post it here for you in case you haven't yet found a solution.

    What you want to do sounds like using JavaScript to communicate with...
  18. Replies
    1
    Views
    14,424

    Hmmm, have you tried any other browsers? Because...

    Hmmm, have you tried any other browsers? Because Flash isn't like HTML (where each browser reads it differently), it should be fairly uniform. If the same thing occurs in Firefox or Chrome on your...
  19. Replies
    19
    Views
    3,100

    To me this is sounding like it could be an embed...

    To me this is sounding like it could be an embed fonts issue, but I'm not entirely certain because you said it's working on your computer, but not when you upload it.

    Is the font you're using a...
  20. Replies
    2
    Views
    744

    Along with publishing to AIR, you can also do...

    Along with publishing to AIR, you can also do what is called publishing to a Windows and Mac Projector file.

    In File > Publish Settings, you should see a number of check boxes. Down the bottom are...
  21. Replies
    0
    Views
    2,946

    Unloading the YouTube AS3 API player

    Hi all,

    This is my first time posting here, so it's slightly nerve-wracking, but I'll try my best to keep it simple and clear.

    What I've been doing for the past few weeks is working with the...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center