Flex - 9 Slice Scaling Doesnt Work For Chart Fills?

Sep 8, 2011

I wanted to e to replace the standard flex bar chart bars with my own image. This worked by embedding the image and setting as a bitmapfill. however these images dont scale well even tho i have applied 9 slice scaling when embedding.

[Code]...

View 1 Replies


Similar Posts:


9-slice Scaling Doesn't Work

Sep 18, 2009

I've made a rounded rectangle with a gradient fill and another rounded rectangle over it with a transparency to create kind of a glossy effect. Both objects are part of a symbol in the library of the FLA file. Then, I activated the checkbox to create a scale-9 grid, and the Export for Actionscript checkbox in order to add this symbol from AS3. Next I made sure that every rounded corner was completely included in the slices on the edges of the grid. Well, no matter what, the object is scaled as a normal graph: the rounded corners appear bigger and deformed.

View 4 Replies

Professional :: 9-slice Scaling Doesn't Work With Rotation?

Sep 23, 2011

I have a simple graphic, a rectangle with 3 rounded corners with 9-slice scaling applied. When I scale it non-proportionally, the round corners keep their shape as expected. BUT if I then rotate it the round corners lose their shape and become ellipticaly distorted! If I rotate first and then scale the same thing happens.

View 3 Replies

Actionscript 3 :: Apply A Bevel Filter For Each Slice Of A Flex 4 Pie Chart?

Jun 1, 2011

Only succeeded with applying it around the whole pie chart.

View 2 Replies

Flex :: Using 9-Slice Scaling With Images Loaded At Runtime?

Nov 8, 2010

Is there a way to use 9-slice scaling with images loaded at runtime? To clarify, let's say that I build an application that lets a user skin a button with whatever image they want. This would be an image that's not embedded with the swf. Is there a way to set that runtime image as a background and use 9-scaling?

View 1 Replies

Professional :: 9 Slice Scaling And Text?

Sep 2, 2010

It seems 9-slice scaling in Flash CS5 is a little half-baked. If you create a symbol containing text and vector graphics, only the vector graphics is scaled according to the 9-slice scaling contract. For example, consider the following symbol:

Sure, the vector graphics are scaled according to the 9-slice contract, but what are we supposed to do about text? And just in case you're thinking "convert the text to vectors/raster"... unfortunately no... I don't have the option of converting the text to a set of vectors or a raster because its content will have to be dynamic.

View 3 Replies

ActionScript 3 :: 9 Slice Scaling - How To Make TextField Fixed

Mar 20, 2012

I'm making window component on Flash Professional CS4 and now I have 1 problem. At the top of window is dynamic textfield for title. When I scale window text is also scaling. So is there any way to make textfield fixed in same position and same size? 9-slice scaling is enabled.

View 2 Replies

ActionScript 3.0 :: Scrollbar Thumb Distortion - Assign 9 Slice Scaling Parameters

Jun 25, 2010

I have used a skin for scrollbar thumb whose PNG image size is 14x21 but which will be scaled vertically between its present height and extended height 498px. I have been trying to understand the 9 slice scaling parameters to assign to the thumb image so that it does not distort but I'm unable to achieve that. The CSS which has come closest to least distortion is follwing (though UI view of this is also not acceptable) is this:

thumb-skin: Embed(source="assets/images/scroll_thumb.png",scaleGridLeft="1", scaleGridTop="4", scaleGridRight="13", scaleGridBottom="17");

Though the thumb looks fine with height 498px but the three horizontal lines in middle of the thumb.PNG become rectangles. I tried many combinations with these parameters and read a couple of blogs etc but cant get to the solution.

View 1 Replies

Actionscript 3 :: Flex Bubble Chart Bubble Scaling

Mar 22, 2011

I am trying to Scale the bubbles within the bubble chart. The problem is, I have no control over the data coming in, and the radiusField values are usually below 0 ( no negative values ) with a max of maybe 2.

I created an ItemRenderer for the BubbleSeries, and tried adding a scaleX and scaleY value on the createChildren method, but nothing happens.

View 1 Replies

Jquery :: AJAX .load - Flash Chart Doesnt Load In IE?

Nov 19, 2009

An IE issue has me completely stumped. I have a coldfusion page that uses JQuery's AJAX .load function to load in a new flash file that is generated by coldFusion's cfchart tag. This works completely fine in firefox: the new flash file and new html elements load. However in IE: all of the html elements that are geneated with the flash object are loaded, except the flash object and embed tags do not show up at all after running an ajax call in IE. After looking in Fiddler, the flash application type response data doesnt even show up for IE. It does however for Firefox.I thought maybe it has to do with any kind of media, so i changed the chart type to output as a jpg file instead of flash. And it loads completely fine in IE. So something is preventing IE from receiving the flash response data.Here's what i've done so far - and no luck so far:

