Flash :: Php - JQuery Or Other Graph Visualization?

Aug 23, 2011

I have two basic bar charts and I am currently using XML/SWF Charts which is great but the problem I have is I need to be able to send these graphs via email to the user. As well as display them on the site.

I know sending Flash is a bad idea, I would love to find a way to convert my current graphs to an image, but am pretty certain there is no quick fix without building a work around myself.

Therefore what are the best open source or closed solutions for this problem.I need to be able to display two graphs dynamically and then email them to users.

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Make A Flash Visualization For Music Player - Internet The Visualization Does Not Show Up

Mar 25, 2010

I am using the flash SoundMixer.computeSpectrum. to make a flash visualization for my music player. It all works inside flash. but if i run it on the internet the visualization does not show up

[Code]...

View 1 Replies

Flex :: Graph Data Provider Has Values But Graph Is Not Plotting

Aug 22, 2011

In the below code the traced values are correct its there in the chart data provder but the

input graph is not plotting.there is no error in this code.Can anyone solve it?

function fnctn(evt:Event)
{
var tp:int = bulb1 + bulb2 + bulb3 + bulb4;

[Code].....

View 1 Replies

ActionScript 2.0 :: Equation Generate To Graph \ Show A Slope Graph?

Jan 26, 2010

School Project with the following actionscript in Flash 8, I want to show a slope graph? What code to add to make slope graph work?

/*var orig_x:Number;
var orig_y:Number;
orig_x = (plane_mc._x)+(plane_mc._width/2);

[code].....

View 0 Replies

Jquery :: Html - Display Alternate Content When Flash Is Not Installed With Jquery.swfobject

Jun 2, 2010

How can I display alternate HTML with the jquery.swfobject plugin for browsers without Flash? I'm unable to find any documentation or examples showing how to do this.

Here is a snippet of my code:

<script type="text/javascript" language="Javascript" src="jquery.1.4.2.js"></script>
<script type="text/javascript" language="Javascript"

[Code]....

View 2 Replies

Jquery :: Any Gui Visual Editor That Use Javascript/jquery For Creating Animations Like Adobe Flash?

Jan 10, 2012

I am a web designer and I do like to hand code using jquery however, I think it would be much faster to use gui applications like flash to create animations especially on the fly as well as support for writing and editing source code.

View 1 Replies

Jquery :: Flash - Pros And Cons To Use Jquery SWF Plugin Over Original Swfobject?

Mar 12, 2010

I'm alreadu using jquery library on site.What are pros and cons to use jQuery SWFObject plugin over origional swfobject

jQuery SWFObject plugin

http:[url].....

View 3 Replies

Jquery :: Resize A Flash Object Via JQuery Onload Of Page?

Jun 24, 2010

I'm using the HTML5 JW Player. It sizes the HTML5 video correctly, but shrinks the Flash fallback player; here's an example page: Test Page

If you view that page in IE, you'll notice that on panel 5, the video is smaller than the space it's supposed to occupy. On Firefox, it works fine because it's using the OGG video in its HTML5 video player.Is there a way to resize the Flash video via JavaScript/jQuery to fit the same space as the HTML5 video?

View 1 Replies

Jquery :: Play And Stop Flash From JQuery?

Jun 28, 2011

Is there any way to play, stop or gotoAndPlay(anyframe) from JQuery?

View 2 Replies

How To Use Flare (Data Visualization) With Only Flash CS3

Apr 26, 2010

How do I use [URL] with Flash CS3 in AS3. I don't intend to use Flex.

View 1 Replies

ActionScript 3.0 :: Add Sound Visualization To My Flash Mp3 Player?

Jul 10, 2009

I'm trying to add sound visualization to my flash mp3 player. I found some samples but when adding the script to my project it doesn't work.The code for my mp3 player is:

import caurina.transitions.*;
volume_mc.slider_mc.buttonMode = true;
var xOffset:Number;[code]......

View 16 Replies

Flash :: Make Interactive Visualization In Builder?

Dec 4, 2010

I'm a programmer and I've learn some basic knowledge about Flash Builder. What I can do with it now is to use the components and somethings override the redraw function to design my own components. However, I find that is a inefficient way and I seems to complex to achieve the animation with only codes. Are there some way to develop with Flash Builder and Flash CS? And how to make animation without complex code? Could you recommend some books for me?

View 1 Replies

Open Source Flex (Flash) Visualization Projects

Feb 11, 2011

I'm currently researching Flex visualization components for demoing purposes and am wondering if anyone in the community has had success building on top of any current open source projects. I'm currently looking at axiis but am wondering if anyone has found anything similar that worked well for building custom visualization components? I've found some stuff hosted on Google code but haven't found anything very mature yet.

View 1 Replies

AS3 :: Flash - OOP Visualization Logic - Linking Filters And Data Source?

Aug 16, 2010

I'm trying to visualize the results of a quiz in ActionScript 3.0.What I would like some input on is how to best link the "filters" (top right corner in attached image) to the data source in a flexible OOP way.The result array now contains both number of correct answers and meta data about the person taking the quiz. The meta data could be both discrete (sex) or continuous (age).

results = [{name: "Lisa", correct: 5, sex: 0, age: 52}, {name: "Peter", correct: 3, sex: 1, age: 32} ... ]

How do I tell the boxes to, for example, change color when I change filter?Should each box object hold its own data or should there be some sort of controller listening to the filter object to dispatch an event and thereafter call a box.setColor method?

View 2 Replies

ActionScript 2.0 :: Create Dynamic Bar Chart (visualization) For Flash Mp3 Player

Sep 29, 2005

Is possible to create dynamic bar chart for flash mp3 player?I mean the similar effect like in Winamp or others music players (WMP) to display bar chart depending on the sound intensity.

View 6 Replies

Jquery :: Ajax - White Screen Of Death Jquery Load() Html File With Swf?

Apr 19, 2011

I've looked high and low for an answer to this and I'm hoping someone has an answer, or at least a tip on how to avoid it.I'm loading a static HTML file into a container via the jQuery load() method. This static HTML file has a script which loads a swf. When I load that particular file, I get the white screen of death (WSOD) and the page explodes and everyone in the room dies a horrible death.I've had this happen also when using the jQuery wrap methods (wrap, wrapOuter, etc.) when a swf is present.It seems manipulating the DOM with a container that has a swf object causes this. Does anyone have a solution or a way that I can prevent it happening?

View 1 Replies

Jquery :: Get Jquery Working From An Externally Loaded Html Inside A Div?

May 3, 2011

I'm setting up a page that uses a flash menu to load html pages into a div container by the following call:

on (release){
getURL("javascript:getPage('test.html')");
}

The loading works fine, but some of my pages had specific jquery scripts and that's where I've struck out so far. I assumed all I needed to do was transfer the script importations, css stylesheets and the jquery functions to my main document, but it won't work.

I also tried importing the html as a the complete html, which works on it's own, but not when imported into the main document. Most recently I heard I should try shifting the jquery function calls to the end of the loaded document, to after the content, My scripts work, just not when imported, so I suppose my question is how can I make the main- and imported documents play nice with each other? What say you we make this a jump-start tutorial for all us noobs to reference?

View 2 Replies

Flash :: Post A Swf Via Graph Api Using PHP SDK?

Aug 29, 2011

Flash - How do I post a swf via graph api using PHP SDK

View 1 Replies

ActionScript 3.0 :: Using Facebook Flash Graph Api?

Oct 9, 2010

I have som porblem with Facebook Flash graph API I am receiving request, but realy when I check my wall in facebook FacebookDesktop.api not adds Like or unLike

private function likeClickHandler(event:MouseEvent):void{                              handleLikeClick()          }                                        protected function populateLikeCount():void {               if (intData.user_likes) {                    likeBtn.label = 'Unlike';               } else {                    likeBtn.label = 'Like';               }               likesCount.text =

[code]....

View 1 Replies

Flash - Tag Photo Graph API / REST API?

Feb 3, 2011

I'm doing a FB app with the Graph API in Flash. I've got everything working which consists in uploading some images created by the user in the app. The only part that I'm missing is how to tag these photos as with the Graph API it is not possible.

So I was wondering if it's possible to call a method of the REST API even though I'm using the Graph API.

View 1 Replies

Flash - AS3 Graph Api -> Popup Blocked?

Jan 16, 2012

we developed an as3 facebook application (http:url....), but unfortunately the authenification popup is blocked in all major browsers (ie, ff, chrome), which leads to a high rejection rate for our campaign.If I have a look here ... http:[url....These fellows used the same api (http:url.....), I checked it with a decompiler and their popup is never blocked!.

View 1 Replies

ActionScript 3.0 :: Make A Graph In Flash

Feb 9, 2010

i have a project to do on flash..its about laws of physics and i want to include dynamic graphs.. e.g projectile motion.. the guy enters the distance and the angle and a graph is plotted from the calculations it makes.thing is that i dont even know to make a graph in flash..now i have to make a dynamic one.

View 9 Replies

Flash :: Draw A Triangle In A Math Graph?

Mar 31, 2010

How to draw a triangle in a math graph which displays X and Y axis.

View 2 Replies

Flash :: Using External Class For Facebook Graph Api

Jan 21, 2011

I'm wondering. Is it possible to create an external class just to initialize the API then use functions to call the different items? Like a shortcut to using the API without all the nitty gritty stuff.

View 1 Replies

Flash :: Uploading Images Through Facebook Graph API

Jan 24, 2011

I'm trying to upload a picture through the Graph API, but somehow it doesn't get through. Correct me if I'm wrong, but if I don't give an album ID, it should create an album by itself right? I'm a quite confused by that. Right now, I'm using

[Code]...

View 1 Replies

Flash :: Getting Friend's Information From Facebook Graph API

Jan 25, 2011

I'm asking this question because I can only find examples and answers for the PHP version. I need the Flash version. I'm trying to get my friends information, but I think I'm doing it wrong because if I trace it, it'll give me either [object Object] or undefined.

I did Facebook.api("me/friends", handleApiGet);

private function handleGetApi(success:Object, fail:Object):void
{
if (success)
{

[Code]....

ExternalInterface.call("doAlert", success) returns me [object Object], [object Object]. I also did ExternalInterface.call("doAlert", success.name), it returns me undefined.

View 1 Replies

Flash :: Uploading BitmapData Using Facebook Graph Api?

Feb 1, 2011

I've been looking around the internet on how to use the PostRequest class given by the Facebook in their Graph Api, but I couldn't find anything on it. I'm wondering how to use it to upload a bitmapdata. It just doesn't seem to be moving at all

[Code]...

Both doesn't work, which puzzles me. The first one worked without encoding it in any way, so I don't get why it doesn't work when I try to just call it like that.

View 1 Replies

Flash :: Draw Sinusoidal Line-graph?

Jun 28, 2011

I'm trying to draw a static graph based on an Array of Numbers. This graph should be nice smooth sinus-like.The bottom values should be always zero, the upper values are specified in an Array of Numbers.

I've been trying to achieve this effect with curveTo(), but without any luck.

EDIT: Values are like: 10, 15, 40, 28, 5, 2, 27 etc.

View 1 Replies

Flash :: Smooth Performance With Live Graph Updated Every 1 / 30 Th Of Second

Sep 5, 2011

I wanted a suggestion from you guys regarding drawing and scrolling performance. The requirement is - I have to draw a graph with sound volume's values updated at 30 fps. And I need to draw this graph and simultaneously scroll to fit in the new values. So the length(width) of the graph is unlimited.

View 1 Replies

ActionScript 3.0 :: Flash - Finding The Main Points On A Graph?

Mar 17, 2012

This is more of a question of logic than coding.. but here goes. I've got an array of points, and when plotted on a graph in flash it shows something like this:The blue points just highlight the points of each spike. While the red points are points I want to find.My question is, how do I find the red points on each spike?At first I tried sorting through the array for the highest points, but that didn't give me all the red points as some blue points are higher than the red points.Just by looking at the graph I can immediately see the points I need, but it's a bit harder to find those using code..

View 10 Replies







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