A Flash Developer Resource Site

Search:

Type: Posts; User: providence0630

Page 1 of 12 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,201

    CS3 thx for the link. fla posted

    thx for the link.
    fla posted
  2. Replies
    2
    Views
    2,201

    CS3 Change timezone? [AS2]

    Hi,
    Anyone knows how to use getTimezoneOffset() ?
    I have a working flash clock, but how can I change the timezone?
    by the way, i want to show another timezone at the same time show my timezone...
  3. Replies
    2
    Views
    1,286

    CS3 its perfect! thanks!

    its perfect!
    thanks!
  4. Replies
    2
    Views
    1,286

    CS3 How to write this in loop?

    Hi, can someone help me write this in loop?



    calendarday1._visible = false;
    calendarday2._visible = false;
    calendarday3._visible = false;
    ...........
    calendarday42._visible = false;
  5. in your phone.. are you running the swf as...

    in your phone.. are you running the swf as standalone? or wallpaper? or screensaver?

    Buttons wont work in wallpaper or screensaver, only in standalone flash
  6. index.html, AC_RunActiveContent, swfobject keeps getting hacked

    some dude keeps replacing my files. Dont know how he got in my FTP.
    Anyways, only index, AC_ActiveContent and swfobject keeps getting changed.
    The Following lines appeared in my index.html


    ...
  7. Replies
    1
    Views
    559

    CS3 How to code this in XML?

    Anyone knows how to convert these to xml?
    also how to import them in flash?

    var imageBG:Number = 0;
    date_text.textColor = 0xFFFFFF;
  8. CS3 oh, haven't tried that before. would you know...

    oh, haven't tried that before.
    would you know how to code this in xml?


    date_text.textColor = 0xFFFFFF;

    thanks
  9. CS3 Is it possible to read external .as file without recompiling?

    Just wondering if flash is able to do this using a 3rd party app perhaps?
    Im creating a flash application (closed source), and I want it for others to be able to customize the program in the means...
  10. CS3 will give it a go. Thanks

    will give it a go.
    Thanks
  11. CS3 Compile external .as file without .fla file?

    im trying to create a flash app that is customizable by editing the external .as
    so far it works when I re-compile it using flash.
    But I want to keep the fla file close sourced, is it possible to...
  12. Replies
    1
    Views
    487

    External AS Code

    Hi
    Im trying to create a flash app with a bit of code separately
    Basically I want to control a movie clip to be visible or invisible by just changing the external code.

    in my fla i have this on...
  13. Replies
    2
    Views
    1,232

    Neon effect for Dynamic Text?

    Is it possible?
  14. [RESOLVED] Flashlite 2.1 load external image?

    Hi, I've read that flashlite 2.1 supports loading of external files.
    Anyways, I have this simple flash app that I want to load an image from the card.
    Card's path is e:\

    any thoughts on how to...
  15. Replies
    3
    Views
    878

    works perfectly! as always, thanks for your...

    works perfectly!
    as always, thanks for your help!
    its been a while since I coded in flash.. gotta refresh my memory :)
  16. Replies
    3
    Views
    878

    backspace?

    Hi im trying to make a virtual keyboard using flash.
    im using keyCodes, problem is how do you do a backspace?



    if (Key.getCode() == 65) {
    var_text.text = var_text.text + "a";
    }

    the...
  17. Replies
    4
    Views
    424

    yeah I figured that out a while ago. I forgot...

    yeah I figured that out a while ago.
    I forgot to use parseInt

    thanks :)
  18. Replies
    4
    Views
    424

    Numbers will be inputed by the person.

    Numbers will be inputed by the person.
  19. Replies
    4
    Views
    424

    NaN problem..

    So after a while without programming in actionscript I kinda forgot the basics...

    Anyways I want to create a simple calculator.

    I have 2 input text fields

    basically it will just calculate a...
  20. Replies
    1
    Views
    383

    put stop(); on every frame now there are...

    put stop(); on every frame

    now there are several ways to do this, you can do frame labels or simply next frame

    if you are using next frames, lets say you have 2 buttons. nextBtn and prevBtn

    ...
  21. Replies
    6
    Views
    413

    ahh got it. Here give this a try. Not the...

    ahh got it.

    Here give this a try.

    Not the best way, but it works :)

    tell me if you dont understand what I did, so I can explain it.
  22. Replies
    6
    Views
    413

    Just a quick question.. why do you want to stop...

    Just a quick question..
    why do you want to stop music onRollOut when btn1 fills up the whole scene?
  23. Replies
    2
    Views
    455

    here's a detailed guide on how to achieve what...

    here's a detailed guide on how to achieve what you want
    http://actionscript-blog.imaginationdev.com/5/save-jpg-jpeg-png-bmp-image-action-script-3/
  24. at the one you posted inside menu in menu_mc ...

    at the one you posted
    inside menu in menu_mc

    replace


    // Function for button selection

    function clickAction(object) {
    selectedID = object.ID;
  25. Replies
    6
    Views
    413

    are the buttons in a movie clip?? sample fla?

    are the buttons in a movie clip?? sample fla?
Results 1 to 25 of 293
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center