user366810
user366810

Reputation: 424

How to make SWF file not auto play

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

Answers (1)

citizen conn
citizen conn

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

Related Questions