A Flash Developer Resource Site

Search:

Type: Posts; User: onenonly

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. I may have added wrong fla here the updated one

    I may have added wrong fla
    here the updated one
  2. Movieclip stop drawing bitmapdata continuously

    // currentTime
    var currentPlayerTime = 0;

    // Blank MovieClip
    var timeLineEdit:MovieClip = new MovieClip();
    MovieClip(root).addChild(timeLineEdit);

    // 60 seconds
    var movieDuration:Number =...
  3. Replies
    2
    Views
    1,094

    omfg, im such an idiot, thx bro, ive been using...

    omfg, im such an idiot, thx bro, ive been using name properties
    rookie mistake, and thx for taking the time to answer my question
  4. Replies
    2
    Views
    1,094

    How Do I get The Object Variable Name?

    Can something help me get this to work without using name properties?
    Can it even be done?


    var bottomRight:Sprite = new Sprite();
    bottomRight.graphics.beginFill(0x00FF00, 0.2);...
  5. Replies
    1
    Views
    545

    gallery2 images?

    i have a gallery thats loads two image at a time.

    first one loads with alpha of 0 then i increment it by .01 with enterframe event
    but how to i go about decreaseing it once it reach alpha 1, then...
  6. Replies
    1
    Views
    843

    Image movement during runtime

    I want my image to move during runtime?

    1. Load image with Loader.
    2. Transfer image to ImageDisplay variable.
    3. Add Child to display at index 1.
    4. Start timer delayed by 2 Sec.
    5. Once...
  7. Replies
    11
    Views
    2,343

    @ huflungpu35 plz resign or go somewhere else,...

    @ huflungpu35
    plz resign or go somewhere else,
    5TonsOfFlax been here and helping ppl for free so show some respect,
    if he thinks your an idiot guess what you are,
    respect is earn and since you...
  8. Replies
    2
    Views
    846

    thx you kind sir, for your well explanation i...

    thx you kind sir, for your well explanation
    i greatly appreciated it ;)
  9. Replies
    2
    Views
    846

    [RESOLVED] Gallery slide multiple pics ?

    fileNames is an array of file name from my folder images
    as3 call php to my server

    Question?
    1. Is loading the image as it display a good technique?
    2. Does requesting a new image every 2...
  10. Replies
    3
    Views
    977

    Im making a photography gallery website...

    Im making a photography gallery website basically.
    Im trying to resize the imageLoader:Loader when Event.RESIZE listener is triggered.
  11. Replies
    4
    Views
    1,253

    thx I got it, add listener for resize in window...

    thx I got it,
    add listener for resize in window size
    make sure under publish settings,
    in the html tab that dimension are on percent and set to 100 X 100.

    stage.scaleMode =...
  12. Replies
    3
    Views
    977

    Better way to code this?

    I want to be able to re-size my newly loaded image proportioned to my windows size ,
    but I hate how the code would be organized.
    Instead of putting my imageloaded function inside my resizeListener...
  13. Replies
    4
    Views
    1,253

    Thx for your reply!! I used stage.scaleMode...

    Thx for your reply!!

    I used
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    That does accomplish what the other website does.
    It doesnt resize the way i want it
  14. Replies
    4
    Views
    1,253

    [RESOLVED] float/screen resolution?

    Any help would be greatly appreciated!!
    I love this forum!!
    anyways

    site http://www.ciriljazbec.com/

    this site manage to scale to different resolution
    its like the size of his stage is...
  15. Replies
    3
    Views
    1,652

    good coding etiquette?

    wondering if there is a better way or is this the right way?
    anything im missing?



    for(var i:int = 0; i < 10; i++){
    var user:Object = new Object();
    user[i] = new users(); <---...
  16. Replies
    4
    Views
    1,222

    Thanks for your reply flashmed, but seems to me...

    Thanks for your reply flashmed, but seems to me arkitx answer my question,
    I wanted to know how to to call a function in my AS file from my fla file, i knew how to call a function in my fla file...
  17. Replies
    4
    Views
    1,222

    call ing function in AS file?

    I have a function called test in my first frame of my fla file

    all it does is trace HELLO WORLD

    All i want it to do is call it in my AS file no I cant
    no such function exist?

    Example
    FLA
  18. Replies
    1
    Views
    1,029

    Optimize Coding?

    Im creating MMO with flash but making it small at first....
    I need to know the best way to code the characters....

    I was thinking keeping all the data such as coordinates, inventory and cash all...
  19. Replies
    1
    Views
    893

    Flash Security?

    I ahve a flash and php and trying to make a mmo
    im worried about security
    what can I do to prevent cheating?

    1. When send variables to the server the user can change variable with cheat engine...
  20. Replies
    9
    Views
    1,737

    Confused? yet interesting.... Can you elaborate...

    Confused? yet interesting....
    Can you elaborate on it a little more,
    this is the first time i heard of this
    If possible can you point me in the right direction to learn about it maybe a tutorial...
  21. Replies
    9
    Views
    1,737

    btw how do i mark thread solved i see some...

    btw how do i mark thread solved
    i see some threads have that

    also how do you protect your as file?
  22. Replies
    9
    Views
    1,737

    :mad: dam... your absolutely right.. That...

    :mad: dam...
    your absolutely right..
    That would be a good way to protect my actionscript file, adobe should do that

    thx by the way
  23. Replies
    9
    Views
    1,737

    the swf will be loading it, well just like you...

    the swf will be loading it,
    well just like you load an external as3 file with import
    i wanted to do that with a remote server

    reason...
    I want to protect my actionscript file from being viewed...
  24. Replies
    9
    Views
    1,737

    Load ActionScript File from remote server

    Is it possible to load action script file from a remote server before loading swf?
  25. Replies
    0
    Views
    1,148

    AS3 Policy File

    Building simple Client - Server program....

    I current have the server wait for the <policy-file-request/>\0 then respond with
    <cross-domain-policy>
    <allow-access-from domain=\"*\"...
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center