How To Create Line Graph In Flash Without Third Party Tool?
Hi to all, I want to create bar, line or pie charts in flash using external file. need your help asap. thanks®ardsnizar
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 08-17-2004, 02:53 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
How To Create A Dynamic Line (with Multiple Lines) Graph?
Hi,
I'm having a big problem here. My company wants me to produce a line graph consisting of multiple lines whose values are dynamically taken from the SQL server database.
I'm using ASP and MS SQL server.
Is there any ready made applets or any asp code or any idea that i can produce the graph?
Will deeply appreciate your help
Thanks!
Nizar
How To Create A Dynamic Line (with Multiple Lines) Graph?
Hi,
I'm having a big problem here. My company wants me to produce a line graph consisting of multiple lines whose values are dynamically taken from the SQL server database.
I'm using ASP and MS SQL server.
Is there any ready made applets or any asp code or any idea that i can produce the graph?
Will deeply appreciate your help
Thanks!
Nizar
Help 3rd Party Tool For Flash 7...
I'm looking for a tool that allows flash 7 files to save data in the hard disk, like "FLAWRITE", from flashtool.de, but it HAS to work with flash 7.
Third Party Tool To Show Or Hide Panels In Flash
Hi, I used to have a program that did this function:
Panels like the actions or the timeline one could be hidden, and if
you moved the mouse to the edge of the screen, they would appear, it
also worked with Photoshop (i think).
I'm looking for it, I had it installed on my old computer, and I recently
changed to a new one, but sadly I don't remember the name of that
program.
thnks.
3rd Party Tool Or Wat
hi everyboody
just check out this..
http://c1.virtualcatalogue.co.uk/vie...02576/&fp=true
i am curious abt to know, how it is done. Is it done with the 3rd party software or its completely done in flash.
i guess it must be done with the 3rd party software, if yes dan i am not able to get that 3rd party software.
if any one can figure out this dan plz do let me too know
What Third Party Tool Should I Buy, To Make Projectors?
These three third party tools are really good, which one do you reckon is the best?
Screenweaver: http://www.screenweaver.com
Flash 'N Pack: http://www.flashnpack.com
Flash Studio PRO: http://www.multidmedia.com/software/flashstudio/
SWF Kit :http://www.swfkit.com
Anyone use any of these tool?
cheers
Need Flash Designer To Create Party Banner
Im creatin a website called " Go Wilder " and i have a cool logo / banner and the audio to go with it, but i am inexpericanced with flash.
It would be a great help if ne1 could help me create one for me, i have the files to send if neone can do this for me.
thanks alot
Simple Line Graph In Flash
Hey Guys, I was just wondering if anyone had any suggestion on making a simple line graph in Flash.
I think 1000 data points, or in other words, 1000 points in the X axis is what I am shooting for. I was thinking about splitting that up into 500 and 500 so its more managable. The user would be able to switch between 1-500 and 501-1000.
The Data is read from a text file. I guess what I'm asking is the syntax and in some ways, just how to do it. A sample of the work I've doing is here:
http://mail.rochester.edu/~jy003i/ece/main.html
I am figuring that a line has to be drawn from point A to point B then to point C with the X, Y coordinates being specified from the file. As in, the Y value coming from the data file and the X position just being incremented....
Any suggestions? help!
Flash Drawing App - Line Tool
I have created a Flash drawing application that has a basic brush tool, that you can change sizes and colors for. Nothing fancy. I would like to add a line tool, simlilar to the one in Photoshop, that you can draw straight lines with. Does anyone have any suggestions or tips for doing that? Thanks for any help you can give.
Possible Line Graph?
I wanted to try to have a graph with 4 user definable points. It would be for video game replay value, and would be first week, first month, 3 months, 6 months. Now I would theorize that you could make a pen tool, or some kind of segmented line where you could define the y position of the vertices in ActionScript, and the line would bend accordingly. Meaning if for first week it was a 9, then second week it was a 3, you could make those points move accordingly, and the line would stay connected. Any idea if something like that is possible? If not ill figure something else out, but id like to mess with that idea for my site.
Line Graph
Anyone know where I can get aline graph component for MX?
Calculate Graph Line?
Hi
I wondered if anyone has any pointers on creating a dynamic calculator graph , a line graph that has a gradual curve from point A to point B. I was thinking I could use cosine and attachmovie, attaching dots to form a curved line, any suggestions would be great.
Thanks
Wayne
Pretend Line Graph
Hi All!
I'm trying to animate a line in a graph. Its not a dynamic graph. I just want to show a line moving from the start point to the top of the graph but its not just a straight line.
How do I do this so it shows the progression of the line on a line graph?
I have Swish and Flash MX
Thanks a bunch!
Jenn
Line Graph Tutorial
I am looking for a nice dynamic line graph tutorial. They data can be loaded from a xml file or an array in the actual swf movie. To see an example of what I am looking for I attached a sample. Any help would be nice. Thank You.
Simple Line Graph
I'm just trying to create a simple line graph in Flash that reads from an external .txt file but I am terrible at action scripting and have no idea where to start. How would I go about doing this?
Multiple Line Graph
First off, thanks to kglad for the line graph function I started with, it has been a huge help. Now the step I'm trying to take is 2 fold.
First, I'd like to graph more than one line segment on the graph. Right now I am graphing functions f1 and f2, but f2 currently overwrites f1. I want them to coincide so f1 goes from x=1 to x=15, f2 goes from x=15 to x=25, f3 goes from x=25 to x=10 at a different y (these are all curves), and finally f4 goes from x=10 to x=1 creating a closed shape. Also, I want the x values and the y values to be variable based on the temperature. I'm using PV=nRT and n, R, and T are all known. so I have something like P=nRT/V where P is y, V is X and the nRT can be calculated for two steps of the 4. The other two steps are adiabatic, so Q=0, I don't know yet how to fit the lines but i do know that y = a / (x^(5/3)) is a formula that works, I just need to find the proper a values for steps 2 and 4.
Part two of this issue is that currently the graph is drawing as the whole canvas, which is fine for testing until i get the multiple line part worked out; however I only want this to be 1/4 of the viewing area as I have other movie clips and such to put on this. A conceptual drawing of what I plan on making can be found at: http://www.students.bucknell.edu/gbement/Steps.html
I'm a novice to Actionscript and movie clips, I previously did everything with motion tweens and nothing was dynamic. I plan on creating the piston and molecule simulation in another movie clip, then I can vary the play speed relative to the hot and cold temperatures by looping the movieclip and having it play faster for a high T and slower for a low T.
Any help on any of my many issues would be greatly appreciated and the user will be recognized for their assistance in my research presentation :)
Scatter Graph And Best Fit Line
Hey everyone,
I've done repeated searches and I've posted over in the math forum to no avail.
I'm getting deperate witht his now, my problem is this;
I'm building a scatter graph and it's all working well, but now I need to build the 'best fit' line into it (Also known as the regression line, the average etc).
The line needs to be (I think) made up of the average of all the points, the only resources I've found are like the following :click:.
Please, please I do remember seeing actionscript implementations of this, but I really need this help.
Thanks.
harlequin.
Create A Lasso Tool In Flash?
Hey, I'm trying to make a photoshop type lasso tool in flash. Have any of you ever made one. I saw a guy one time make a lasso tool in Director but that was 5 years ago. If you know anything that could point me in the right direction as to how to make one in flash I'd love you forever
Drawing A Line Graph From Data
Hello,
I have a data set with 400 x,y data points. I exported this from EXCEL and I want to use it to draw a line graph using the lineTo function.
Is there a way I can do this by attaching a comma delimeted text file?
Many thanks,
Tim.
Problems With Drawing A Line Graph
Hello!
Currently I'm trying to draw a line graph in my movie. I have 25 points; point1, point2, point3 etc etc.
At the moment I'm just giving each of them a static value, so all should be fine, except right now, one of the points isn't behaving like the other points. Firstly, here's the code:
Code:
for(i=1; i<=25; i++) {
_root["point"+i]._x = 505 - (9*i);
_root["point"+i]._y = 175;
}
_root.createEmptyMovieClip("line", 0);
_root.line.lineStyle(2);
_root.line.moveTo(_root.point1._x, _root.point1._y);
for(i=2; i<=25; i++) {
_root.line.lineTo(_root["point"+i]._x, _root["point"+i]._y);
}
This should put each of the points on a straight horizontal line since _y is constant. However, one point doesn't behave as intended. While all the points are on the horizontal line, point9 is off the screen (to the top left corner), meaning the line drawn goes off to the corner, then back down to number 10 again.
The link to the small printscreen i took is here
I've tried deleting that point, and putting a new one, but the same thing happens. I've also tried deleting it completely, in which the result is then point9 going again to the corner, in addition to point17.
Each point are a copy of the original, so I have no idea how that could happen, please help.
[F8] Creating A Dynamic Line Graph
Ok, so I have a formula, y=bx+a, that I need to graph a line from. The user will input data into text boxes, and it will take two more equations to find the variables to graph it. I was wondering if anyone could point me in the direction of a good tutorial that talks about dynamically generated line graphs.
Displaying The Labels On Line Graph
Hi,
I have one Line Graph. Now i want to display the values as labels on the graph(like datatips but not datatip). Please help me in this issue.
Simple Line Graph With X And Y Axis
hi is there any tutorial or help files
to create a line graph where on x axis there are 0 to 12 numbers and also on y axis 0 to 12 numbers and we have to draw a line based on the product
any help will be appreciated
thanks
Animated Line Graph Control?
Can anyone tell me what vendor provides an animated line graph control like on farecast.com?
Please see the following site and click on the "Graph" tab:
farecast.com Line Graph Control
Thanks!
Chirag
Actionscript Line Graph Using Bezier Curves
I am trying to take a set of points that I am passing in via an xml file and plot them to a graph (easy enough). My problem that I am having is the ability to draw a line to each point and curve it using the curveTo() method.
My question is what kind of formula would give me a smooth curve no matter what data points I send to the app.
I have been looking for a week for code samples in actionscript and Java and have found nothing.
Thanks in advance for your help.
How To Create Dynamic Graph
hi there,
this is raheel, i want to create a dynamic chart or graph
using a text file called data.txt, by calling it into my fla using loadvarialbnum().
the graph only return the value if client press the refresh btn on the browser otherwise no request will be served.
hope u any one help to find my problem
rgds
Raheel
Line Tool/ Pen Tool
hello all i am obviously new to flash and my question is this. i want to be able to draw lines with the line tool and pen tool that do not have rounded edges. i want the edges to be flat with two sharp corners. is this at all possible using the line tool or pen tool? thank you.
Command-Line Jpg-2-SWF Tool?
Is there a jpg2swf converter that will run from the command prompt in windows? ie: JPG2SWF <source> <dest>
if anyone knows, I would appreciate it. thanks.
Simulating The Line Tool
I'm building an application for a forensic fingerprint identification exercise and I need the user to be able to create lines and/or circles on top of existing fingerprints, much like the ones in the drawing tools with flash. Can it be done?
Curved Line Tool?
This is probably the simplest question I asked so far but I noticed on the tool bar that there is no curved tool bar. I used to use director and that had a curved tool bar but flash doesn't
Line Tool Question?
Hello,
How do I make the lines that are touching become a solid line. I converted the line drawing into a symbol and when I alpha it down i can see where the lines overlap.
Thank you,
Liz
Line Tool Problem
Hello all,
Its been a long while since i've been on here and i feel really stupid cos i'm having trouble with such a basic thing...
I often trace round things with the line tool:
Click drag realease to create the line, then press ctrl to get the pointer tool so i can curve the line to follow the picture i'm tracing.
The problem is that it has just started selecting the line once its been drawn, so that if you do switch to arrow tool, it moves the whole thing (instead of curving it)
So as soon as you let go of the line tool (ie as soon as the line is drawn) the line is selected with the blue "selected" box.
Its really annoying because i have to click outside each line before i can curve it.
For the years i have used flash its never done this before.
Any ideas?
Drawing Line Tool
Hi,
I'm a newbie using Flash CS4 and AS3. A retired social worker, I need to create a basic Flash drawing tool for an eLearning project to teach students how to draw their family tree.
The drawing tool would allow the students to add multiple circles and squares to symbolize their family members, plus text labels for names, ages, and they would need to be able to draw connecting lines between the circle and square symbols. Finally, in order to continue work on the drawing, over time, they would need to be able to save their drawings to be re-opened and edited (add new symbols, erase incorrect ones, etc.). Once the drawing is completed, they would need to be able to print a copy.
Being a newbie (but I have done some related scripting: JavaScripting-ECMA-262, HTML, CSS), I am not sure if this can be done in AS3, Flash CS4. But, if it is possible, I would like to learn how to create this. I would very much appreciate any help, especially examples that I can learn from, expand on.
Thanks for your help.
Kind Regards,
saratogacoach
Line Tool (for Drawing App)
right now i can create a straight line from mouse down to mouse up. what i cant quite get is a preview of that line. does anyone know of a simple way to show a preview of the line while the mouse is still down and the user is moving the mouse?
what i have now:
Code:
var clip:Shape = new Shape();
addChild(clip);
stage.addEventListener(MouseEvent.MOUSE_DOWN, startLine);
stage.addEventListener(MouseEvent.MOUSE_UP, drawLine);
function startLine(evt:MouseEvent) {
clip.graphics.moveTo(mouseX, mouseY);
}
function drawLine(evt:MouseEvent) {
clip.graphics.lineTo(mouseX, mouseY);
clip.graphics.lineStyle(1, 0xff9933);
}
Drawing Tool On Line
hi
(i'm italian, sorry about my english)
I want to put on a web page a simple "drawing tool" (like the Ms Wndows Paint), so users can make a simple drawing and so send it to the site administrator.
there is any example or link you can give me?
thanks
marco
My Line Tool Is Grouping
Everytime I draw a line using the line tool it groups. Is there any way to reverse or stop this from happening?
Thank you,
Richard
Re: My Line Tool Is Grouping
It is called Object Drawing Mode and can be turned off easily by clicking the ODM sub-selection
button when the line tool is selected.
Chris Georgenes
Adobe Community Expert
mudbubble.com
keyframer.com
howtocheatinflash.com
plecoguy wrote:
> Everytime I draw a line using the line tool it groups. Is there any way to reverse or stop this from happening?
>
> Thank you,
>
> Richard
Line Tool Cursor
Can someone tell me how to change the color of the cursor so when I am using the line tool on a black background, I can see the cursor
Simple Question ( The Line Tool )
Awrighty guys, bit of a stupid one here.
Why when i draw a line with the line tool is it not straight. I do the usual (****f Drag mouse) but when the line is drawn it is not completly straight, ther is sort of a kink in the line. Also when i atempt to delete it i see that the line is broke into diffrent sections along the draw line.
I hope i have explained this ok.
Any ideas
cheers
Line Tool Question (Curves)
Hi, I was just wondering if it is possible to make curves with the line tool? If so, how do you do that?
Thanks
Can You Make A Joint On The Line Tool?
hi
i was wondering how to make joints. If you don't know what joints are, they are like pivits. So you can move something like your knee, whithout adding more layers.
Please reply me back
Thanks
Line Tool Still Snapping To Objects
http://img.photobucket.com/albums/v203/DXcalibur/linetoolissues.jpg
It's been like this for a couple of days, I thought I could just restart the program and it would work, but apparently not. It still has that circle indicating it is snapping, but it does that to everything even when there is no line to snap to, its really jerky and I can't do anything so far.
Is there something wrong? What can I do to stop it?
Snap Option For Line Tool
I select snap to objects and using the line tool draw a bunch of lines on the stage, though it does not seem to really be snapping each line to one another. It does
not seem to behave differently than if this option was not selected.
How is this behavior supposed to work?
Thanks.
|