A Flash Developer Resource Site

Search:

Type: Posts; User: mariamdh

Page 1 of 2 1 2

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    6,395

    Firstly, you cannot have a Flash exe file run on...

    Firstly, you cannot have a Flash exe file run on mobiles. Mobiles that have Flash installed either have a standalone player or have a plugin installed in the mobile bowser. So you can only load an...
  2. Replies
    1
    Views
    1,418

    This is what you can do to create and store...

    This is what you can do to create and store variables -


    You can start a creating a Input Text Box for the user to enter his name.
    Open the Properties Panel and give the box a variable name...
  3. Replies
    2
    Views
    1,522

    A new Flash Lite book - Foundation Flash...

    A new Flash Lite book - Foundation Flash Applications for Mobile Devices has recently launched in the market. This book has been authored by Flash Lite experts such as Richard Legget, Scott Janousek...
  4. Replies
    1
    Views
    494

    Movieclip reload issues

    I have created a single game file with 5 minigames. Each mini game has been coded in a separate movieclip which I attach from the library to the root using "attachmovie", when a user selects it from...
  5. Replies
    3
    Views
    2,462

    This seems like an interesting post. Can a...

    This seems like an interesting post.

    Can a message actually be sent and displayed on a mobile phone using the mail() function in php??

    Also, I am able to understand that an address is required...
  6. The hitTest() function is NOT supported by...

    The hitTest() function is NOT supported by FlashLite. The FlashLite engine is based on the the Flash 4 syntax.

    I know that detecting collision gets a bit lengthy and tedious with FL, but that is...
  7. Replies
    2
    Views
    2,824

    Is the Flash Lite player still being given to the...

    Is the Flash Lite player still being given to the developers who want to participate in the contest? The Macromedia site says that the last date for receiving the player would be 15th December, which...
  8. Replies
    1
    Views
    380

    Duplicated MC in memory

    Lets say I have a movieclip which I keep duplicating on the stage using the same name but different depths on every enterframe event.

    Does this lead to consumption of higher memory. Or is it that...
  9. Replies
    5
    Views
    2,791

    If this is true, it is truely a great news....

    If this is true, it is truely a great news. Multimedia content production for mobie devices can be much richer for better user experience.

    Currently, is MobiTV technology available worldwide or...
  10. Thread: N-Gage

    by mariamdh
    Replies
    1
    Views
    1,792

    What are you referring to. Please be precise. ...

    What are you referring to. Please be precise.

    Regards,
    Mariam Dholkawala
  11. Replies
    1
    Views
    1,749

    Hi, I think what you really need to keep in...

    Hi,

    I think what you really need to keep in mind is, that your device is not your computer. The processing speeds vary a great deal, with the pc's processing and rendering capacity being much...
  12. Replies
    5
    Views
    2,791

    Is mobiclip a happening plugin in the places...

    Is mobiclip a happening plugin in the places where it has been launched??
    It is really interesting since I have some cool apps designed using a very old installer which they had once made available...
  13. Hi, What format of sound are you using for the...

    Hi,

    What format of sound are you using for the first 3 buttons? Are you using pointers to midi/smaf/mfi sound on the desktop?

    If you are using any of the above sound formats, then follow these...
  14. Replies
    1
    Views
    1,833

    How lucrative is business for PPCs

    How lucrative is the development of flash content for Pocket PCs. I am planning to invest in a PPC but I am not sure whether the investment will be worth it.

    Who are the people who would purchase...
  15. Replies
    2
    Views
    2,430

    I think the only operators that offers FlashLite...

    I think the only operators that offers FlashLite are T-Mobile in UK and Germany and NTT Docomo in Japan. So if you are in any other part of the world, the player cannot be made available to you.
    ...
  16. Replies
    3
    Views
    339

    The file that you have attached does not do...

    The file that you have attached does not do anything different than the one I had attached????
  17. Replies
    3
    Views
    339

    Multiple collision

    Hi,

    I am having a bit of a trouble working out collision with multiple objects. The point is, if a MC called "ball" collides with a wall on either left side or right side, it should stop. Same...
  18. Replies
    2
    Views
    326

    Is there anybody around who has worked with flash...

    Is there anybody around who has worked with flash 4.:confused: :(
  19. Thread: on keypress

    by mariamdh
    Replies
    2
    Views
    337

    'ALT' is an untrappable key, but if you want to...

    'ALT' is an untrappable key, but if you want to restrict it's usage then use the FSCommand to prevent people from preesing the alt key and minimizing the flash window.


    fscommand("trapallkeys",...
  20. Replies
    5
    Views
    496

    Of course, if you need to load more than 1...

    Of course, if you need to load more than 1 movieclip, you place the empty movieclips at the positions you want them to be and give them their individual names/identifiers.

    Then using the loadMovie...
  21. You just need to define the variables. When...

    You just need to define the variables.

    When you define a variable, the initial value is set to "false" by default. Then you use the script that I have mentioned and it will work.

    See, when...
  22. Replies
    2
    Views
    326

    keyPress and keyRelease

    I am going back to the flash 4 days, but this is required since the client insists on using the flash 4 plugin for a desktop game.

    I have a character which should walk towards the right when the...
  23. Replies
    2
    Views
    282

    I think xxxdaggerxxx is correct. When you create...

    I think xxxdaggerxxx is correct. When you create your enemies, let each enemy object/movieclip, have a property/variable defined exclusively for itself say at the start of the game -


    killStatus...
  24. I think what you are asking for is to creating a...

    I think what you are asking for is to creating a variable through actionscripting, which I don't think is possible in flash.(I could be wrong). But if you already have a variable defined, then it is...
  25. Thread: XML Sockets

    by mariamdh
    Replies
    1
    Views
    656

    XML Sockets

    Are there any good tutorials on using XML Sockets in Flash. I am new to this technology and would like to develop multiplayer games using flash and xml sockets. However I have not come across any...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center