Posts Tagged ‘flash’

h1

color profiles from illustrator to flash

February 25, 2008

I’m clueless about basic graphics, but have been dealing with some issues caused – apparently – by color profiles. After importing some illustrator files into flash, the colors were not being displayed correctly. The hex codes in the color palette were right, but when I saved and sent the file on to someone else, they were not seeing the right colors. (It wasn’t a monitor thing, since she could clearly see the difference between the right and wrong colors being displayed on her screen.)

So far I’m not much smarter, but I picked up a hint or two that I’m jotting down here as a “note to self”. Here’s what Nik says over at actionscriptdiary.blogspot.com:

  • Flash only has one colour profile: sRGB
  • Photoshop has loads and tends to use Adobe RGB
  • So when file comes into Flash, Flash ignore the colour profile and just uses sRGB
  • When opening a file in Photoshop, always choose to use the embedded colour profile
  • Then copy the file and convery (edit > convert to profile) and choose sRGB

    To be continued…

    OK, here’s another tip I found at the MacRumors forums. Here’s what Evo says:

    Flash has no color management. You need to bring in your images with their profile to ensure color consistency. A good way to do this is to assign the profile in Photoshop(Edit Menu–> Assign Profile) to the image and then import into Flash. Most of the time if you use Adobe RGB 1998 for web images, when you save for web, the colors get desaturated. However, if you use the sRGB profile, the colors are preserved when you choose save for web and import into Flash.

    Soooo, from where I’m sitting it looks like this… If you’re working with Photoshop or Illustrator files and importing them into Flash, you need to embed the color profile in the file in Photoshop or Illustrator before you import it into Flash. Which in some cases (like mine, when you don’t have these nifty but very expensive programs) you need to ask the person sending the files to you to do the embedding first. Hopefully that’ll do it!

    h1

    wicked pissah gravity pods

    August 7, 2007

    there’s no telling how much time you’ll lose playing gravity pods. thanks a lot Keith, just great. I mean, wicked pissah. ;-)

    wicked pissah games

    Powered by ScribeFire.

    h1

    FAQ for Flash Video

    July 19, 2006

    This interactive FAQ helps you figure out how best to encode your videos for Flash:

    http://flashvideofaq.com/

    h1

    Flash video player

    July 10, 2006

    http://www.jeroenwijering.com/?item=Flash_Video_Player

    Tested this in a word press plug-in and it works well so far. It’s worth checking out how it is to use it alone (as an alternative to the media player component that comes with Flash ide).

    Along the same lines…

    Convert video to flv format without the pleasure of using Flash (to each his own;)):

    http://www.on2.com/consumer/flixstandard

    Looked at this product when it was windows only and had a very good impression of it – it’s available for both windows and macintosh now.

    And here’s a freebie to test too:
    http://rivavx.com/index.php?encoder&L=3 (windows only)

    h1

    flash video player

    July 10, 2006

    http://www.jeroenwijering.com/?item=Flash_Video_Player

    This video player is used in roel.meurders’ word press plug-in. Worth checking out as a stand alone to embed flash video in a web page.

    h1

    word press plug-in for flash video player

    July 10, 2006

    http://roel.meurders.nl/wordpress-plugins/wp-flv-video-player-plugin/

    Nice so far. Like that you can size the player to the dimensions of the flv.

    h1

    online flash users group

    June 20, 2006

    nice resources for learning flash, including recorded breeze meetings

    http://www.flashusersgroup.org/

    h1

    embed flash games in your blog

    April 6, 2006
    h1

    flash video probs with mac

    August 30, 2005

    From the beta help files (dropped from beta), do not publish this info!

    About audio support for MPEG video
    Because MPEG encodes both the video and audio portions of a file into a single track, encoding MPEG files as FLV files may result in the audio portion being removed (or “dropped”). This occurs primarily when encoding video files into FLV format on the Macintosh platform. On the Macintosh, MPEG video is imported using QuickTime. QuickTime does not support extracting audio content from MPEG files (although QuickTime will correctly playback an MPEG file with audio programming).

    If you are encoding MPEG video with audio on a Macintosh, it is recommended that you first convert the MPEG video clip into another format that encodes audio and video as separate tracks within the file. You can then encode the other format as an FLV file, and preserve the audio content.

    Another alternative is to use a computer with the Windows operating system. Windows imports MPEG video using DirectShow, which supports extracting both the video and audio tracks of an MPEG file. This lets you convert MPEG video into to the FLV format without removing the audio portion of the video clip.

    from beta list:

    Eric E. Dolecki wrote:
    I believe mpeg is the only format which combines the audio and video into a single track. I’ve had to strip audio from video on the Mac, and its been the devil in the past.

    So basically any other format should work as long as its QT-compatible.

    Ivan Cavero Belaunde wrote:
    If you absolutely have to use an MPG source, the simplest approach is to
    use an MPG demultiplexing utility like bbdemux to extract the audio into
    a separate file, then combine it again with the MPG file in an NLE.

    In general, starting with substantially lossy video formats (normally
    intended for delivery) such as MPEG, DIVX/MPEG-4, Sorenson Video, WMV,
    and the like is not recommended. The lossy formats introduce artifacts
    which will confuse the subsequent encoding as it will attempt to
    replicate it.

    -Ivan

    Check out google search with keywords MPG demultiplexing utility macintosh