A Flash Developer Resource Site

Search:

Type: Posts; User: Atomik Support

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Try to position the stage with _movie.stage.rect...

    Try to position the stage with _movie.stage.rect
    e.g. _movie.stage.rect = rect(0, 0, 2048, 768)
    or _player.window.rect
    e.g. _player.window.rect = rect(0, 0, 2048, 768)
  2. In director: Find the "display template" tab in...

    In director:
    Find the "display template" tab in the "property inspector" panel and turn off all "title bar" options. This will remove the title bar from your projector.
    Then in menu "file:publish...
  3. No, you just import your swf files, drag them on...

    No, you just import your swf files, drag them on the stage and create a projector.
  4. 1. You probably did so, but check if your video...

    1. You probably did so, but check if your video card has a setting that will stretch the window over your 3 monitors.
    2. Director would solve your problem. You can embed your flash movies in...
  5. Replies
    1
    Views
    710

    loadmovie not working on some macs

    createEmptyMovieClip("container", 1);
    loadMovie("flash/nav1.swf", "container");

    This is not working on some macs: the projector launches and works correctly, but nothing happens on the loadmovie...
  6. Replies
    2
    Views
    649

    You could use a bat file: Flash opens a bat file,...

    You could use a bat file: Flash opens a bat file, the bat file opens your exe.
  7. Replies
    6
    Views
    737

    Your applescript should be put in a folder called...

    Your applescript should be put in a folder called "fscommand". The "fscommand" folder should be on the same level as the projector.

    You may be interested in our 3rd party tool "Fire-Up". Fire-up...
  8. Replies
    6
    Views
    2,287

    You should un-hqx the hqx file on a mac. This...

    You should un-hqx the hqx file on a mac. This will give you a mac application. You can open that with the fscommand.
    A (carbon) mac application file contains a data fork and a resource fork. This is...
  9. If you're on windows and it needs to go only on...

    If you're on windows and it needs to go only on the user's desktop you can use the free tool 2desktop http://www.northcode.com/misc/2desktop.zip .
    If you want a cross platform solution, and you...
  10. Our 3rd party tool Fire-up enables you to open...

    Our 3rd party tool Fire-up enables you to open (and copy) files from flash projectors on Mac and Windows. Check out http://www.atomiksoftware.com for more info. If you use the sample actionscript,...
  11. Replies
    3
    Views
    540

    You'll have to read and parse the binary data...

    You'll have to read and parse the binary data yourself in VB or C/C++ or any language that can read binary files. There is a description of the .sol file format at...
  12. Replies
    3
    Views
    540

    This is a question for the...

    This is a question for the standalone&applications thread.
    A few suggestions:
    - embed the flash activex control in another application (VB, C)
    - write data to a local shared object and read that...
  13. Replies
    5
    Views
    515

    We bought the B-line Charting component from...

    We bought the B-line Charting component from http://www.blinex.com/ and were quite happy with it. You don't write a decent charting component in an hour, so it was well worth bying it.
    If you want...
  14. I don't think you have to take the error message...

    I don't think you have to take the error message litterally. In my case it said "cannot run in dos mode", but there was a problem with permissions.
    Since it is OK when burned on CD-rom, my guess is...
  15. Just a wild guess, but we had something similar...

    Just a wild guess, but we had something similar with a Director executable and it turned out to be the permissions. Your problem may be something completely different, but we got the same error...
  16. Replies
    3
    Views
    916

    I use BBedit http://www.barebones.com/

    I use BBedit
    http://www.barebones.com/
  17. Replies
    2
    Views
    1,478

    Our 3rd party tool "Fire-Up" can copy files and...

    Our 3rd party tool "Fire-Up" can copy files and folders from a flash projector to the user's hard drive. When you launch it (with an fscommand) a standard save as dialog pops up, so the user can...
  18. Our company is called Atomik Studios...

    Our company is called Atomik Studios http://www.atomik.be/
    (I'll change my signature)
  19. I thought you were looking for a connection...

    I thought you were looking for a connection between a flash projector and another non-flash application.
    Anyway, this localConnection object is pretty interesting. Does it work between 2 projectors...
  20. with the loadMovie() command. The easiest way is...

    with the loadMovie() command.
    The easiest way is to put 4 placeholder movieclips in your projector at the size and position of your 4 menus. Then replace the placeholder movieclips with:...
  21. Replies
    1
    Views
    642

    Try the standalone&applications thread. There are...

    Try the standalone&applications thread. There are a number of 3rd patry tools that will let you link your flash movie with a local database.
  22. Replies
    4
    Views
    807

    The autorun feature does not exist on OS X.

    The autorun feature does not exist on OS X.
  23. Replies
    4
    Views
    1,523

    There are expensive CD-rom copy protection...

    There are expensive CD-rom copy protection solutions e.g. http://www.macrovision.com/products/safedisc/index.shtml
    But they can be cracked too. I saw a guy from larian studios (Divine Divinity) at a...
  24. Our company has done a number of multi screen...

    Our company has done a number of multi screen presentations in Director, but Flash should work as well. I assume the 4 screens are connected to 1 computer. I don't know if you can launch 4 fullscreen...
  25. Let your flash movie write to a local shared...

    Let your flash movie write to a local shared object. The other application can read the local shared object.
    on http://chattyfig.figleaf.com/flashcoders-wiki/index.php?SharedObjectFile you can find...
Results 1 to 25 of 57
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center