P
P
Petr Volkhanov2018-04-27 08:25:16
JavaScript
Petr Volkhanov, 2018-04-27 08:25:16

Need to click on the Play button using JS, how to do it?

5ae2b3f2a8e52248502386.pnga
Need to click on the Play button using JS, how to do it?
Website link - www.floridacollections.net
I want the video to play immediately after loading, not with such a long delay.

<script src="http://www.floridacollections.net/iSpeakVideo.js"
type="text/javascript" language="javascript"></script>
  <script type="text/javascript">
    var video=new iSpeakVideo();
   			video.src='https://www.myoffshorecorporation.com/noamcohen1.swf?autoplay=1';
   			video.height=440;
   			video.width=400;
   			video.positionFrom='fromTop';
   			video.Location.X=-80;
   			video.Location.Y=200;
   			video.ReferenceID='imgReference';
   			video.Intialize();
   			function hideWhenFinished() {
    			video.HideWhenFinished();
      }
  </script>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gregory, 2018-04-27
@Loovery

Javascript <-> Flash
Bridge

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question