Reputation: 424
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
Upvotes: 0
Views: 5063
Reputation: 15390
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
Upvotes: 1