To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69971





------- Additional comments from [EMAIL PROTECTED] Thu Oct  5 02:11:09 -0700 
2006 -------
Another temporary solution is this: 
 
Global cnt1 as Integer 
Sub startvideo 
        if cnt1=0 then 
                
shell("/usr/bin/mplayer",10,"-fs 
/home/markert/sync/videos/mirrorbot/eve_motor.avi",true) 
                cnt1 = 1 
        else 
                cnt1 = 0 
        end if 
End Sub 
 
Not very nice, but lets the video play only once in slide show mode. If 
something fails or OOo decides to work correctly, one simply has to click a 
second time to actually launch the video. 
It doesn't work with a static cnt1 variable (why?). 
 
Regards 
Heiner 
 

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to