A Flash Developer Resource Site

Search:

Type: Posts; User: Dene

Page 1 of 15 1 2 3 4

Search: Search took 0.27 seconds.

  1. Replies
    6
    Views
    9,045

    In Custom FLV Player's component's, the Display...

    In Custom FLV Player's component's, the Display component (which might have an instance name of 'myDisplay') is the video object which displays the video.
  2. Replies
    6
    Views
    9,045

    My video component above was developed for AS2. ...

    My video component above was developed for AS2.

    For AS3, coding from scratch would involve calling the seek() function (of the NetStream object) repeatedly while the fast-forward button is held...
  3. Replies
    1
    Views
    995

    You can use this code: import...

    You can use this code:

    import flash.filters.ColorMatrixFilter;

    var mat:Array = [.33,.33,.33,0,0,
    .33,.33,.33,0,0,
    .33,.33,.33,0,0,
    0,0,0,1,0 ];
    var colorMat:ColorMatrixFilter...
  4. Anyone got the book 'Foundation ActionScript Animation: Making Things Move!' to hand?

    Hi I have the book myself but it's at home. Could anyone post the distribution equations from pages 492 - 494? That's the Square distribution, Circular distribution and Biased distribution. It would...
  5. Replies
    3
    Views
    978

    You do need to publish as flash player 7. The...

    You do need to publish as flash player 7.
    The FLV should load locally, no problems.
  6. Replies
    2
    Views
    811

    FFmpeg converts video formats on the server-side

    FFmpeg converts video formats on the server-side
  7. Replies
    3
    Views
    879

    If you have the flv you can import it to the...

    If you have the flv you can import it to the timeline of a new flash movie and publish that.
  8. Replies
    3
    Views
    978

    Are the swf and flv uploaded to the same server?...

    Are the swf and flv uploaded to the same server?

    Some server hosts don't allow some file types including .flv, which wont play in that case, so it's worth checking.
  9. Thread: Moving an FLV

    by Dene
    Replies
    3
    Views
    940

    so the flv is embdded into your timeline and not...

    so the flv is embdded into your timeline and not loaded at runtime?
  10. Replies
    7
    Views
    1,393

    Try file->import and choose the video you want to...

    Try file->import and choose the video you want to import.
    Once the video is in the flash library as an flv, it can be exported by right clicking it and choosing Properties.
  11. Replies
    7
    Views
    1,393

    Yes, the video needs to be an FLV file. You can...

    Yes, the video needs to be an FLV file. You can create one by importing your video into flash. (File->Import->Import Video...)
    Then in the MediaPlayback parameters (see the Properties inspector)...
  12. Thread: SWF to MPEG2

    by Dene
    Replies
    3
    Views
    994

    In Publish Settings you can choose to export the...

    In Publish Settings you can choose to export the flash movie as QuickTime.
    You could then use other software to convert it to MPEG2 format
  13. Thread: Moving an FLV

    by Dene
    Replies
    3
    Views
    940

    Does the problem occur when you have imported an...

    Does the problem occur when you have imported an FLV to the timeline in FLash. Or is it when you load an external FLV file into the flash movie?

    Once an FLV is created it doesn't rely on the...
  14. Thread: Video Help PLease

    by Dene
    Replies
    2
    Views
    1,025

    When encoding the FLV, did you set the framerate...

    When encoding the FLV, did you set the framerate to the same as that of the original video file? If not the same then an exact mulitiple of it.

    eg. if the original framerate was 25, encode the...
  15. Replies
    1
    Views
    717

    You need to publish your flash movies as flash...

    You need to publish your flash movies as flash player 7 or higher in order to load in external FLV files. (the exception is flash player 6 will do if using flash media server)

    If i remember...
  16. Thread: Huge video!

    by Dene
    Replies
    3
    Views
    922

    You should load the video into your flash movie...

    You should load the video into your flash movie as an external FLV file - ie progressive streaming.
  17. Thread: choppy flv

    by Dene
    Replies
    4
    Views
    1,072

    I recommend dropping the frame rate. Try halfing...

    I recommend dropping the frame rate. Try halfing it. It sounds harsh but for the web it looks decent and you'll double your playback performance.
  18. Thread: advice needed

    by Dene
    Replies
    1
    Views
    897

    Is the homepage a mixture of html/flash? The...

    Is the homepage a mixture of html/flash? The loading of html elements can delay the loading of flash elements.
    If the hoempage is soley flash, then you could wait until all other elements have...
  19. Replies
    7
    Views
    1,659

    My flv player component can be skinned to look...

    My flv player component can be skinned to look like the one at www.philadelphiaeagles.com. It's just a case of editing symbols in the library to replace the basic default graphics. So far there have...
  20. Replies
    8
    Views
    1,403

    If you place the FLVs into container movieclips...

    If you place the FLVs into container movieclips called movie0_mc, movie1_mc... etc. (in your shared library) you'll want to load all those movieclips at once and calculate the overall progress along...
  21. Replies
    6
    Views
    1,152

    which component are you using?

    which component are you using?
  22. Replies
    8
    Views
    1,483

    Yes i meant add the flv component to the main...

    Yes i meant add the flv component to the main movie which attaches the help form. It sounds like the FLV component has assets which conflict with the scolling thumbnail. Is the previous problem...
  23. Replies
    5
    Views
    1,267

    The player (http://www.meshybeats.com/components)...

    The player I created has interchangeable graphics for the controller and buttons elements.
  24. When you create your FLV set the option 'frames...

    When you create your FLV set the option 'frames per keyframe' to 1. This will encode a keyframe on every frame of the FLV. When using seek() flash can only move to the nearest keyframe (which may be...
  25. Replies
    8
    Views
    1,483

    Ensure that the FLV playback component assets are...

    Ensure that the FLV playback component assets are placed in the main movie library, as well as in the loaded swf's library.
Results 1 to 25 of 361
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center