ActionScript 2.0 :: ForceSmoothing On A FLV?
Feb 23, 2010
I'm slooowly making my transition from html/javascript to actionscript. My current software has me in as2, so that's what I'm rockin'.
I have a project that loads and plays flv files dynamically. Only yesterday, I found out about the forceSmoothing attribute which (for my needs) optimizes the look and feel of externally loaded images.
Is there a way to apply this to my dynamically loaded FLV files? If so, how? If not, is there an alternative approach that accomplishes the same thing?
View 0 Replies
Dec 25, 2009
Can forcesmoothing be applied to a .jpg that is loaded into a movieclip dynamically (via xml file)?
View 5 Replies
Mar 18, 2009
i have a slideshow (AS2) which dynamically loads images from an XML file....all of them anyway are loaded with a really bad quality (jagged edges and so on). I want to enable the forcesmoothing propoerty in the code but i can't get it working, they still are loading non anti-aliased.
function callFullImage(myNumber) {
myURL = myImages[myNumber].attributes.full_url;
myTitle = myImages[myNumber].attributes.title;[code].....
View 1 Replies