A Flash Developer Resource Site

Search:

Type: Posts; User: vincelee888

Search: Search took 0.04 seconds.

  1. local swf on linux box cannot communicate with server

    morning all

    i have a swf file stored locally on a linux machine, that is launched on boot up via opera. the swf communicates with the server to login and retrieve xml data, and then loads other...
  2. Replies
    0
    Views
    1,280

    xml handling class

    hi

    i am writing a class to handle import rss feeds, but can't seem to progress from loading the xml. on creating the Rss_Test object, it outputs "rss loaded" but nothing else - i am guessing it is...
  3. Replies
    3
    Views
    6,310

    oops, sorry! the way i hacked it, by the way,...

    oops, sorry!

    the way i hacked it, by the way, was to call the fullscreen fscommand after a small delay. the exe residing on the machine downloads the latest version of the main app (where i put...
  4. Replies
    3
    Views
    6,310

    Resolved

    i've sorted it :cow:
  5. Replies
    3
    Views
    6,310

    flash exe fullscreen on windows startup

    Evening all

    I have created an AS2 flash .exe file which i need to run on startup of Windows. i have used
    fscommand("fullscreen") = true; //edit -> oops, this is wrong! see northcode's post...
  6. excellent - working fine now. few bits and...

    excellent - working fine now.

    few bits and bobs to automate now, but sure i can figure them out.

    thanks!
  7. mainloop.bat @echo off for %%i in (1 2 3)...

    mainloop.bat


    @echo off
    for %%i in (1 2 3) do call process.bat %%i

    process.bat


    @echo off
  8. using your examples, i can get it to publish the...

    using your examples, i can get it to publish the file, but only on the first iteration. as it continues through the loop, subsequent attempts to publish the file throws a 'FLA not found' error.
    ...
  9. cheers! the fla2swf compiles to exe too, yes?...

    cheers!

    the fla2swf compiles to exe too, yes?

    --------------------------------------------

    ah yes, it uses whatever settings you have in the publish settings panel!
  10. excellent! will post my batch file once i've...

    excellent! will post my batch file once i've figured it out :)

    cheers :smoov:
  11. publishing many .exes with different variables for each one

    evening all

    not sure if this is possible, but....

    i have a single .fla file i need to publish to an .exe multiple times. for each exe, i need it to compile with a different variable for each...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center