Folks:
I’m trying to play a YouTube move in the rev browser. I use revBrowserOpenCEF. 
The code is:

on openBrowser
   put the windowID of this stack into tWinID
   put revBrowserOpenCEF(tWinID,"http://earthednet.org/ptExplorer/Cover.html";) 
into sBrowserID
   revBrowserSet sBrowserID,"showborder","true"
   revBrowserSet sBrowserID, "rect",rect of grc "browserRect"
end openBrowser

on closeBrowser
   put revBrowserInstances() into tInstances
   if tInstances is not empty then
      revBrowserClose sBrowserID
   end if
end closeBrowser

This crashes LiveCode 7.0.1, as well as 7.0.1 (Rc2) when I try to play a Flash 
movie. This is on Mac OS10.10.1. The movie plays, but livecode won’t quit and 
seems to lock up or crash.

Before I submit a bug report, I wonder if anybody else has seen this, or if I 
am doing something wrong.

Note: using the older browser: “not the CEF one” Mac doesn’t crash, but the 
movie is not displayed at the correct size in Windows, and won’t display at all 
in Windows 7 64 bit.

Regards,
Bill

William A. Prothero
http://es.earthednet.org/

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to