Results 1 to 4 of 4

Thread: Video in Flash

  1. #1
    Join Date
    Aug 2006
    Posts
    28
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Video in Flash

    Is there a way to get video files to come out clearer?

    Check out the site I'm working on...
    http://www.briantelecky.com/astrocomedian

    The video file is a .mov, and is crystal clear, but when I import it into flash it looks like doo doo...

    >b

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Load it locally using loadMovie(); instead of importing it and basically degrading the movie before it gets published.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Aug 2006
    Posts
    28
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I am using "loadMovie();", but of course I am loading the .swf file of the compressed video...

    Should I be loading the raw video file?

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Yeah, why load it twice? And you may want to ensure that where ever you are loading it is on the topmost level, just so it isn't being distorted by some MC or image or something.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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