can i make subtitles to a video?

  • can i make subtitles to a video?
    For example, for a clip using swf as URL for plugin?
    my trouble- i can't see any reaction on commands in plagin "Intro" for my swf-subtitle
    in xml i use:


    <plugin name="title"
    url="%SWFPATH%/images/subtitle.swf"
    align="centerbottom"
    x="14" y="50"
    enabled="false"
    keep="false"
    visible="false"
    />

    <plugin name="intro"
    url="images/poster.png"
    align="center"
    alpha="0"
    layer="SCREEN"
    zorder="12"
    keep="true"
    onloaded="tween(plugin[intro].alpha,1,0);plugin[video].stop();plugin[title].stop()"
    onclick="setvolume(1);do_controls();tween(plugin[intro].alpha,0,1);plugin[video].play();plugin[title].play();set(plugin[intro].enabled, false);set(plugin[video].pausedonstart,false);set(plugin[title].pausedonstart,false)"/>

  • Hi!
    It's possible to make subtitles for video by textfield
    just check current video time and change html attribute for textfield.
    textfield must be over videoplayer plugin at the bottom.
    BTW - then you can switch on/off subtitles by hidding textfield ;)

    Regards
    Andrey *thumbup*

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!