A Flash Developer Resource Site

Search:

Type: Posts; User: adahsrah

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,216

    Thanks. It worked.

    Thanks. It worked.
  2. Replies
    2
    Views
    1,216

    display infinity symbol

    I have a counter (number) to display. When the counter exceeds limit (counter > 100) it should display "infinity" symbol.
    How to do this in AS2 ?
    whats the ascii value for infinity symbol? (236...
  3. Replies
    0
    Views
    417

    CS3 smil with FLVPlayBack

    I am working in as2 cs3. I have a FLVPlayBack component. Its contentPath is set to a smil file giving path to the media files.
    The .fls, smil and the media filees are in the same folder. This...
  4. Replies
    0
    Views
    468

    CS3 as2 playing media files.

    hello,
    I want to play media files in my as2 app. I am using
    fscommand("exec", "t.exe"); and it runs the t.exe in a separate window. But it works only from the projector file. Is there any work...
  5. Replies
    1
    Views
    580

    CS3 In a label, i want to display 2 or more strings...

    In a label, i want to display 2 or more strings with different styles and position them at particular x and y coords in the label. How can i achieve this using HTML?
  6. Replies
    1
    Views
    580

    CS3 HTML tags in AS2

    I want to layout my frame using HTML. But while some tags are working fine others are not showing any output. Like
    HTMLText = HTMLText.concat("<input id=\"Text1\" style=\"height: 30px; type=\"text\"...
  7. Replies
    2
    Views
    1,962

    Both the swfs are on the same comp. (I am testing...

    Both the swfs are on the same comp. (I am testing on simulator currently.) they are in the same folder and have the same version of actionscript(as2) andboth published for flash lite 2.1
    It seems...
  8. Thread: _global as2

    by adahsrah
    Replies
    3
    Views
    3,222

    I had obviously tried a lot. It depends on the...

    I had obviously tried a lot.
    It depends on the domain in which the two .swfs are running. In Flash 6 or lower versions it does not matter but for higher versions every domain has a separate...
  9. Replies
    2
    Views
    1,962

    application domain

    I am working in flash lite 2.1 and want to use _global across the loading and loaded .swf files.
    But it seems my two .swf are in different domains so i dont get a shared singleton object of _global....
  10. Replies
    0
    Views
    396

    _global across loaded .swf

    I have some _global variables in my app. I load an external .swf in this app. Now how can i access those variables in the loaded .swf without passing them?
  11. Thread: _global as2

    by adahsrah
    Replies
    3
    Views
    3,222

    _global as2

    In as2 how does _global work?
    If i have a variable _global.a=10 in a .fla and if i load another swf from this fla and in that swf i use _global.a then will it be accessible?
  12. Replies
    3
    Views
    758

    myListener.onKeyDown = function () { var...

    myListener.onKeyDown = function ()
    {
    var keyCode = Key.getCode ();
    switch(keyCode)
    {
    case Key.BACKSPACE :{ prevFrame();

    break;
    }
    }
  13. Replies
    3
    Views
    2,471

    to convert a normal game into mobile one you have...

    to convert a normal game into mobile one you have to publish the file accordingly. But it has to be in actionscript1 or as2. Also not all APIs in flash are supported over flash lite. There may be...
  14. Replies
    6
    Views
    2,617

    :) Hey I have checked it on the device and it...

    :)

    Hey I have checked it on the device and it DOES show the error after coming back to fraame1.
    I thought it should not be happening but IT IS happening and i dont get the reason.
  15. Replies
    7
    Views
    2,494

    So do you mean to say the behavior on pressing UP...

    So do you mean to say the behavior on pressing UP and DOWN will depend upon the cursor position? (Whether to increase/decrease number or to change AM/PM.) If so you just need to check the cursor...
  16. Replies
    6
    Views
    2,617

    Yes my observation is it depends upon the free...

    Yes my observation is it depends upon the free available memory. There is one thing which i didnt understand though. When my application is on 1st frame it decodes image1 and displays. When it goes...
  17. Replies
    4
    Views
    2,642

    Thanks Vinayak, I will try that. But I want...

    Thanks Vinayak,
    I will try that. But I want intercommunicating C++ and flash files.
    Like say I will display in flash a button to show all contacts. When the button is pressed, flash will ask Brew...
  18. Replies
    4
    Views
    2,642

    Does anyone know how to create a brew extension...

    Does anyone know how to create a brew extension for flash?
  19. Replies
    3
    Views
    2,471

    You have to use Flash lite for making mobile...

    You have to use Flash lite for making mobile apps. You can get Flash lite from adobe site
  20. Thread: 1120 error

    by adahsrah
    Replies
    3
    Views
    750

    Drag and drop you movieclip instance on stage and...

    Drag and drop you movieclip instance on stage and give name in its property window.
    Double click on the instance on stage to enter the movie clip
    go to the last frame and write gotoAndStop(1)....
  21. Replies
    7
    Views
    2,494

    this is in cs3

    this is in cs3
  22. Replies
    7
    Views
    2,494

    Is this what u want?

    Is this what u want?
  23. Thread: 1120 error

    by adahsrah
    Replies
    3
    Views
    750

    Check the spelling of your movieclip instance. ...

    Check the spelling of your movieclip instance.
    You can access social_media_mc from its parent only. So if you have placed social_media_mc on the main timeline then u can access it from main time...
  24. Replies
    3
    Views
    607

    MX04 I think all 10 boxes must be instances of the...

    I think all 10 boxes must be instances of the same movieclip. Then write onPress function inside the movie clip.
  25. Replies
    4
    Views
    2,642

    Flash lite with external app.

    Is it possible to pass data from a compiled C++ file to a flash lite 2.1 application?
    I want my UI in flash and the data to be processed in C++(I am working on BREW devices). So how can i pass the...
Results 1 to 25 of 62
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center