Added to the HTML header: <META
HTTP-EQUIV="CACHE-CONTROL"
CONTENT="NO-CACHE"><META

[code]....

View 2 Replies

Flex :: Prevent A Default Chart Item Roll Over Highlight In A Spark Column Chart?

Mar 3, 2011

I'm trying to prevent a default chart item roll over highlight in a Spark column chart.If you look at any of the chart examples on this page , when you roll over any of the chart series items, they turn a darkened shade of their original colour. This is what I want to prevent.

So far I have had no luck with using the itemRollOverColor property, as this only allows you to set it to one specific colour for the whole chart (my app has several different coloured series on the chart at once). Also, trying to leverage the itemRollOver event (with preventDefault() etc) hasn't worked either.

View 1 Replies

Flex :: Make Chart Which Is Combination Of Bar And Line Chart Using Charting API

Jan 10, 2011

I'm trying to make chart which is combination of bar and line chart using Flex Charting API . Here x axis would be common and y axis would be different. note that y axis got different range of value one is % and other is amount. Any one got idea how to make this chart. Here line chart would be staked on top of bar chart . The line chart and never over laid or drawn on top of bar chart.

View 1 Replies

IDE :: Play() Doesnt Work?

Mar 29, 2009

i made a slider that can slide the main timeline while running the swf.the first function slides scales the bar and moves the handle along the path:

