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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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...
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.