A Flash Developer Resource Site

Results 1 to 13 of 13

Thread: load a gif into swf during run time

  1. #1
    Senior Member
    Join Date
    Jan 2001
    Posts
    122
    Hi, i need to load a gif into swf during run time, is there any way of doing that?

    Thanks in advance,
    Maya

  2. #2
    Danny Gomez Creations ® cosmiceye's Avatar
    Join Date
    Mar 2002
    Location
    under a palmtree in Jamaica waiting for psytopia 2005 to begin
    Posts
    982
    flash can load only simple jpgs, but I think that there is other software out there that can be placed on the server and convert the gifs into swfs.

  3. #3
    Senior Member
    Join Date
    Jan 2001
    Posts
    122
    Hi, thanks for replaying, do u know where i can get this software?

    Thanks,
    Maya.

  4. #4
    Junior Member
    Join Date
    Oct 2001
    Posts
    16
    i'm also interested in this software if it exists...

    Thanks.

  5. #5
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    First thing you should learn is how to use a search engine!

    http://www.simtel.net/pub/pd/53838.html

    http://www.gfx2swf.com/gif2swf/

  6. #6
    Junior Member
    Join Date
    Oct 2001
    Posts
    16
    Thanks! and since you're already a pro at using the search engine, what's the best way to do it to a .jpg? or is there one that will do it for both?

    I'm looking at Ming now, but I'd prefer a simple cgi or php script.

  7. #7
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Flash MX can directly load jpegs, without having to convert them!

  8. #8

  9. #9
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    In Flash MX to load external .jpg's

    loadMovie("your.jpg" , "targetMC");

  10. #10
    Maya was talking about loading GIF's not JPG's.
    I'm not sure if ming can do it if the gif is animated

  11. #11
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Originally posted by McFalski
    Maya was talking about loading GIF's not JPG's.
    I'm not sure if ming can do it if the gif is animated
    You cannot dynamically load .gifs into MX only .jpg

  12. #12
    Ming is an SWF output library and PHP module.
    It's a server side program that dynamically generate swf files from JPEG (non-progressive),PNG and GIF (non-animated) images so you can load them into your flash movies.

  13. #13
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Couldn't you just import your .gif .png or .jpg into flash, publish it then import that .swf ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center