Ignore:
Timestamp:
Jan 9, 2011, 10:14:38 PM (14 years ago)
Author:
dkearney
Message:

video fixes
stop playing old video when we load a new video

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/videoscreen.tcl

    r2023 r2024  
    428428    }
    429429
     430    video stop
     431
    430432    if {([info exists _movie]) && ("" != ${_movie})} {
    431433        ${_movie} release
     
    466468# ----------------------------------------------------------------------
    467469itcl::body Rappture::VideoScreen::loadcb {args} {
    468 
     470    video stop
    469471    Rappture::filexfer::upload {piv tool} {id label desc} [itcl::code $this Upload]
    470 
    471     #uplevel 1 [list $args]
    472472}
    473473
     
    477477itcl::body Rappture::VideoScreen::Upload {args} {
    478478    array set data $args
     479    video stop
    479480
    480481    if {[info exists data(error)]} {
Note: See TracChangeset for help on using the changeset viewer.