A Flash Developer Resource Site

Search:

Type: Posts; User: dthree

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    538

    I agree, sharma, but since I inherited this...

    I agree, sharma, but since I inherited this project from another designer who has since lost the fla files, I'm stuck with the swfs. I think I can convince them that they are version 6 compliant by...
  2. Replies
    5
    Views
    538

    The client wants me to assure them that the files...

    The client wants me to assure them that the files are published for version 6.
  3. Replies
    5
    Views
    538

    test version of unknown swf?

    I've got some swf files that someone gave me and I need to know what version they were published for. Is this possible? I don't have the supporting fla files.
  4. Replies
    2
    Views
    447

    That creates a multiple-page scheme, but the "Ad...

    That creates a multiple-page scheme, but the "Ad banner" template would test for flash and either show the flash movie or a graphic, all on one page without going to another page.
  5. Replies
    2
    Views
    447

    "Ad Banner" HTML template gone in 2004?

    I haven't needed it for a while, but I was instructing a coworker to use the "Ad Banner" HTML template when publishing so that it would detect the flash plugin and use a graphic if necessary. She was...
  6. Thread: URL encode?

    by dthree
    Replies
    1
    Views
    11,042

    URL encode?

    Is there a way to URL encode a string in a variable? I have strings containing things like ampersands that need to be converted to %26 and similar.
  7. Replies
    2
    Views
    1,396

    Put your applescript text into a message here,...

    Put your applescript text into a message here, and I'll check that first.

    d3 `-{>
  8. Replies
    7
    Views
    944

    If flash supported markers in sound files the way...

    If flash supported markers in sound files the way director does, then you wouldn't have to chop the sound up. Anyway, since I wasn't using stream sounds when I discovered this bug, this wouldn't have...
  9. Replies
    7
    Views
    944

    I'm curious to know if you are only using linked...

    I'm curious to know if you are only using linked MP3 files or are they in your flash file's library. Also, does this occur on all computers or just certain ones. For us, processor speed wasn't an...
  10. Replies
    1
    Views
    417

    I tried using the "no javascript" method of flash...

    I tried using the "no javascript" method of flash plugin detection as described in the macromedia technote #14086 http://www.macromedia.com/support/flash/ts/documents/scriptfree_detection.htm

    This...
  11. Thread: getUrl command

    by dthree
    Replies
    1
    Views
    464

    Make sure you target the 2nd geturl function. I'm...

    Make sure you target the 2nd geturl function. I'm guessing its gonna be "_self"

    d3 `-{>
  12. Replies
    2
    Views
    453

    You could save each photo into a 1-frame swf and...

    You could save each photo into a 1-frame swf and load them up dynamically.

    d3 `-{>
  13. Replies
    8
    Views
    1,062

    I've had no problem with this command in flash 5....

    I've had no problem with this command in flash 5.
    Make sure the fscommand is on frame 1 of the main movie, not one of the layers. Don't load additional layers until frame 2 or later. Allowscale...
  14. Write an applescript that opens the .mov and call...

    Write an applescript that opens the .mov and call that from an fscommand like an exe. The script should be saved as an applet with "never show startup" checked and "stay open" unchecked. The script...
  15. Replies
    7
    Views
    944

    I'm wondering if anyone else has had this...

    I'm wondering if anyone else has had this problem. I have a CDROM-type project with lots of sound, and on certain computers (usually laptops) 1 or 2 parts of the sound gets choppy or stutters. It...
  16. Replies
    3
    Views
    1,149

    Yes, it can be done very easily with applescript....

    Yes, it can be done very easily with applescript.

    Check out this thread where theres a similar solution to launching a digital video file:
    ...
  17. MMirage, when you say "positioning a window in...

    MMirage, when you say "positioning a window in the centre of the screen" do you mean a bordered window? Because, if not, the combination of the fullscreen-true and allowscale-false fscommands will...
  18. Replies
    6
    Views
    1,476

    Don't think there is any way to do this. You...

    Don't think there is any way to do this. You could put the Acrobat reader installer on your CDROM and instruct the user to install it first. We have done this for a series of CDROMs for a large...
  19. Replies
    0
    Views
    543

    Anyone have problems with flash projector CDROMs...

    Anyone have problems with flash projector CDROMs in faster drives? It seem that the faster drives spin down more often, and then take longer to spin back up when loading a movie. Sometimes this just...
  20. Replies
    2
    Views
    572

    You could write a simple applescript that opens...

    You could write a simple applescript that opens your .mov and save it as an applet. Use an fscommand to launch the applet.

    The applescript should look somthing like this:

    tell application...
  21. Thread: Mac/PC CD-ROM

    by dthree
    Replies
    14
    Views
    1,169

    Are you aware that you have to decode the HQX...

    Are you aware that you have to decode the HQX file on a mac with stuffit expander before it will run?

    If you can't make the CDROM on a mac, you have to put the HQX on the CDROM and instruct the...
  22. Thread: projectors

    by dthree
    Replies
    4
    Views
    751

    A pc running ME, 98 or earlier can't create the...

    A pc running ME, 98 or earlier can't create the resource fork required of a MacOS application, so Flash saves it in the encoded form of HQX, which is similar to UUencode or BASE64. In order to...
  23. Replies
    3
    Views
    587

    We did a screensaver once that used 3...

    We did a screensaver once that used 3 different-sized flash files depending on the monitor resolution. Director checks the rez and runs the corresponding flash movie. Don't know if your project can...
  24. Replies
    1
    Views
    785

    Change the filenames to end .mp3 d3 `-{>

    Change the filenames to end .mp3

    d3 `-{>
  25. Replies
    2
    Views
    765

    Go back a day or so in this forum we've...

    Go back a day or so in this forum we've discussed this at great length. The quick view: don't bother since most mac users turn off this function to protect against a virus.

    d3 `-{>
Results 1 to 25 of 64
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center