• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I rotate a flash object?

Joony

Diamond Member
I want it rotated 90 degrees to the left (landscape) so I can maximize the usage of my screen on my Toshiba e740 PDA...

<HTML>
<HEAD>
<TITLE>english</TITLE>
</HEAD>
<BODY bgcolor="black">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid😀27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=rapier4 WIDTH=320 HEIGHT=240>
<PARAM NAME=movie VALUE="chowmein.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="english.swf" quality=high bgcolor=#FFFFFF WIDTH=230 HEIGHT=250 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
 
Confused, you want the whole window rotated? open a the flash project make the dementions so they fit your landscape. Then rotate the entire thing 90 degrees. Like highlight the objects one by one and rotate 90. Not sure if you can do a universal rotate, but it shouldn't be hard. I didn't look at your page, don't have Flash plugin installed. But, if I'm understanding you right it shouldn't be that bad man.
 
Back
Top