JSFiddle - React, Tailwind, and code Playground

by Blake Plumb

HTML

<embed name="hello" src="http://www.w3schools.com/tags/helloworld.swf"/>

<button>Pause</button>

JavaScript

//document.hello.StopPlay();

$('button').click(function(){
    document.hello.StopPlay();  
});