A Flash Developer Resource Site

Search:

Type: Posts; User: adam3000

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    757

    Flash Custom Product Builder Question

    Flash Custom Product Builder Question

    I want to make a flash custom product builder. Anyone know of any tutorials to get me started / point me in the right direction:

    I've found some samples of...
  2. thanks for the tip. that worked!

    thanks for the tip. that worked!
  3. Standalone Projector won't work on a Mac when output from Mac Flash 8 Pro

    Standalone Projector won't work on a Mac when output from Mac Flash 8 Pro

    I'm outputting a Mac projector file that will work on my mac computer. However, when I upload it to FTP and download it my...
  4. Standalone Projector won't work on a Mac when output from Mac Flash 8 Pro

    Standalone Projector won't work on a Mac when output from Mac Flash 8 Pro

    I'm outputting a Mac projector file that will work on my mac computer. However, when I upload it to FTP and download it my...
  5. Yes, I know the projector files will be...

    Yes, I know the projector files will be different, but it will all be based off the same flash source file.
  6. I think this thread has the code I'm looking...

    I think this thread has the code I'm looking for...
    http://board.flashkit.com/board/showthread.php?t=773959



    platform = substring(getVersion(), 1,3);
    if (platform == "WIN") {
    // we're...
  7. Ok ... been testing... I've created a button...

    Ok ... been testing...

    I've created a button in flash that has code to launch an application:



    on (release) {
    fscommand("exec", "test.exe");
    fscommand("exec", "test.app");
    }
  8. I've found this thread here...

    I've found this thread here
    http://board.flashkit.com/board/showthread.php?p=4152267#post4152267

    It shows how to do it as of 8/16/2000 ....


    LoadVariables("myfolder\test.txt",0)
    If pc eq...
  9. sorry ... this question should've been posted in...

    sorry ... this question should've been posted in the standalones section here...

    http://board.flashkit.com/board/showthread.php?p=4152267
  10. Determine if Mac or PC within a flash projector? (for use with FSCommand)

    Determine if Mac or PC within a flash projector? (for use with FSCommand)

    How do I determine if a computer is Mac or PC within a flash projector?

    I need this because I've got several FSCommands...
  11. Determine if Mac or PC within a flash projector? (for use with FSCommand)

    Determine if Mac or PC within a flash projector? (for use with FSCommand)

    How do I determine if a computer is Mac or PC within a flash projector?

    I need this because I've got several FSCommands...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center