A Flash Developer Resource Site

Search:

Type: Posts; User: everfornever

Page 1 of 20 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    14
    Views
    17,145

    As you can see, this account appears to working...

    As you can see, this account appears to working fine, so most likely you're experiencing a local browser issue. More then likely you'll need to enable cookies. I've sent the new password to the email...
  2. Replies
    25
    Views
    2,723

    yea for some reason my scroll code is picking up...

    yea for some reason my scroll code is picking up a decmial number and its enough to throw it off to block half the last file as it gets bigger.

    Haven't look at it in a while and I had just noticed...
  3. Replies
    25
    Views
    2,723

    When accessing the page? or when trying to...

    When accessing the page? or when trying to perform an action?

    No one else has reported any bugs in many months, so I have to ask you to be more specific.

    Thanks
  4. Replies
    25
    Views
    2,723

    Hi Flashkit, Have not had alot of time to stop...

    Hi Flashkit,

    Have not had alot of time to stop by as often but I wanted to tell you all are doing great work, I look around at all the projects weekly even though I don't comment.

    And my Free...
  5. Replies
    25
    Views
    2,723

    you can now lock or unlock access to your private...

    you can now lock or unlock access to your private files via a password being set or not set.

    Access to this is in the right corner of the "Sharing" sort button near the top right





    That...
  6. Replies
    25
    Views
    2,723

    there are now two types of sharing methods. ...

    there are now two types of sharing methods.

    public sharing

    and

    private sharing


    setting a files "public" sharing on allows all users to see your file in the "users publicly shared files"...
  7. Replies
    25
    Views
    2,723

    you can now add a description to your files. ...

    you can now add a description to your files.

    you can also view descriptions of other users shared files
  8. Replies
    25
    Views
    2,723

    The Shared Folder is now up and running. The...

    The Shared Folder is now up and running.


    The first folder under "MyFolders" is the public folder, and it's named "ALL USERS SHARED FILES".

    From this folder you can view/open/download any...
  9. Replies
    25
    Views
    2,723

    You can now set files to be "shared" or "not...

    You can now set files to be "shared" or "not shared".

    This will allow other users to find these files under the "Shared Files" folder.

    Entire folders are not able to be set to "shared" or "not...
  10. Replies
    25
    Views
    2,723

    You can now Drag-N-Drop files from one folder to...

    You can now Drag-N-Drop files from one folder to another in order to move them around.

    Some work has also been done to use less panels while controlling things... ( ie, you can now access the...
  11. looks cool but crashed on me 3rd level 1st enemy

    looks cool but crashed on me 3rd level 1st enemy
  12. Replies
    21
    Views
    1,521

    Thanks again Cadin. and Stephen I don't mind a...

    Thanks again Cadin. and Stephen

    I don't mind a bit of razzing now and then =)

    Stephen, yes now that I know of all of this I have been looking through all of this for the past few hours.

    It's...
  13. Replies
    21
    Views
    1,521

    Just wanted to say thanks again. I know I can...

    Just wanted to say thanks again.

    I know I can get frustrated easily, thank you for helping me.

    you guys have been great, and you have solved my problem, I hope you get some kind of happy...
  14. Replies
    21
    Views
    1,521

    Hey, It's working great HOWEVER, again another...

    Hey,

    It's working great HOWEVER, again another issue.

    Like I said though it's working great and I thank you for your help first.

    But the issue is this, I can trace the values of my objects...
  15. Replies
    21
    Views
    1,521

    Stephen, I believe that did it. Let me go...

    Stephen,

    I believe that did it.

    Let me go add it into my actuall application and see what happens.

    Thank you for joining in and helping.

    Thank you as well cadin
  16. Replies
    21
    Views
    1,521

    Still not working I added your new code to my...

    Still not working

    I added your new code to my copy function too...



    function copy ( o : Object ) : Object {

    var co : Object = null;
  17. Replies
    21
    Views
    1,521

    Ok this is realy getting crazy... I even added...

    Ok this is realy getting crazy...

    I even added a for loop and a push to create a new array, not an =.

    look


    function copy ( obj : Object ) : Object {

    var tempObj : Object = new...
  18. Replies
    21
    Views
    1,521

    I just don't understand. We created two...

    I just don't understand.

    We created two seperate and brand new objects, one of which occurs inside a function.

    Then even used .concat on one of the arrays.

    And then changing the original obj...
  19. Replies
    21
    Views
    1,521

    You'll see above that using your exact same...

    You'll see above that using your exact same script.

    but changing any of the obj varaibles also changes the shard object.

    So it's still not working.

    man this is so frustrating
  20. Replies
    21
    Views
    1,521

    Ok, I took your sample script and laid it out...

    Ok, I took your sample script and laid it out exactly how I am doing this, but using your script, I simply edited to follow the steps I am taking.



    var SavedData : SharedObject =...
  21. Replies
    21
    Views
    1,521

    sorry thought it would work.... but its not ...

    sorry thought it would work.... but its not

    your no doing what I am doing.

    I have objects inside my array.

    Below I took your script and made a very minor change to show you how I am storing...
  22. Replies
    21
    Views
    1,521

    JEEZ! Still not working! //create new...

    JEEZ!

    Still not working!


    //create new data objects
    var SavedInfo : Object = new Object ( );

    //add info
    SavedInfo.SavedName = SavedName;
  23. Replies
    21
    Views
    1,521

    yea i saw that thread and really thought his...

    yea i saw that thread and really thought his solution would help me...

    but when I add


    Object.prototype.copy = function() {
    var tempObj = new Object();
    for (var i in this) {
    tempObj[i]...
  24. Replies
    21
    Views
    1,521

    [RESOLVED] another sharedobject problem

    Hi guys,

    I'm re-visiting my old scripts and still having a problem with these shared objects.

    I am trying to save some variables stored inside objects to a shared object.


    //create new data...
  25. Replies
    9
    Views
    1,187

    http://board.flashkit.com/board/showthread.php?t=7...

    http://board.flashkit.com/board/showthread.php?t=776188

    Had the same problem. I was told no problem exists when I asked.

    Glad that someone else had the same problem and found a solution, as I...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center