Hmmm… I don’t have control over the JS attached to a youtube page… makes for an 
interesting challenge

On 5/26/16, 7:43 PM, "use-livecode on behalf of David Bovill" 
<use-livecode-boun...@lists.runrev.com on behalf of david@viral.academy> wrote:

>You would need to get javascript to call a Livecode handler.
>
>So that means doing something like:
>
>set the javaScriptHandlers of widget "Browser" to "takeMeHome"
>
>
>And then using a bit of javascript in the displayed web page:
>
>liveCode. takeMeHome("myMessage", 12345);
>
>
>to call your Livecode script handler:
>
>on takeMeHome
>>    go to cd 1
>>end takeMeHome

_______________________________________________
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