A Flash Developer Resource Site

Search:

Type: Posts; User: Urbansory

Page 1 of 20 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    1
    Views
    1,008

    I'll have to reinstall my developer tools then....

    I'll have to reinstall my developer tools then. I've been using SubethaEdit, but i'll check into that
  2. Replies
    7
    Views
    1,073

    7,0,19,0 Mac OS 10.3.2 So on a Windows...

    7,0,19,0

    Mac OS 10.3.2

    So on a Windows machine with the latest player... if i swap the loaded file for another, the previous file will stop loading as it should?
  3. Replies
    7
    Views
    1,073

    I never took this into consideration, i had a T3...

    I never took this into consideration, i had a T3 connection in college, but since I'm on DSL, I was wondering what ate up my bandwidth. i checked the activity window in Safari and there were a few...
  4. Replies
    7
    Views
    1,073

    I notice sounds will continue to load, say i have...

    I notice sounds will continue to load, say i have one sound object, I start to load a sound, then i decide to load another to the same object... it's now loading 2 mp3 files, using up the users...
  5. Replies
    9
    Views
    2,521

    Ok, i just got it to do what you did SJT. I had 3...

    Ok, i just got it to do what you did SJT. I had 3 tabs with the same url working fine, but i left one text field blank, then opened a new one and typed there. Tried to go back and edit the older text...
  6. Replies
    9
    Views
    2,521

    Damn, he's right, it does stop working in a new...

    Damn, he's right, it does stop working in a new tab.

    Hmmm, actually, once you open a tab, nothing works, i can't edit any of the text i open from the original window before i added tabs. Never...
  7. Replies
    11
    Views
    967

    o ok, I thought you would have said there was...

    o ok, I thought you would have said there was backend, I never considered it, I was just trying to find the text field problem script was having. So the shared object problem continues under MacOS...
  8. Replies
    11
    Views
    967

    Well there has to be something in MX 2004 to...

    Well there has to be something in MX 2004 to allow it to save the name i entered in the text field like that. I guess it's time for me to upgrade.
  9. Replies
    11
    Views
    967

    Hmmm, i can type in the field, but i can't copy...

    Hmmm, i can type in the field, but i can't copy and paste. bluecrisis, are you using a shared object? Because I can not get shared objects to work on my mixer in Safari under 10.3, works as it should...
  10. Replies
    11
    Views
    967

    are you using a shared object with that? i can't...

    are you using a shared object with that? i can't login, it remembers what i used before and enters that automatically now. I really would like to know because my mixer under 10.3 does not support...
  11. Replies
    11
    Views
    967

    I'm using Safari, 10.3.2, no problems

    I'm using Safari, 10.3.2, no problems
  12. Replies
    11
    Views
    967

    Interesting

    Interesting
  13. Thread: Your Mac?

    by Urbansory
    Replies
    5
    Views
    1,266

    Poll: I knew something was wrong with the poll, I've...

    I knew something was wrong with the poll, I've been away from FK for so long, I didn't even notice the missing bar charts.
  14. Replies
    13
    Views
    1,109

    Well it worked fine in Jag. Panther refuses to...

    Well it worked fine in Jag. Panther refuses to work, and a flush is in the code. One of those things that is just driving me crazy. I found a fix to a perl script problem in Panther, it basically...
  15. Replies
    6
    Views
    874

    I still use sound edit 16, I have Peak, I can use...

    I still use sound edit 16, I have Peak, I can use FCP time to time, but Sound Edit still gets the job done in Classic.
  16. Thread: Your Mac?

    by Urbansory
    Replies
    5
    Views
    1,266

    Poll: I bought my G4 when the AGP models rolled out...

    I bought my G4 when the AGP models rolled out early 2000. It has performed great over the years, it is currently running Panther, and she will be replaced with a G5 in the first half of '04.
  17. Replies
    1
    Views
    592

    Safari still does some odd things, and one big...

    Safari still does some odd things, and one big problem in Panther is that Shared objects no longer work for me from my Flash files. They worked fine in Jag.
  18. Replies
    4
    Views
    984

    #!/usr/bin/perl use CGI; $query = new CGI;...

    #!/usr/bin/perl
    use CGI;
    $query = new CGI;
    //This takes the variable from flash named "theFile" and makes it into a variable for the PERL script
    $theFile = $query->param("theFile");
    print...
  19. Replies
    3
    Views
    458

    So what exactly is it returning? I've used...

    So what exactly is it returning?

    I've used this numerous times, so it's in how you are writing your variables.

    Not sure what you mean by " could not put this infront of ["txt"+whichpic]" If...
  20. Replies
    4
    Views
    984

    Take my script and modify it to your needs. ...

    Take my script and modify it to your needs.

    #!/usr/bin/perl
    use CGI;
    $query = new CGI;
    $theFile = $query->param("theFile");
    print "Content-type: text/html\n\n";
    if (-e $theFile){...
  21. Replies
    3
    Views
    701

    Thats what it was, it was waiting for some data...

    Thats what it was, it was waiting for some data to be returned. Now I need to figure out why Shared objects in Safari nolonger works. Thanks.
  22. Replies
    3
    Views
    701

    Well this is run from Flash, and when i check the...

    Well this is run from Flash, and when i check the files, they are created, and if the file is already on the server, the number does increase. So I'm thinking it is a Panther/Safari issue. Well...
  23. Replies
    3
    Views
    458

    You have to make sure the second part is an...

    You have to make sure the second part is an expression, not a string, or it will concatenate a string, not create the name of your variable.

    myText= "txt" + whichpic;

    or to be safe

    myText=...
  24. Replies
    3
    Views
    701

    Quick PERL Question

    I made this script to count every time a user accesses a file, if the file is not there, it will create this file and insert "1" as the number. It works fine in IE, but Safari gets stuck waiting for...
  25. Replies
    13
    Views
    1,109

    They work like cookies, in flash you can save...

    They work like cookies, in flash you can save arrays, variables etc... I used them to allow users to save their mixes, settings and many other things.

    Basically the backbone behind my mixer, and...
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