Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Flowplayer Flash: Corner case issue with playback of short videos #296

@lori-annw

Description

@lori-annw

There seems to be an issue with playback of short videos (specifically a video of length 2 seconds)

On page load the video plays successfully, but on attempted playback the video tries to play from 2 seconds (aka the end of the video).
Current behaviour: On clip.onFinish the code triggers player.play(0).pause()

I tried setting the clip.start property to 0 seconds under the clip configuration, but it does not seem to work
If I change the clip.start property to 1, the issue disappears (except it truncates playback to 0:01-0:02)

I am not sure how to post an example, my apologies.

Browser: Chrome
OS: Windows 7 Professional

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions