Questions tagged [flare]

Flare is a library for creating data visualizations on the web. It uses ActionScript and runs in the Adobe Flash Player.

Flare is a library for creating data visualizations on the web. It uses ActionScript and runs in the Adobe Flash Player. See also . Here are some resources:

99 questions
0
votes
1 answer

Optimizing Actionscript performance

I am setting out for a visualization project that will generate 1000+ sprites from dynamic data. The toolkit I am using (Flare) requires some optimization. I am trying to figure out some optimization techniques for Flash. How can I make Flash run…
picardo
  • 24,530
  • 33
  • 104
  • 151
0
votes
1 answer

PHP CloudFlare Login

I've tried countless times to make a PHP script that auto logins to my CloudFlare account only with some success. I did make a script that logins but does not show the contents of page after the login. Is it possible to do this?
0
votes
4 answers

Madcap Flare JavaScript method, open the help document is new window instead of a new tab

While integrating the Flare application, I am trying to use the JavaScript method. The below is the approach suggested. While I am using this I am always getting the document opened in a new tab instead of a new window. Is there any approach in JS…
Arun Pati
  • 125
  • 1
  • 9
0
votes
1 answer

How do I use Flare (data visualization) with only Flash CS3? I don't have Flex

How do i use http://flare.prefuse.org/ with Flash CS3 in AS3. I don't intend to use Flex. Please tell me the simplest way to do that. I am just a novice in Flash Thanks!
Avinash Sonee
  • 1,701
  • 2
  • 15
  • 17
0
votes
1 answer

Lens flare in 2D XNA 4.0 scene

I am creating realtime scene in XNA, it is 2D using sprites only (rendered on quads, standard spritebatch with alpha map on sprites). I would like to create create simply lens flare, actually only occlusion around light source (I don´t need…
0
votes
1 answer

make enemy follow flare

#pragma strict var flare : GameObject; var speed : float = 1; function Start () { flare = GameObject.FindGameObjectWithTag("flare"); } function Update () { var distance = Vector3.Distance(flare.transform.position,…
user2757842
  • 651
  • 1
  • 11
  • 24
0
votes
0 answers

Adding parameters to Flare.json For Treemap

So currently I am working with http://bost.ocks.org/mike/treemap/, and making the treemaps custimizable. They work fine, however if i add a parameter to every level, the nodes end up being layered over each other. is there any limitation to amount…
neoeahit
  • 1,689
  • 2
  • 21
  • 35
-1
votes
1 answer

Can we provide URL instead asset In FlareActor in flutter?

Is it possible to give firebase Url instead of asset in flareActor in flutter?
-1
votes
2 answers

Does anyone know how to create a interactive graphs using flare or other visualisation classes?

Does anyone know of software or flex/flash/as3 source or visualisation software that could be used to make interactive graphs, where the user would enter a query that would pull data from a MySQL database and the user would build a sunburst or…
Teneb
  • 1
1 2 3 4 5 6
7