cs5 building swf for the wrong version
Posted
by Oren Mazor
on Stack Overflow
See other posts from Stack Overflow
or by Oren Mazor
Published on 2010-05-11T14:24:11Z
Indexed on
2010/05/11
14:44 UTC
Read the original article
Hit count: 299
Hey folks, I'm pretty new to flash, so maybe I'm missing something.
I'm using CS5 flash professional to build a swf. I have it publishing to flash 8, actionscript 2. but it will only work with browsers that have 10.1+ plugins, no matter what I try.
is there something really obvious that I'm missing?
Edit:
I'm using swfobject.embed. it looks like this:
swfobject.embedSWF("/foo.swf", "myContent", "400", "300", "9.0.0", "/foo.swf", flashvars);
© Stack Overflow or respective owner