Code:
sliderF = function () {
this.onEnterFrame = function() {

[code]....

View 3 Replies

Preloader Doesnt Work After Cacheing?

Jun 30, 2009

I have an app with a preloader - works fine until the content gets cached, then for some reason wont progress to the next slide - Fullscreen mode is set to full (if that makes a difference). It doesnt seem to happen consistently either.

[Code]...

View 1 Replies

Flash Doesnt Work On Nfl.com Video

Jul 12, 2009

ok flash doesnt work on nfl.com video.i got the new player 10 point whatever.tried it in mozilla all i keep it video loading.NEVER LOADS tried it in IE says i need to download the newest player from adobe already done.i took down my firewall setting took adblock plus off.

View 1 Replies

ActionScript 3.0 :: RemoveaddEventListener Doesnt Work?

Jun 8, 2011

here is the code

gotoAndStop(2);
stage.addEventListener(Event.ENTER_FRAME,une1);stage.addEventListener(Event.ENTER_FRAME,une2);

[code]....

View 1 Replies

Actionscript 3 :: Stopdrag Doesnt Work As It Should?

Aug 23, 2010

i'm trying to drag something, and on stopdrag it should start a function if certain requirements are fullfilled. My code looks like this.if(e.target.dropTarget.parent == targetName || e.target.dropTarget.parent.parent.parent.getChildByName("cloud").getChildByName("itemPlacer").getChildAt(1) == targetName){

I got 2 questions, first, this works good when i drag and stopdrag correctly(the requirements in the if are fullfilled). but if the requirements are not fullfilled i get an error saying that the place i'm referring to cant be null. I know that the problem lies after the || part but dont know how to resolve it. 2nd, isnt there a shorter way of doing these checks? Atm i'm going through alot of parents and getchildats and was wondering if there was another way.

View 1 Replies

ActionScript 2.0 :: Enter Key Doesnt Seem To Work

Jul 7, 2009

my enter key doesnt seem to work,but other keys do work..[code]

View 1 Replies

ActionScript 2.0 :: Xml Gallery Doesnt Work?

Aug 15, 2006

i got an image gallery that reads data from an xml file. this xml formatted data is from a php file. when i open the gallery it loads the 1st image; when i click next it loads the 2nd and so forth... but as soon as it has loaded all the images once, it gets stuck. i dont know what to do. when i had the gallery read directly from an .xml file things were working fine but as soon as it was data from a php file that was xml formatted this problem started to occur.

View 1 Replies

IDE :: Navigation File Just Doesnt Seem To Work

May 9, 2009

i am having a serious problem with my navigation my file just doesnt seem to work heres the code:[code]ill upload the FLA in a sec if anyone could please take a peek this is for a project at uni i need to have it handed in by monday and ive been stuck with this problem since 15:00 in the afternoon uk time and its now 22:15.url...

View 3 Replies

ActionScript 2.0 :: RemoveMovieClip Doesnt Work OnRollOut?

Oct 6, 2009

My removeMovieClip doesn't work onRollOut...Also if somebody can tell me how to change the color of the movie clip onRollover.I have two MC with instance name as loc1, loc2 (stored inside mainMap.map.pan), now when i rollover to these, there is a toolTipMC which displays with title on dynamic text box with instance name "tip" (toolTipMC.tip) and image attached to movie clip with instance name "imgHolder" (toolTipMC.img.imgHolder) and some details showing on dynamic text box with instance name "detail" (toolTipMC.detail).Here is the code:-

locs = {loc1:{tip:" Canada ", detail:" Canada is Canada :P", img: "loc2"}, loc2:{tip:" North America ", detail:" North America is North America, llalalalala, hahahha", img: "loc3"}};
mc = mainMap.map.pan;[code].....

View 2 Replies

ActionScript 2.0 :: Flash8 OnRelease Doesnt Work?

Nov 16, 2009

I have a mc that you should drag to the right mc.The mc that you have to choose from are sometimes a little close so I made a code that the mc that you drag will xscale so it will be smaller.But then if I press on the end of the mc before dragging the mc is outside the mouse and you cant use the OnRelease code.How to avoid that.Enclose a small fla, and the code is:

function god ( t,t1,t2){
t.onPress = function(){
this._xscale = 20;[code].......

View 2 Replies

ActionScript 2.0 :: Loading A Swf Into A Swf GetURL Doesnt Work?

Feb 8, 2010

Ok so my swf on my homepage is calling in the main.swf which then has movieclips and coded like this on the Actions layer which I made

button1.onRelease = function (){
_root.button1.getURL("http://scholarscanada.com/wordpress/education/programs/reading-readiness/" "_parent");
}

Here is the site so you guys can see, I believe it has to be something with calling the main.swf into the movieclip because I've never encountered this issue before...If you click on the LEARN MORE for the first image it doesnt go to the page which I ask it for

View 1 Replies

Weather Applet Doesnt Work When Embedded

Mar 29, 2010

I have a weather applet using Flash and XML, its works great, but for some reason when i use a LoadMovie action to pull the SWF into my flash movie, it doesnt work. When i view the Weather.swf on my webserver it works just right. but when i pull Weather.Swf into Home.Swf it doesnt work.[code]i have a MC container on my stage called weather.i think for some reason when embedded its not reading the XML, any ideas?

View 1 Replies

ActionScript 1/2 :: Drawed Cursor Doesnt Work?

Nov 1, 2009

I maded a cursor and converted it to a movie clip and gived it this code: onClipEvent (enterFrame) {startDrag(this, true);Mouse.hide()}Sen i maded a button and putted THIS code in it:on (rollOver) {gotoAndStop(13);}But it didnt work. then I deleted my cursor and then it worked, but i want it to work whit my cursor. So:How do i creat a cursor some working at rollOvers?

View 1 Replies

ActionScript 3.0 :: Button Action Doesnt Work?

Apr 13, 2011

here is my code

buttonPlay.addEventListener(MouseEvent.CLICK, playMusic);
function playMusic(evt:MouseEvent):void[code].....

but when i export my video the button doesnt do anything. the instance has an instance name buttonPlay, and it is a movie clip..........

View 3 Replies

ActionScript 3.0 :: Repeated Code Doesnt Work?

Sep 27, 2009

ok, so i am doing a tutorial on external text sheets, but i cannot seem to implement the same code into my current project, it just doesn't seem to work.Its strange because im not getting any errors, but it still doesn't work.This is the example code:

Code:
var loader:URLLoader = new URLLoader(new URLRequest("my_text_file.txt"));
loader.addEventListener(Event.COMPLETE, completeHandler);

[code].....

View 5 Replies

ActionScript 2.0 :: Changing Visibility Doesnt Seem To Work?

Jan 12, 2010

I am trying to hide a movie clip with the following:ActionScript Code:wheelone_mc._visible = false;But the movie clip remains to be seen on the stage?Here is my full code:

ActionScript Code:
//hide wheelone_mc
wheelone_mc._visible = false;

[code].....

View 1 Replies

ActionScript 3.0 :: Flashvars With SWFObject Doesnt Work?

Dec 9, 2010

I've tried to send some parameters to my flash app by flashvars. Unfortunently, it doesnt work. To embde flash I'm using SWFObject 2.2. I also use lib SWFAddress 2.4 (I'm stating this, because I've heard that some versions of swfobject and swfaddress are not compatible).

[Code]...

I've tried many solutions and read many tutorial or forumposts, but I havent found any that solves my problem.

View 9 Replies

ActionScript 2.0 :: Flash - Timer Doesnt Work?

Feb 4, 2011

Ive updated to CS5 and now I have problems with the flash I am working on,when I export the timer doesnt work,in stead of saying **mins it just says mn with no number.Ive reloaded flash several times but still doing it,altho once it worked the first time I exported it but not again. No problem on CS4. Im guessing it must be some action script it doesnt like, unless something is corrupt on my computer.

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved