A Flash Developer Resource Site

Search:

Type: Posts; User: tinic

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    950

    ffmpeg.org This is a free command line tool to...

    ffmpeg.org

    This is a free command line tool to create .flv and .swf files. You can use it like this:

    > ffmpeg -i myVideo.mpeg myVideo.flv

    It will convert the input file into a valid .flv...
  2. Thread: FLV decision

    by tinic
    Replies
    1
    Views
    628

    question 1: Yes, Flash Player 7 can play external...

    question 1: Yes, Flash Player 7 can play external .flv files. There is _no_ need for flashcom or flash mx 2004 pro.

    question 2: Yes, use the netStream.pause() and netStream.time. The rest is just...
  3. Replies
    5
    Views
    911

    The advantage of Flash is that most people have...

    The advantage of Flash is that most people have the player installed already. If not its just a 600K download. The other one is that no annoying branding is included and the video really melts into...
  4. Replies
    2
    Views
    624

    Or get FlashMX 2004 Professional and export...

    Or get FlashMX 2004 Professional and export directly from the QuickTime Pro player or other video apps:

    http://www.macromedia.com/devnet/mx/flash/video.html

    It's a little more expensive,...
  5. Replies
    9
    Views
    1,266

    There is no need anymore to 'compile' the .flv...

    There is no need anymore to 'compile' the .flv into a .SWF. Flash Player 7 allows to play a .flv file without the use of FlashCom. There is a projector out there which is nicely done you can try out:...
  6. Replies
    9
    Views
    1,266

    djg549s, it is nonsense to suggest that .FLV has...

    djg549s, it is nonsense to suggest that .FLV has any sort of protestion, there are quite a few apps which can handle .FLV, there is even an open source app which can import and export .FLV:
    ...
  7. Replies
    3
    Views
    1,014

    FLVs do not have any frame limitation. Actually...

    FLVs do not have any frame limitation. Actually there is no notion of a frame rate in a .FLV file, each frame has a timestamp. The maximum length supported is 2^24ms, or 4.6 hours.

    Uncompressed...
  8. Replies
    19
    Views
    1,166

    That is correct. Please also note that video...

    That is correct.

    Please also note that video objects with audio will always use the 'Audio Stream' settings you specified in the publish settings or export flash dialog. Any other local settings...
  9. Replies
    19
    Views
    1,166

    Oh boy... I need to clear up some things here: ...

    Oh boy... I need to clear up some things here:

    1. The Flash Player 6 contains a video codec with the name 'Sorenson Spark'. It is able to decode streams created by the 'Sorenson Spark' or...
  10. Replies
    2
    Views
    511

    Any method attached right after loadMovie will be...

    Any method attached right after loadMovie will be cleared out. What you want to do to is this:

    //-----------------------------------------------

    function picOnLoad() {
    ...
  11. Replies
    1
    Views
    1,512

    1. + 2. ...

    1. + 2.

    http://www.hclrss.demon.co.uk/unicode/fonts.html
    http://www.hclrss.demon.co.uk/unicode/fonts_macosx.html
    http://www.hclrss.demon.co.uk/unicode/fonts_mac.html

    3.

    Yes
  12. Replies
    5
    Views
    1,861

    Audio is fully supported when you import video....

    Audio is fully supported when you import video. It will be part of the SWF audio stream when you export.

    The only limitation is that you can not preview the sound of a video when you scrub the...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center