
Is there a list of SWFObject parameters?
I found the part of the Longtail site that says your favorite way to access the JW Player is with the SWFObject - and I have that working just fine with the basic parameters.
However - is there anywhere that I can find a complete list of the possible "param" and "variable" syntax for all the possible options? I have found such lists for the embed and object codes - but not the SWFObject.
In particular - in the following code:
<script type='text/javascript'>var so = new SWFObject('player.swf','flashcontent','320','240','9');
what does the "9" mean? what happens if I change that?
Currently, I am trying to get a movie to play with a height of 149 and a width of 244 - but no matter what I do - the player squashes the movie and it plays with black space on both sides.
Any ideas?
My movie is the left-hand one (with quotes) on this page:
http://www.anmt.org/default4015.asp
Thanks so much!