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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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