A Flash Developer Resource Site

Search:

Type: Posts; User: sarabob

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    14
    Views
    3,531

    A jpeg to swf perl script which can run under...

    A jpeg to swf perl script which can run under unix or win32 is available at http://groups.google.com/groups?q=swf+jpeg+adam&hl=en&ie=utf-8&oe=utf-8&selm=3B52207F.A766AEB0%40mac.com&rnum=4

    You'll...
  2. Replies
    1
    Views
    1,256

    it's not a jpeg

    use DefineBitsLossless, not DefineBitsJPEG?
  3. Replies
    29
    Views
    6,923

    gif licensing etc

    (Musicman)

    I was always under the impression that only software which *created* gifs was subject to the licensing problems?

    (spparikh)

    You read in an image, convert it to a format which a...
  4. Replies
    11
    Views
    1,654

    Cool - it really shows up some "crazy golf"-type...

    Cool - it really shows up some "crazy golf"-type games...

    Now all you need is a cool XML-based multiplayer option :D
  5. Replies
    6
    Views
    784

    Ah. The 15 puzzle :-)

    Hehe. *3000* clicks. Hehe :D

    We looked at this a while ago, and the only way we found to be sure was to start from the solution and shuffle the puzzle yourself, either on screen or virtually....
  6. Replies
    6
    Views
    935

    Yes, but I'm trying to make it *really* easy, and...

    Yes, but I'm trying to make it *really* easy, and tie it into what we already know about the flash format. Having a "start compressed block" tag would allow existing software to understand the file...
  7. Replies
    6
    Views
    935

    Although in all but the oldest computers, the...

    Although in all but the oldest computers, the decompression time would be outweighed by the download time. When I had an Amiga 500, lha (the compression program commonly used on Amigas) decompressed...
  8. Replies
    6
    Views
    935

    You should make sure your photos are compressed...

    You should make sure your photos are compressed properly before pulling them into Flash. Make sure that the "Use imported JPEG data" option is set in the library (Window->Library, choose your image,...
  9. Replies
    1
    Views
    762

    hmmm

    (Is there a FAQ for this forum yet?)

    No. There is no .swf to .fla converter. There are a few pieces of software which will extract images, actionscript and sounds from a swf, but nothing to...
  10. Replies
    3
    Views
    1,167

    Does anyone know of a swfdump which supports...

    Does anyone know of a swfdump which supports flash 5 actionscript?

    (like swfdump.exe from the old openswf.org site)

    Thanks,
  11. Replies
    9
    Views
    1,035

    Re: bugs

    However, has anybody ever experienced an earlier request for a web page being satisfied after a later request? I don't think that I have. Furthermore, I have this theory that some bugs are so...
  12. Replies
    9
    Views
    1,035

    oops! Better get that fixed... As I said...

    oops! Better get that fixed...

    As I said though - the only real way around this is to use the ID thing, and prefix all the variables with something. Then copy them to the "real" variables.

    have...
  13. Replies
    15
    Views
    5,718

    I don't think that that was *quite* necessary......

    I don't think that that was *quite* necessary...

    They may be thinking that you want the palm to run their existing flash animations (screen too small). They may think that windows is all there is,...
  14. Replies
    9
    Views
    1,035

    Re: indeed it does

    Not exactly the same as yours. We found that preventing it from happening as much as possible (eg jump to a "loading" screen after the button is pressed) was the easiest solution.
    ...
  15. Thread: Question!!!

    by sarabob
    Replies
    5
    Views
    1,016

    Just another thought... You could always hide...

    Just another thought...

    You could always hide the check string in a longer string.

    for example, taking the string-reversal idea, you could say
    checkstring = "shdfjheudheterceshsjsp"
    (static...
  16. Thread: Question!!!

    by sarabob
    Replies
    5
    Views
    1,016

    Hnng. You *are* allowed to reply to Musicman in...

    Hnng. You *are* allowed to reply to Musicman in the other posts rather than adding a new post each time...

    First up, what type of web hosting do you have? Do you have access to a server with...
  17. Replies
    9
    Views
    1,035

    You'll get both. Try this...

    If I press a button and it calls an ASP page which generates some variables, if before the variables arrive back at the browser I press another button which calls an ASP page which generates a...
  18. Thread: File detection

    by sarabob
    Replies
    3
    Views
    495

    The way I would suggest doing it (I only...

    The way I would suggest doing it (I only discovered SWF studio and Jugglor last week :) ) is to use the registry, as you can read the registry easily with the available tools (ie SWF Studio).

    Have...
  19. Replies
    2
    Views
    470

    Re: I not REALLY SURE???

    It Can't.

    Sure, you could trap the printscreen key. However,

    1. You can only capture keypresses if your window is focussed. Click on the desktop and it won't work
    2. There are a shed-load of...
  20. Thread: File detection

    by sarabob
    Replies
    3
    Views
    495

    What are you trying to do? You aren't very clear....

    What are you trying to do? You aren't very clear. :confused:

    Have you looked at Jugglor and/or SWF studio? (assuming you are running as a projector file not a .swf, as you mention a "flash...
  21. Option 1 (of course) is to do a Moonfruit, where...

    Option 1 (of course) is to do a Moonfruit, where the site *is* the editor. (http://www.moonfruit.com)

    Option 2: Custom written backend system in cgi (perl, asp, php, whatever) with HTML forms (or...
  22. Replies
    8
    Views
    2,262

    Re: Perl SWF Modules

    How are you wanting to implement this? Do you want to wrap en existing C library or reimplement things in pure perl?

    I have written the beginnings of a perl library (to support my jpg/gif/ppm to...
  23. Replies
    11
    Views
    3,540

    Have you thought about linking it with the IJG...

    Have you thought about linking it with the IJG libjpeg? That way you can automatically do the jpegtran step and hence support the dodgy jpegs.

    Just a thought...
  24. Replies
    29
    Views
    6,923

    Cool! You da man... Does it do transparency in...

    Cool! You da man...

    Does it do transparency in png/gif?
  25. You can't load jpegs directly into a flash movie...

    You can't load jpegs directly into a flash movie - only swfs. Why not convert your images to swf files before uploading? Or get the server to do it for you when you upload the files?

    Your...
Results 1 to 25 of 59
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center