Skip to content

Latest commit

 

History

History

03-video-finished

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Video Finished example

The video-finished event is received by the runtime, when the video is no longer playing. The expected difference between "Loaded" and "Focused" logs is the length of the video, take away few hundreds milliseconds for application loading.

Config changes

To get this behavior in your application, inside top-level <widget> element, at minimum add

<tizen:video_splash_screen ready_when="video-finished">
    <tizen:vss_default
        video="path-to-splash.mp4"
        background_image="path-to-background.png"
        background_color="#abcdef"
        image="path-to-splash.png"
        image_border="0px stretch" />
</tizen:video_splash_screen>

Using the example

To see, how to prepare a package with this widget, see Using the examples and use the 03-video-finished/widget directory.