Thanks for the answers. I think the custom wrapper solution will work best for me.
Pity we cant specify this in a flex_config type file. - superabe On 8/23/05, Matt Horn <[EMAIL PROTECTED]> wrote: > If you're writing your application as a JSP, you can pass it as the value of > a param tag: > > <flash source="myapp.swf"> > <param name="quality" value="BEST"/> > </flash> > > This adds a param to the object/embed tags in the HTML wrapper for you. > > If you're not using the JSP tag lib, you can manually edit the wrapper. > There's a section in the docs on the HTML wrapper: > http://livedocs.macromedia.com/flex/15/flex_docs_en/00000923.htm > > Hth, > Matt Horn > Flex docs > > > -----Original Message----- > > From: [email protected] > > [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL > > Sent: Monday, August 22, 2005 9:12 PM > > To: [email protected] > > Subject: Re: [flexcoders] Flash Player quality setting > > > > It's global so anywhere. > > > > However, do it it your Application's main method. > > > > ----- Original Message ----- > > From: "superabe superabe" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Monday, August 22, 2005 8:51 PM > > Subject: Re: [flexcoders] Flash Player quality setting > > > > > > Where would you set _quality="BEST"? > > > > on the Application tag ? > > in flex_config ? > > > > where :-) > > > > - superabe > > > > > > On 8/22/05, JesterXL <[EMAIL PROTECTED]> wrote: > > > _quality = "BEST"; > > > > > > ----- Original Message ----- > > > From: "superabe superabe" <[EMAIL PROTECTED]> > > > To: <[email protected]> > > > Sent: Monday, August 22, 2005 7:02 PM > > > Subject: [flexcoders] Flash Player quality setting > > > > > > > > > Hello List, > > > > > > Anybody know how/where I can set the Flash player's > > "quality" property to > > > best. > > > This is for a Flex app. > > > > > > Typically for Flash I would set it in the <object> tags in the html > > > container page, but am not sure how to do that for Flex > > > > > > Thanks, > > > > > > - superabe > > > > > > > > > > > > -- > > > Flexcoders Mailing List > > > FAQ: > > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Flexcoders Mailing List > > > FAQ: > > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor > > --------------------~--> > > <font face=arial size=-1><a > > href="http://us.ard.yahoo.com/SIG=12hdqo48k/M=362131.6882499.7 > > 825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124766710 > > /A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org > > ">Get Bzzzy! (real tools to help you find a job) Welcome to > > the Sweet Life -brought to you by One Economy</a>.</font> > > -------------------------------------------------------------- > > ------~-> > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12htgdtbj/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124889015/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

