A Flash Developer Resource Site

Search:

Type: Posts; User: Filosofer

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    355

    [F5] loadmovie and txt files...

    here is my issue...

    i have 2 domains friend and mine.
    i made a swf with empties in it to load other swf's which then load txt files in dynamic text boxes.

    here is the problem.

    when together...
  2. Replies
    0
    Views
    274

    [F5] Any ideas?

    Well... im about to embark on a quest to complete a script that is a little more mathematically involved and with my grade 2 mathematical skills... i doubt ide be going far.

    here is my situation....
  3. Replies
    0
    Views
    368

    [F5] Flash Code Testing

    Hello everyone, hope you are all having a good week.

    I have stumbled upon a glitch or some software bug i believe.
    There is a project im going back to from the past and I've coded a date and time...
  4. Replies
    7
    Views
    997

    i guess that's another way of converting strings...

    i guess that's another way of converting strings to integers...

    checking the variables "yes" and "true" were my mistake. i didn't read the code carefully while posting. my fault.

    & usually...
  5. Replies
    7
    Views
    997

    After taking a break from this all, i returned to...

    After taking a break from this all, i returned to it with some changes.
    I had made them before reading this reply. However, I have some small changes with the example you provided.

    Please note, i...
  6. Replies
    7
    Views
    997

    actually, i have a question. If i am importing...

    actually, i have a question. If i am importing various *.txt files for various functions. would something like this work:

    frame#1:
    // sports player descriptions
    loadVariables("profiles.txt","");...
  7. Replies
    7
    Views
    997

    I left this project aside for the time being as...

    I left this project aside for the time being as im working on other more important ones. I will let you know how this turns out with the results you posted.

    thanks bro.
  8. Thanks brother, I've almost exhausted all...

    Thanks brother,

    I've almost exhausted all possibilities. This works without a glitch!
    It came to the point i even went to my friend who codes in C++ and he couldn't figure it out.

    How did you...
  9. here is my latest find... everything works...

    here is my latest find...
    everything works accordingly, however, is there any way to run an executable in a path with spaces in it?

    for example, if i have something like
    START...
  10. [F5] Loading Apps Using FSCOMMAND and BATCH

    Goodmorning to you all, I hope everyone is having a wonderful holiday weekend...

    Here is the problem. I read a tutorial online for loading applications using the FSCOMMAND and exec function. This...
  11. Replies
    3
    Views
    2,297

    oh i totally understand. would you know where to...

    oh i totally understand. would you know where to point me to find such information on deleting SOL files totally off the users computer using actionscripting or any other non manual way?

    The only...
  12. Replies
    3
    Views
    2,297

    [F5] Deleting .SOL files from computer.

    Is there anyway of deleting the .SOL files off the users computer? OR... deleting all variables in that .SOL file?

    im trying to make this as user friendly as possible to get rid of cookies.

    i...
  13. Replies
    7
    Views
    997

    [F5] variables into flash...

    Hey everyone.

    got a little issue. i think it's a little more complex as i think it is.

    Frame 1:
    loadVariables( "stats.txt", "_root" );

    Frame 2:
    stop();
  14. Replies
    2
    Views
    2,566

    Do a search for UTC or time zones and you will...

    Do a search for UTC or time zones and you will get many examples of different codes.

    digital is a matter of finding the right font, inserting some variables and dynamic text boxes and your set.
    ...
  15. Replies
    0
    Views
    330

    [F5] loading external swfs using arrays

    Happy new year to everyone.

    I have a few external swf's and the file names will be...
    020101.swf
    200102.swf
    020103.swf

    020201.swf
    020202.swf
    020203.swf
  16. Replies
    2
    Views
    383

    plugged in the code and worked... just modified...

    plugged in the code and worked...
    just modified a line from:
    stateevent = dom[dim];
    to
    stateevent = this[dom][dim];

    works flawlessly...
    so im assuming "this [array object][array element]...
  17. Replies
    2
    Views
    383

    Variables as array objects

    im creating a script and what it does is allow variables to do all the work.
    however, is it possible to list an array object as a variable?

    for example:


    car = "mercedes";

    mercedes = new...
  18. Replies
    3
    Views
    908

    only downfall is im using flash 5... and it...

    only downfall is im using flash 5...
    and it doesn't incorporate the new 2008 features.

    im old school i know.
  19. Replies
    3
    Views
    908

    MC loaded statement...

    Is there a way to check and see if an MC is loaded into a target?

    if the MC is loaded...
    goto and stop frame 2

    something along those lines.
    thanks!
  20. Replies
    2
    Views
    354

    and i was looking forward to the replies! =(

    and i was looking forward to the replies!
    =(
  21. Replies
    4
    Views
    687

    that's the code to the shared objects on local...

    that's the code to the shared objects on local machines... what is there not to understand? all you need is to set variables to your text boxes and the code does the rest.

    there is a tutorial on...
  22. Replies
    2
    Views
    385

    anyone? no ideas huh? =S

    anyone?
    no ideas huh?
    =S
  23. Replies
    2
    Views
    385

    Local Shared Objects

    hey everyone...

    i have done a tutorial on "Using Local Shared Objects in Flash MX" from the site, but i thought of something.

    when a user exits a browser and closes the swf totally... how would...
  24. Replies
    3
    Views
    333

    thank you coldminer, it worked like a charm......

    thank you coldminer,

    it worked like a charm... but im wondering why doesn't this work offline on the local system?

    either way, it's just a tad time ocnsuming when you need to test.
    other than...
  25. Replies
    3
    Views
    333

    geturl and html framesets

    goodafternoon folks...

    ive been trying to wrap my head around the simple problem of linking html pages into frames. here is my problem. when i link an html page in flash to open up into a frame it...
Results 1 to 25 of 67
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center