according the documentation borderThickness is an applicable style, but when I try to set it to anything (would prefer '0') it says "The style 'borderThickness' is excluded by type 'mx.controls.DateField'."I could style the background color to be the same as the background, but I have an image behind so this will not work.
does anyone know how to remove that 'box' that appears everytime.I enter my online flash content. It simply gets on my nervs to click it once for activation and then start using my flash!
I'm working in ActionScript 3 and, yet again, I'm starting to regret trying to use components as it seems I always run into a brick wall when using them : (
I have a TextArea component instantiated and added to the display list programmatically via ActionScript 3 code (not AS2, which is all I could find reference to on the net about this).
How to disable the border so it doesn't show around the TextArea component? I've tried a bunch of things, like for example:
myTextArea.setStyle("border", "false"); and myTextArea.setStyle("borderStyle", "none");
How do you remove the border & shadow from a scrollpane?I've tried to edit the component parts (after reading that it's a filter applied) but I can't find the component that needs edited.I've also tried setStyle for shadowColor and borderColor but that isn't making any difference.
With the Flex 3 SDK you simply needed to set the borderThickness style to 0, or set borderStyle to none. With the Flex 4 SDK ad the Spark theme, this has no effect.
I am embedding swf object into my html document, but its showing border on top and left of swf object, how to remove it? Same result on all browsers. If I increase the dimensions of swf object then border start appearing on all sides. I don't want the border at all.
I have decided to embed FLV movie files into my HTML page that I have rendered from After Effects.
I have noticed that there is a black 1px bottom border on my FLV movie on my webpage. The FLV fits perfect on the space I have left on my webpage and border is 0 everywhere. I have checked the After Effects original file and there is no accidental space or background errors that might be causing it.how to remove the black bottom border?
Which will scale my app to full screen and show the entire app with no cropping, however may leave borders on the left and right. Which it does I'm wondering if there is a way to remove or at least set the color of those borders, they are currently white. Its a big wide 2" section on the left only in my case.
So I found out how to change the color of it, by doing a backgroundColor="#f3f3f3" on
There is a thin border at the top and left margins of my Flash movie when the .html is viewed in a browser. How can it be removed?Here's the movie.One solution suggests replacing some code, but the code they suggest replacing doesn't even exist in my html file.I have found questions similar to mine being asked all over different forums, but their solutions either don't work, or like the above, don't really apply. For such a common problem, finding the solution is getting a little frustrating.
I updated to the latest (version 10) of flash a while back (I use Firefox on Win XP Sp3). However, while doing an online Secunia scan today, I discovered there is an old, unsecure version of "flash9e.ocx" on my system (under system32/Macromed/flash). Incidentaly, the latest version of Flash is also under this same directory. I am unable to uninstall it - it does not show up as one of the installed s/w componenets. When I tried to re-name/delete/remove the flash9e.ocx file, I am told it may be in use - I am not allowed to delete it. I'd like to know how I can remove this from my system? (Alternatively, I would like to know which program is using this outdated flash.)
CASE 1: (working as expected) I create a sprite A and inside A I add 5 more Sprites.I add an event listener to A which runs only one time after that the event listener self destructs. [code]...
I have a mc in the library, linkage is "del". Here is the code I use to attach to the movie Code: delbt.onPress = function () { if (typeof(_root.del) == undefined) { _root.attachMovie ("dele", "del", _root.getNextHighestDepth ()); _root['del']._x = 100; _root['del']._y = 100; [Code] .....
This works fine to a point. In the "del" mc I have a button to remove "del" mc if no longer required. Code: on (release) { unloadMovie(_root.del) }
I discovered that this only remove the content and not the mc that holds it "del". So I tried Code: on (release) { _root.del.removeMovieClip (); } But this does nothing.
straight into the code - mps is a OSMF video instance - when it has finished playing through the TimeEvent - I can remove its listener but not remove it from the stage - why is this not working!?
Code: mps.addEventListener(TimeEvent.COMPLETE,removeVideo); function removeVideo(t:TimeEvent):void
I have made index swf which is loading other child swf's into index these swf's are images.swf,portfolio.swf, about.swf etc.., I have made 2 public function in each swf which is construct or diconstruct. when i unload any swf then i play disconstruct public function of every child swf.. I stuck in when I remove stage event listener of every child swf then it shows error.
how some websites you click on something, a flash window (I'm assuming it's a flash window) pops up and everything goes dark around it (and you can't click anywhere) until you close the window.
I'm tring to create a roll over effect. I have 4 Pictures: Let's Say A B C D. If I roll over A I want the other picture to have a transparent light box on top so it looks like A is the main focus. So if you roll over A the other pictures will turn dark and A will keep its color. I can do this by making A a symbol and then putting a transparent png dark box on top of B C D. That works. What doesn't work is when I go back to the original time frame and make B a button also. When I add the roll over effect, it only does it for that. Let me show you in pictures.
<---- that is the original <---- When I roll over A <---- When I roll over B
The last two are made using two different flash files. I can't put them together in one. If I put them together and roll over on A, It comes out like this.
Is it possible? Or do I need to use Skin architecture? I can't found the property border color, so I think I need to create a entire skin customized? Or are there the property accessible by css?
I've just started playing about with skinning and am finding it harder than anything else I've come across in Flex 4 Mobile. It needs to be done in actionscript as I am trying to skin a flex mobile button. Here is what I have so far: (It does very little, only changes the background color)
There doesn't seem to be much in the way of documentation for skinning Flex mobile components purely in actionscript. How do we add a border for example?
I have a skin class whose host component is a Toggle Button. I need to be able to add a border around it but only on the top, left, and right sides, As I understand it you have to the: <s:Line> component. So I added:
This worked for the top line , But I can't seem to get the left and right lines. I tried: this for the left side line, but it did not work (no line showed up):
I am trying to create an effect that when someone clicks a button it opens a movieclip. I want everything behind that movieclip to get dark so that the only option is to click on a button in the open movieclip.
I created these buttons that should do the following screen. Be dark when the mouse is not over them. Smoothly transit to a brighter colour when the mouse get's over them and then again smoothly transit to dark when the mouse get's away. To do so I created 2 animations the one that gets the button darker and the one that gets the button brighter (which is actually the normal picture of the button). The button statuses are these:
UP: Bright to Dark animation OVER: Dark to Bright animation DOWN: Bright picture HIT: Bright picture
now the buttons work perfectly except for the fact that when i turn on the scene before they get dark the buttons have to go through the up animation (bright to dark) so it looks like turning all the lights off. How do i have my buttons start off being dark?
I have a main stage (its a background image + buttons) and when I click a button, an external swf is loaded in the middle of the page, on the main stage.
I would like the main stage to become inactive, dark and blurry... (you know what I mean?)...every time I click a button and the the external swf appears. Then when I click on the blurry area (main Stage), the external swf disappears and the main Stage becomes normal and active again.
How could I do all that in AS 3?
All I have now is the code for the button, to open the external swf file:
Code: Select allcontacts.addEventListener(MouseEvent.CLICK, Contacts); function Contacts(e:MouseEvent):void { var loader:Loader = new Loader();
I've seen this being done before and I thought it would be easy, but got stumped when trying to replicate it. I'm trying to create a function in flash which will take dark pixels of an image of hair and lighten it and maybe add colour too... Is that really tough to do or does anyone have an easy way around it? Example: [URL]