A Flash Developer Resource Site

Search:

Type: Posts; User: EdEdCabbageHead

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. How do I change the Version Code in the Flash Android settings for the Android app Ma

    I recently tried to update my app in the Android app market and when I uploaded it I got the following message:

    "The new apk's versionCode (1000000) already exists."


    In the Flash Adnroid...
  2. How can a mobile app remember its place when the user interrupts (phone call, presses

    I would to have my mobile application remember its place when the user leaves the application (through a phone call interruption, exit, menu button etc.). When the user returns I would like the app...
  3. Performance issues in iOS app- Animations run really slow (CS5.5/AS3)

    I have created an app in CS5.5 for Android and iOS. I have tested on two Android devices and everyingthing works fine. However, on an iPad and iPhone the animations are really slow. Here are some...
  4. Through trial and error I have identified the...

    Through trial and error I have identified the source of the problem.

    When the "scrollDrag" property is checked in the Components Parameters panel I get the error

    TypeError: Error #1009: Cannot...
  5. TypeError: Error #1009 - Scroll Pane Component issue?

    I am getting the following error message:

    "TypeError: Error #1009: Cannot access a property or method of a null object reference.

    at fl.containers::ScrollPane/endDrag()"

    The problem...
  6. NativeApplication class: Stopping sound when exiting an application

    I have begun testing on my Android device and have run into an issue with stopping the sound when user exits the application.

    My goal is to stop the sound in the application when the following...
  7. Replies
    2
    Views
    5,229

    I'm a little late to the party but check tutorial...

    I'm a little late to the party but check tutorial out:
    http://www.republicofcode.com/tutorials/flash/twitter_widget/
  8. Replies
    2
    Views
    6,983

    Thanks. I'll try it and let you. I already see...

    Thanks. I'll try it and let you. I already see one mistake I made.
  9. Replies
    2
    Views
    6,983

    App not installing on iPad

    I created an app in Flash CS5.5 and compiled the .ipa file. I dragged the ipa file along with the provisioning file in to iTunes and then synced my app. I got an error message saying "[Name of app]...
  10. Text different size but showing differently

    I have come across the weirdest thing inf Flash CS5.5 and I can not figure the problem.

    I have two text boxes with text inside them. According to the text panel the size, style, and family of the...
  11. USB drivers for HTC EVO? Where can I get them?

    I am trying to test my app on my phone but I keep getting a message that says "Could not find an Android device to connect to. Please ensure that you have the phone connected, the correct drivers are...
  12. 1) Must one know AS3.0, or can one get by with...

    1) Must one know AS3.0, or can one get by with AS2.0?
    >>>>AS3 is required for Air apps.


    2) After rendering (outputting) the Flash-based work for the iPad platform, I see it can be tested by...
  13. Your method worked. However, the code was not the...

    Your method worked. However, the code was not the issue.

    I found that the movie clip was playing but it was off stage. When I created the movie clip I did not set the x and y coordinates to 0,0....
  14. Thanks. I'll try it and let you know.

    Thanks. I'll try it and let you know.
  15. Delay Adding Child (Movie Clip) to Stage

    I am attempting to add a movie clip to the stage when a button is triggered. When the user clicks the button the movie clip is added to the stage; it works fine, but the following problems occur:
    ...
  16. Thanks. Simple error due to long hours.

    Thanks. Simple error due to long hours.
  17. Here is another piece of information: ...

    Here is another piece of information:

    "ShortAReadMe1" is a movieclip (class) that has sound on the timeline.
  18. TypeError: Error #1034 while adding a child to screen

    I am attempting to add a child to the stage with the following code:
    //Buttons: Adds movie clip to stage.
    readtomeShortA1.addEventListener(MouseEvent.CLICK, playShortAReadMe1);

    function...
  19. Thanks!

    Thanks!
  20. Thanks for your response. I have two questions: ...

    Thanks for your response. I have two questions:

    1) I understand your recommendation for keeping the variable outside of the function. However, in the coding scenario in question how do I create a...
  21. Removing a Child within the Timer Class

    I want to add a child to the stage for 5 seconds and then remove it. When I use the following code I get a "1120: Access of undefined property WordoScreen." error.

    In particular the problem only...
  22. X and Y Coordindates Do Not Match for Dynamically Generated Movieclip

    I have a movieclip that I am adding to the stage dynamically. The movieclip has to be placed at specific coordinates to match the current text field.

    The coordinates that show on the INFO tab are...
  23. Removing object from stage after a period of time

    I have an item that I want to appear on stage (see code below); but only for 5 seconds. After 5 seconds I want the object to disappear. I know that I can use removeChild to remove the object, but I...
  24. "Do you have multiple keyframes on the button?...

    "Do you have multiple keyframes on the button? And if so, is the instance name blank on those keyframes? Makes sure the name is consistent across all keyframes."

    The scene has several layers. The...
  25. AS3: Code in a single frame or in multple frames

    I have a button that I want to work on multiple frames. Currently, I have a scene that automatically starts to play when the playhead enters the first frame (no stop command). I have an event...
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center