View Full Version : SWF metatag - complete list of options?
tom101
01-08-2009, 03:18 PM
Where can I find a complete list of SWF metatag options?
The ones I know of so far are:
[SWF(width="560", height="600", backgroundColor="#FFFFFF"]
Are there others?
BTW - has this been omitted from the official Adobe documentation?
thanks
tom
CyanBlue
01-08-2009, 03:20 PM
Howdy and Welcome... :)
Aren't they Flex specific ones??? Did you take a look at the Flex manual by any chance???
tom101
01-20-2009, 05:30 AM
I don't believe they are flex specific ones.
I'm using them in a pure AS project, but I am compiling using the Flex compiler.
> Did you take a look at the Flex manual by any chance???
Yes, I did RTFM. At least, I read eveything I could find on the matter. Hence me asking here ;)
CyanBlue
01-20-2009, 06:18 AM
I think they 'are' Flex specific because you get #1084 error messages with that line in Flash, but Flex SDK compiles just fine and actually understands it...
I did a quick google and found this blog entry as well...
http://frankieloscavio.blogspot.com/2007/12/embed-meta-tag-is-flex-only-it-will-not.html
However, I did not see anything that lists the list of the meta tags... Love to see what you find out though... ;)
wvxvw
01-20-2009, 08:22 AM
See the first comment on this page:
http://livedocs.adobe.com/flex/3/html/help.html?content=metadata_3.html
tom101
01-20-2009, 12:23 PM
Great - thanks !
Summary Answer (for future reference):
The [SWF] tag is for the Flex compiler only, but can be used in pure ActionScript projects (i.e. it doesnt require the Flex Framework)
The complete list is:
[SWF width="#"
height="#"
widthPercent="#"
heightPercent="#"
scriptRecursionLimit="#"
scriptTimeLimit="#"
frameRate="#"
backgroundColor="#"
pageTitle="<String>"]
cheers
tom
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.