ActionScript 1/2 :: DropShadowFilter Not Rendering?
Aug 5, 2009
I scripted a DropShadowFilter to render on my Movie Clip. The MC just consists of static text and its using the Tween class to move on the screen. Can't figure out why its not showing up. I'm using the same method on another movie clip that is just images, and works fine. Not generating any errors either.
Code:
import flash.filters.*;
var tds:DropShadowFilter = new DropShadowFilter(3,90,0x000000,40,3,3,1,3,false,false,false);
[code]....
View 4 Replies
Similar Posts:
Jun 18, 2009
I am working on a rollover mapping like page for an instructional demo. Basically, the user rollovers clickable areas and a dynamic text box popups explaining what the link's utility is.
I have all the text dynamically set, there are styles for the text box (ie borders and padding) and then a drop shadow filter applied. However, upon viewing the SWF file the drop shadow does not seem to work consistently. OnRollOut it doesn't always do so and upon OnRollOver a different hotspot the dropshadow will duplicate. The duplicating of the dropshadow will either continue to do so or the OnRollOut will remove the dropshadow and reset the text box as it should.
[Code]...
View 0 Replies
Jun 24, 2010
I have a dropfilter defined using some bindable variables as parameters.
<mx:filters>
<mx:DropShadowFilter id="torinofilter" distance="0" color="{dropShadowColor}"
blurX="{dropBlur}" blurY="{dropBlur}" strength="8" quality="2"
[code].....
View 1 Replies
Nov 20, 2009
I'm working with a Sprite that has multiple children. I want to apply a DropShadow filter to the main sprite, but not it's children. Is there a way to exclude filter effects from children?[code]...
View 2 Replies
Nov 22, 2011
Is there a way to apply, say, a DropShadowFilter to the text within a TextInput component in Flex 3 without affecting the component itself?
View 1 Replies
Apr 25, 2008
How can I make a rollover, where when you mouse over, a scripted drop shadow appears using the DropShadowFilter?
View 10 Replies
Oct 15, 2008
I'm running into an issue where, if the dynamic text field I create wraps and autoSizes to 2 lines or more, the last disappears (sometimes partially). However, this only happens when I apply a DropShadowFilter to it. If I don't apply the drop shadow filter, it renders correctly. Note that whether or not the text renders correctly, flash seems to know that the text has wrapped and autosized, as this is how i assign the Y position of the second text field below it. See code below:
[Code,,,]
View 4 Replies
Aug 13, 2009
When i put a dropshadowfilter on a dynamic textfield with html-content, the links (a href) stop working.The textfields rotate in flash 3D space so they have a transformmatrix applied to them. Could this be the reason? Anybody had problems with html-links and dropshadowfilter applied to the textfield? it makes no difference if you put the filter on the textfield itself or the movieclip container around it.
View 2 Replies
Dec 9, 2011
I have to animate a bunch of text flags on a timeline, which my artist layed out in Illustrator. I import them from AI and if I am zoomed in they look fine, the verticals of the text are straight up and down. But if I zoom out, the verticals rotate to the slant.
Same goes for when I publish the swf. I have the flags all scaled small on the screen, and the text is all messed up. Then I scale up each flag to focus on it, and somewhere in the scale Flash decides my text is now big enough to look the way I want it. It is erksome. Is there a way I can force it to render straight up and down, without having to break everything and un-editablize my text?
View 1 Replies
Jan 6, 2010
I used FalshDevelop to compile PanoSalado opensource ".as" files to produce corresponding ".swf" files.it works great and my movie shows.However, when I run it via a webapp under Tomcat, it just sits there. The url is:Note that I'm running the same file (.swf) from the same place in the filesystem.And I even tried to embed the swf in an html page (actually a jsp page) to see if it would work.. but no dice... same issue.FWIW the html that is used to invoke the swf is :
<div id="flashbanner">this will be replaced by the SWF.</div>
<script type="text/javascript"> alert('0'); var so = new SWFObject('maps/ModuleLoader.swf','mpl','555','416','9', '#336699'); alert('1');
[code].......
View 1 Replies
Jul 20, 2011
I'm trying to create a video background for a game using the FLVPlayback component. I need to smoothly trasisition between multiple videos so I make a FLVPlayer for each one so that I can just tween the alpha when I need to show it. When I start the game I load everything and store the Playback components in a Vector, I think add them to the stage like this
for(var i:int = m_Videos.length-1; i > 0; --i)
{
addChildAt(m_Videos[i], 0);
}
Once the game is loaded though the first video dosnt render at all, so I have a see thoough background. But once I transition to a video that is on top of it, the top video renders.
View 4 Replies
Oct 26, 2009
I am trying to find a way to render a Flash object, more specifically a Open Flash Chart, in the server, and save a screenshot of it to a temp file to embed it in on a PDF report.
I've found some solutions that use Javascript to generate a temp file in the browser, and then send it to the server (like here). However I need to generate reports automatically and send them as e-mail attachments, so I cannot render it using a browser.
View 1 Replies
Jan 18, 2011
I'm playing with Air and trying to get the PaperVision3D engine to display some 3D models.
But its really slow since Air seemingly does not support GPU acceleration. Any way to enable GPU rendering in air apps? browser apps can use "wmode=gpu" in the HTML settings...
View 1 Replies
Apr 14, 2011
The idea is to increment the height of the TextField (with font embedded) and see the difference when it becomes too big. When container.height is over 279 you can notice two things:
1. container starts to increase its width property.
2. The "pixelated" glitch is gone now. (the original ugly pixelation comes from rendering multiple TextFields on top of each other - you can check the for loop). It looks like the issue of one font covering the other is solved differently now.
My question is: what changes when the font becomes too big? is there any property of the TextField (besides the size of course) that I can check to catch the moment? (gridFitType, antiAliasType, thickness, sharpness do not change)[code]...
View 5 Replies
Mar 17, 2012
I'm working on better performance on mobile device with gpu rendering set to on. I use only bitmaps for animations, but I have some doubts:
1. If my content is poor bitmap (jpg or png file) should I cache its container as bitmap?
2. Shoud I use cacheAsBitmapMatrix for my bitmaps to have smoother animations or poor bitmaps are already optimized?
View 0 Replies
Feb 28, 2008
I have a flash file that loads dynamic text from a text file. When you press the space bar, it animates the text upward like movie credits. It works fine until I add more than 50 lines or so, at which point it delays showing the text until it's well into its scrolling.the kink here is that it only displays this error when it plays in fullscreen mode (which it is set to do by default, and what I need). if I escape out to window mode, it plays the text animation just fine.
View 1 Replies
Apr 26, 2011
rendering performance when scrolling some content. I have a large sprite with a lot of content that I need to scroll and the problem that I am encountering is that when scrolling this big sprite, the rendering of the Flash Player seems to slow down and the movement is choppy. I wrote a custom scrollbar class that simply updates the target sprite y or x properties on an enter frame event. The large sprite that I am scrolling mainly contains other sprites that have drawn shapes, loaded bitmaps and text fields.
Considering that I am simply moving the sprite, there are no other animations happening, nor other intensive processes at the same time, I do not think that it should be that resource intensive as to slow down the Flash Player that much. What can I do to improve the performance when scrolling the sprite? (Just to give a rough approximation, the sprite that I am scrolling contains around 20-30 sprites with drawn shapes, 2-5 loaded bitmaps, 5-10 text fields.)
View 3 Replies
Jul 2, 2009
I have a webpage containing 2 DIV containers hidden using CSS. The site has a Flash Movie embedded. I want to render the content of these hidden DIV containers from within the Flash movie.I'm using CS4?
HTML
<div id="sectionone">content</div>
<div id="sectiontwo">content</div>
CSS
hide sectionone div and sectiontwo div
FLASH
Display sectionone within flash movie when requested
View 2 Replies
Jan 18, 2010
I would like to ask the experts for help. In a flash movie I want three lines of text where I want line1 to appear with a preset motion, then line2 directly below line1 to appear with a preset motion, then line3 directly below line2 to appear with preset motion. I want to have the smallest possible fla file.
View 5 Replies
Jun 13, 2011
how I can render just part of a symbol without hiding it behind another symbol. I wish to make a marque of symbols... I'm a c++ game programmer so I am familure with ways of specfing with part of a texture to render but I havn't found anything with Flash that looks like I can do the same kind of thing. I'm using CS5 with AS3.0
View 4 Replies
Jun 30, 2011
I recently upgraded my IE from 8 to 9 and immediatly saw problems with text. No problems in loading, or giving errors, etc. Just quality of some text.
With IE9, in many of my flash (cs4) applications, text that had been quite sharp is now blurry and hard to read. Some text is fine, other poor, and I cannot seem to see what is common to the places where text is poor. If I shift to IE8 compatability, all is fine there. Back to IE9, the problem.
If in IE9 I check in Internet Options/advanced to "use software rendering not GPU rendering", my IE9 flash stuff looks fine. That solves in my end, but obviously no help for publishing on the web. (This was a recomendation somewhere.) have apps that looked fine, only to have parts of them almost unreadable when viewed in IE9. All fine in Opera, firefox, safari, IE 8/7. Has always been somewhat a problem in chrome, but have seen where that is a documented problem.
View 1 Replies
Jul 10, 2009
I'm using a lineseries chart, but it gets fairly slow to re-render when I add a new point when the total # of points is ~1200 points. Granted, this is running on a fairly slow PC (~600 MHz). Reading the Flex documentation on how to speed up rendering (turning off dropshadows, turning off filterData, etc...) doesnt seem to help. I bound my chart to an ArrayCollection (rather than the array I used before which I manually updated) and it doesnt seem to be any faster. Adobe's documentation seems to have me believe that the Chart looks only at what changed since the last time it was updated, but i'm only adding one point!
If their info is correct, why does it take significantly longer (5 seconds) to update one point when I have ~1200 points then when I only have 2 points (instantaneous)? FYI - When I add a new point to my ArrayCollection, I have to do a "AC.refresh()" to get the DataBinding to pick up the new data.
View 1 Replies
Oct 31, 2009
Has anyone seen rendering glitches with Papervision?
seee the flash movie at [URL].. which demonstrates the problem.
View 2 Replies
Dec 18, 2009
[Code]...
How to get all checked items into one more new array?
View 2 Replies
Mar 25, 2010
Is there a way to prevent a component from rendering in Flex (to save memory or processing power)?[code]...
View 3 Replies
Apr 14, 2010
I have a component that has a sub-component they both use a shared variable from the model. The shared variable needs to be set by the parent component before it can be used by the child component. I did like this in the parent component:
<mx:Canvas
xmlns:mx="library://ns.adobe.com/flex/mx"
...
creationComplete="group1_completeHandler(event)" >
[Code]....
But for some reason when the code inside myCustomComponent tries to use myVariable for the first time I get a "null" object error. This means I guess that the child component gets rendered before the group1_activateHandler gets called and consequently myVariable gets set.
What should I do to ensure that the parent container initializes the variable before the child component gets created?
View 2 Replies
Sep 8, 2010
I need to have custom rendering of each row in my datagrid. It is column based by default. Is there some way to achieve this?
View 1 Replies
Oct 25, 2010
I am trying to render an image with text and images that are on a .swf file. What i am doing is saving all the objects and their properties in an XML and then using imagemagick to render all that. the problem i am facing is that imagemagick treats fonts very different than Flash, so i don't get a perfect copy of what i see in the flash to what i see on the rendered image.
how to match font sizes between flash an imagemagick?
View 1 Replies
Apr 11, 2011
I'm currently upgrading an app from Flex 4.1 to 4.5.We've noticed that the Arial font is rendered differently between the two versions when used at small sizes.Here's a simple app example:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"[code]....
When run against the 2 different sdks, here's an image of the font rendering we get:
Note that in 4.5 the font looks slightly squashed.
What's the cause of this, and how do we resolve it?
View 3 Replies
Apr 15, 2011
Here's my problem: I have a few display objects that are modified by a loop, and I would like flash to render exactly one frame at the end of each loop. Duration of a loop may vary unpredictably, thus a constant frame-rate won't do it.
I found a hack-ish way to render one frame at the end of each loop, using updateAfterEvent with a 0ms timer. Now I want to prevent Flash from rendering frames in the middle of the loop: this is a waste of time and ressources, and produces strange blinking effects. Setting the frame rate to 0 would be an easy solution, but stage.frameRate has a minimum value of 0.01.
Question 1: Is there a way to properly stop the standard rendering loop? A workaround will not be regarded as a valid answer, because what I'm currently doing is a pretty good workaround (1 frame every 100 seconds is bearable). Question 2: Is there a better way than updateAfterEvent to force rendering?
View 2 Replies