0

Does anyone know how I can make this SWF file not autoplay? when play=true, it autoplays. When play=false, I get a blank screen.

You can test it at

http://abdullahyahya.com/temp/testswf.html

user366810
  • 297
  • 1
  • 5
  • 16

1 Answers1

1

SWF files are not videos, they don't just autoplay or not. You should set a stop() action on the first frame of the SWF if you would like it to expect user input before playing.

See this question for more info: How to make an embedded video not autoplay

Community
  • 1
  • 1
citizen conn
  • 15,300
  • 3
  • 58
  • 80