Stop and Reset the Video ... HELP!

  • Hi,
    I am having trouble getting the video RESET to the first frame.
    Can someone please provide a short example of CODE for a button action that would STOP and RESET the video to the first frame. Every time I stop it, it's like it pauses at the same spot instead. Maybe I just don't understand the command structure.
    Thanks,
    Tony

  • You can create a stop button. Like this:


    <plugin name="stop2"

    url="stop.png"

    align="bottom"

    edge="center"
    x="0" y="30"

    keep="true"
    zorder="3"
    parent=""
    visible="true"

    handcursor="true"

    alpha="1"

    blendmode="normal"
    onclick="plugin[video].stop();"

    scale="1"
    />


    Just a plugin bottom of the screen which will stop the video by clicking :) you can create your own stop button and set the url right.

    Regards,

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!