A Flash Developer Resource Site

Search:

Type: Posts; User: flashmed

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    909

    It works perfectly fine on my Galaxy S2 with...

    It works perfectly fine on my Galaxy S2 with Opera Mobile browser and the native Android browser. The test box is always centered when the phone is rotated. I guess it's just your devices. Try...
  2. Security warning loading Youtube video locally

    I'm trying to play a Youtube video locally with Youtube's API for AS3. Locally, the SWF compiled and the Youtube player is loaded, but when clicked, it does not play, instead displays the errors...
  3. Thanks. Works flawlessly.

    Thanks. Works flawlessly.
  4. [RESOLVED] Insert text into middle of a string

    Is there way to insert some text into the middle of a string?
  5. Replies
    4
    Views
    996

    Found the error :) Suppposed to be i -= some...

    Found the error :) Suppposed to be i -= some value, and not i = some value :)
  6. Replies
    4
    Views
    996

    Thanks. I figured that I need to change the value...

    Thanks. I figured that I need to change the value of i so that it starts at the correct position after a letter is deleted. And that works with 1 line text, but if I want to load multiple line text,...
  7. Replies
    4
    Views
    996

    [RESOLVED] Delete characters in a string

    I'm trying to delete characters from a string with a for loop. I'm expecting a trace of 'Cats' but I'm keep getting 'Ctswsm'. I'm not sure what's going on. Any help would be appreciated :)


    var...
  8. Replies
    0
    Views
    2,620

    Native Process cannot get standard output

    Hi, I'm having troubles with getting the output from a native process in my AIR application. I'm using Flash CS5, AIR 3 SDK and I've exported using Windows installer with extendedDesktop profile.
    ...
  9. Replies
    3
    Views
    1,112

    Thank you for your reply. Changing onKeyDown and...

    Thank you for your reply. Changing onKeyDown and onKeyUp to something else indeed stopped Flash from popping up the warning and let the SWF run.
  10. Replies
    3
    Views
    1,112

    [RESOLVED] Testing source code

    Hi, I'm reading through a book called AdvancED Game Design with Flash, where I think the source code has some problems. You can get the source code for the book from here:...
  11. Replies
    2
    Views
    2,312

    So, no one knows this stuff?

    So, no one knows this stuff?
  12. Replies
    2
    Views
    2,312

    Data binding in pure AS3

    In MXML Flex, you can use {} to bind data. In AS3, how do you bind data?

    For example, I have a text input box and when I click the Submit button, it writes the text of the the input box into a...
  13. How to show tab characters in input text field

    I am working on an application that allows user to copy and paste content into a text field. The problem I'm running across is that when the user paste something with a tab in it, the tab is not...
  14. How to show tab characters in input text field

    I am working on an application that allows user to copy and paste content into a text field. The problem I'm running across is that when the user paste something with a tab in it, the tab is not...
  15. I couldn't find the setting or tool, but I found...

    I couldn't find the setting or tool, but I found a workaround. I realized that the snapping is based on the zoom level. If I zoom to 2000%, it will duplicate at 0.5 pixels interval. So if I zoom at...
  16. Quickly duplicate objects at fixed distance apart

    Is there a way to duplicate objects, like lines across the screen quickly without using AS3 at a fixed distance apart? I tried using Ctrl+D but it has a distance for 7 pxl apart. I want to change...
  17. That's what I've read most about Adobe onto Apple...

    That's what I've read most about Adobe onto Apple too, that they make native applications. So yea, they run pretty fast, some 3D games work.
  18. Thread: inheritance

    by flashmed
    Replies
    5
    Views
    966

    Edit: arkitx answered faster than I did. So use...

    Edit: arkitx answered faster than I did. So use his/her code.

    Are you making your own company? ;)

    Replace
    package
    with
    package com

    After package, you have to write the folders the AS is...
  19. Replies
    5
    Views
    1,513

    You are looking at ByteArray here. It's possible...

    You are looking at ByteArray here. It's possible and loads of people have done it, it's just very hard though. You are going to have to write decoders and encoders for your file type. Have a look at...
  20. Why don't you just make the menu bar into a movie...

    Why don't you just make the menu bar into a movie clip and has its x coordinate follows the mouse?
  21. Why not put the menu into a movie clip and use...

    Why not put the menu into a movie clip and use the same code you found?
  22. [QUOTE=Tobler;4291489]Inbetween I found out that...

    [QUOTE=Tobler;4291489]Inbetween I found out that iphone 3g isn't supported by the AIR for iOS export anymore./QUOTE]

    Can you give the source of information for this bit?
  23. Replies
    1
    Views
    4,490

    Yes you can. AIR can handle this.

    Yes you can. AIR can handle this.
  24. 1. Adobe tries its best to provide developers...

    1. Adobe tries its best to provide developers with tools to export their work to multiple platforms, including all the ones you provided above, so yes, it does provides "this magic...
  25. Replies
    23
    Views
    8,801

    Very nice. :) I don't think I should complain...

    Very nice. :) I don't think I should complain because it is actually really nice, but sometimes the beat seems to be a bit off or lagging. It would actually be a great feature if you add time...
Results 1 to 25 of 121
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center