A Flash Developer Resource Site

Search:

Type: Posts; User: shabasky

Page 1 of 12 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    2,350

    Where's a good place to live/move out to?

    So, im 21 now.
    Where do I move to? I don't go to college.
    I just work. In Charlotte.

    Well, for general forum reasons, where is a good place to move out to? What do I look for? Apartments are...
  2. Thread: Hey

    by shabasky
    Replies
    0
    Views
    823

    Hey

    Hey guys. Just curious but, if I, hypothetically, binded to all the ports on my pc, what would happen? like would it make it so that no other program could bind to it? if so, could I turn it into...
  3. Replies
    1
    Views
    822

    Can we get Enviornmental Variables yet?

    Working with AIR 3
    Is there any way to get environmental variables? Such as the path to java or the user's application directory? I managed to get what SHOULD be the user's application directory by...
  4. Replies
    5
    Views
    1,513

    help?

    help?
  5. Replies
    5
    Views
    1,513

    Alright. How exactly does it handle it though? Do...

    Alright. How exactly does it handle it though? Do I get to tell my app what to do with it?
  6. Replies
    5
    Views
    1,513

    Well, since its a zip file i'm just going to use...

    Well, since its a zip file i'm just going to use fzip to parse it and any necessarily files that are in it (the xml with all the detail along with any image previews in the _image folder). All I want...
  7. Replies
    5
    Views
    1,513

    AIR: Opening your file type?

    I've got this app that processes what I call "packs". (which are essentially just zip files).

    Course, im going to give them the extension .sfxpack or something. Anyway, what im trying to get at is...
  8. Replies
    0
    Views
    956

    So im making a 3D game...

    ...and im running into multible issues.

    I work with AS3 and flash but I have NO IDEA where to start when including 3d. Especially when I am going to have to make my own 3d engine and everything...
  9. Wait...thats not a urlrequest I need a...

    Wait...thats not a urlrequest

    I need a urlrequest can I get some help?
  10. File.applicationDirectory! Nevermind :D

    File.applicationDirectory!
    Nevermind :D
  11. URLRequest: %USERPROFILE% and %APPDATA%

    I am using AIR to make a little installer. How would I go accessing a file in there application data folder for all platforms?

    When trying to access it directly it works just file.
    private var...
  12. More than that. The entire unextracted zip is in...

    More than that. The entire unextracted zip is in the form of a bytearray yes. The problem is taking that and telling AIR to write all the files and folders in the right order.

    For instance how...
  13. Anyone? . . .

    Anyone? . . .
  14. Anyone? Come on guys I use to use flashkit a long...

    Anyone? Come on guys I use to use flashkit a long time ago don't die the day I come back into coding!
  15. [RESOLVED] FileStream? File.createDirectory?

    Basically what I am trying to do is make a little installer. This is how I am trying to make it function.

    The zip would contain 2 folders. ClassFiles & Content

    1. Download the zip file from the...
  16. Replies
    4
    Views
    690

    Yeah. Your right...guess Ill just have to make an...

    Yeah. Your right...guess Ill just have to make an old drag and drop way...
  17. Replies
    4
    Views
    690

    Are you seri-...and theirs no way for it to be...

    Are you seri-...and theirs no way for it to be done in flash itself because I have definitely seen this online before.
  18. Replies
    4
    Views
    690

    Middle mouse scroller fail?

    import flash.events.MouseEvent.MIDDLE_MOUSE_DOWN

    stage.addEventListener(MouseEvent.MIDDLE_MOUSE_DOWN, downF);

    function downF(e:MouseEvent):void
    {
    trace("You are scrolling down with the...
  19. Replies
    1
    Views
    427

    Accessing a parent variable.

    Lets say I have a movieclip on the stage.

    On the stage on frame 1 I define a variable. Lets say its a string that reads "hello".

    Now in my movieclip on stage I am trying to trace that string I...
  20. Wow so its that easy? No calling on a javascript...

    Wow so its that easy? No calling on a javascript function to do it? Thanks!
  21. [RESOLVED] Navigating without going to a new window?

    Does anyone know how to do this? Trying to make a link in flash and it brings up a new browser or browser tab every time instead of taking the page it is on and actually navigating.
  22. Replies
    0
    Views
    287

    Online Radio + Flash = . . . Possible?

    Trying to figure out how to go about making online radio station. The problem being taking whatever goes into the mike and sending it to a server and having the server send it to everyone listening...
  23. Replies
    0
    Views
    308

    Trying to make an uploader...

    I'm trying to make an uploader and I keep running into problems. I am successfully able to browse the file and select it. When I go to taskmanager in windows I see that data is being uploaded to the...
  24. Replies
    2
    Views
    855

    Im so bad.

    Im so bad.
  25. Replies
    2
    Views
    855

    [RESOLVED] Invalid URL Request?

    Trying to figure out how a few simple combinations of a string results in a fail conversion to a url.


    for(i;i<numberOfProjects;i++)
    {
    var currentN:Number = new Number(i + 1);
    var...
Results 1 to 25 of 281
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center