Hi. As Nathan said, if you want to get into HTML5/CSS3, then you can look into that. I am guessing you performance will suffer / you might run into issues on it working on all browsers etc
The easiest thing to do would be to make another swf file which loads your original swf file and then rotates it. The code would be really simple (< 10 lines) You can look at http://kb2.adobe.com/cps/141/tn_14190.html for some initial help on loading child swfs. You'll want to use the Loader class if using AS3 or the MovieClipLoader class if still using AS2. Cheers, Aran On Tue, Jul 19, 2011 at 7:26 AM, laz123 <[email protected]> wrote: > Hello, > I'm relatively new to SWFObject, and I'm trying to figure out whether > it's possible to display a swf animation upside down (180 degree > rotation). Is there a parameter that allows you to define this in > SWFObject? > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
