optimizing images & videos is beyond the scope of this list resize media before using it in flash ; resize it to size you wish to display it
swfobject is performing as it should do on your page - the code you posted above has problems and is not swfobject static markup upper-case tags. use of embed is not part of swfobject these points appear to be have corrected on the page; but I notice you have a size mismatch between you outer object and inner one - S On 4 May 2010 19:58, jOliveira <[email protected]> wrote: > > > Sorry this is my code ( see the image at www.javatango.com ) > > --------------------------------------------------------------------------------------- > > <!-- > > ---------------------------------------------------------------------------------- > --> > <!-- swf_2_2_01 with fullscren and button bar example > --> > <!-- > > --> > <!-- by Julio M. Oliveira 2009-04-20 > --> > <!-- > > ---------------------------------------------------------------------------------- > --> > > <html> > <head> > > <meta http-equiv="Content-Type" content="text/html; > charset=ISO-8859-1"> > > <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> > <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> > <META HTTP-EQUIV="Expires" CONTENT="0"> > > > > > </head> > > > <body style="background-color: white"> > > > <script src="./scripts/swfobect_2_2.js"></script> > > <table width="100%"border="0"> > > <td width="10%"/> > <td alight = "top" width="30%"> > > <ul> > <li> link video 1 <a></a> > <li> link video 1 <a></a> > <li> link video 1 <a></a> > </ul> > </td> > > <td align = "center" width="60%"> > > > <!-- > ------------------------------------------------------------------------- > video --> > > <right> > > > <!-- > <OBJECT > CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > WIDTH="1440" HEIGHT="920" > CODEBASE=" > http://active.macromedia.com/flash5/cabs/ > swflash.cab#version=5,0,0,0"> > --> > > <!-- > <OBJECT > CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > WIDTH="651" HEIGHT="365" > > CODEBASE="http://active.macromedia.com/flash5/cabs/ > swflash.cab#version=9,0,0,0"> > --> > <OBJECT > CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > WIDTH="300" HEIGHT="200" > > CODEBASE="http://active.macromedia.com/flash5/cabs/ > swflash.cab#version=9,0,0,0"> > > > <PARAM NAME="movie" > VALUE=./scripts/jt.swf>> > <PARAM NAME="play" VALUE="true"> > <PARAM NAME="loop" VALUE="true"> > <PARAM NAME="quality" VALUE="best"> > > > <!-- > <EMBED SRC="./scripts/test3.swf" > WIDTH=""651" HEIGHT="365" > quality=best loop=false TYPE="application/x-shockwave-flash" > PLUGINSPAGE=" > http://www.macromedia.com/shockwave/download/ > index.cgi?P1_Prod_Version=ShockwaveFlash"> > </EMBED> > --> > <!-- > <EMBED SRC="./scripts/test3.swf" > WIDTH=""300" HEIGHT="200" > quality=best loop=false TYPE="application/x-shockwave-flash" > PLUGINSPAGE=" > http://www.macromedia.com/shockwave/download/ > index.cgi?P1_Prod_Version=ShockwaveFlash"> > </EMBED> > --> > <EMBED SRC="./scripts/jt.swf" > WIDTH=""300" HEIGHT="200" > quality=best loop=false TYPE="application/x-shockwave-flash" > PLUGINSPAGE=" > http://www.macromedia.com/shockwave/download/ > index.cgi?P1_Prod_Version=ShockwaveFlash"> > </EMBED> > > FAIL (the browser should render some > flash content, not this) > > > </OBJECT> > > </right> > > > </td> > </table> > <!-- > ------------------------------------------------------------------------- > END video --> > > > </body> > > </html> > > -------------------------------------------------------------------------------------- > > > On May 4, 3:15 pm, jOliveira <[email protected]> wrote: > > I have to reduce 1/4 the image that i had rendered, but when i do that > > i lost video quality, the same happen when I resize the image output > > at the web > > > > Any idea, > > > > best regards > > > > -- > > 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]<swfobject%[email protected]> > . > > For more options, visit this group athttp:// > 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]<swfobject%[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.
