A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: making an FLV start at a certain frame or time

  1. #1
    Member
    Join Date
    Nov 2006
    Location
    Arizona
    Posts
    57

    making an FLV start at a certain frame or time

    hello all,

    im using an flv, the first 1-2 seconds of this movie for some reason or another starts out at a pretty bad quality, the video is slightly colorized differently and it just looks grainy / pixelated.

    im hoping theres a way to force the flv to go to a certain place past the ugly beginning. so the first time a user comes to the site , the video is just paused at second two and when they hit play it just starts from that point. (so the ugly looking start is just never seen)

    im sure the video could be edited as well.. so if theres a way for me to chop out the start of the video , i could go that route as well if easier, im just pretty clueless here right now as to how to achieve this.

  2. #2
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    assuming you are using the flv playback component.
    where instance name = my_flv
    PHP Code:
    my_flv.contentPath "your.flv";
    my_flv.playheadTime 5//position where you want to start playing.
    my_flv.play() 
    hope this helps.
    If you don't think you're going to like the answer, then don't ask the question.

  3. #3
    Member
    Join Date
    Nov 2006
    Location
    Arizona
    Posts
    57
    Thank You

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