Controlling a Flash Player using JavaScript

后端 未结 2 1125
自闭症患者
自闭症患者 2021-01-02 17:49

I would like to be able to control a flash movie stream using JavaScript in the same pages as the flash component including:

  • Play and Pause stream
  • Cha
2条回答
  •  忘掉有多难
    2021-01-02 18:40

    "Is this possible without modifying the SWF that is currently used to play the movie" .. it's only possible if the SWF you are using implements the ExternalInterface with documented functions suitable to your needs - as described by cliff.meyers ... otherwise, .... no

提交回复
热议问题