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
1
vote
3 answers

Flare Actor is not working inside Positioned Widget or even in Column or in Row in flutter

children: [ Positioned( top: 1, child: SizedBox( height: 300, width: 300, child: FlareActor( …
Nader Khaled
  • 145
  • 2
  • 8
1
vote
1 answer

Silverlight implementation of Flare

Does anyone know of a Silverlight port of the Flare framework? Google turned up nothing but I wouldn't be surprised if someone somewhere is porting this?
njr101
  • 9,499
  • 7
  • 39
  • 56
1
vote
0 answers

Flare artboard items taking time to render on Flare character

I have a Flare character on that I have to display some items by their node when I am updating the node and the item is displaying on character, it is taking some time and getting delayed, in my ChimpCharacter class whenever I choose the item by a…
Rishabh
  • 2,410
  • 4
  • 17
  • 36
1
vote
1 answer

How to play the same Flare animation on every tap?

I'm only able to run the animation when the object is tapped in this way? class _MyHomePageState extends State { bool isOpen = false; @override Widget build(BuildContext context) { return Center( child: GestureDetector( …
mshwf
  • 7,009
  • 12
  • 59
  • 133
1
vote
0 answers

Select elemets in artboard of 2Dimensions Flare on flutter

Basic Flare artboard (2dimensions.com) My question is how to select elements of artboard on Flutter once I have export the final animation, for example I want to create multiple shapes and when I select one show an specific action.
Jairo Diaz
  • 11
  • 2
1
vote
1 answer

R Solving large sparse non-square matrices

I'm trying to solve a large sparse matrix linear regression problem. I have created two matrices as follows: > dim(A) [1] 26573 32991 > dim(B) [1] 26573 1 If i use matrixmodels lm.fit.sparse, i get the following error: >…
Tammboy
  • 321
  • 4
  • 14
1
vote
3 answers

Div stretches only in one direction

I created a doc page using Flare and forced breadcrumbs to stay fixed below the top nav. The page works as it is, but I want the div to stretch across the page. Please see current design below: Click to see example screenshot I can stretch the div…
user7612032
1
vote
1 answer

Flare Dependency graph not being displayed when project migrated from Flex3 to Flex 4

I have a project in Flex 3 which uses Flare to create and display a Dependency graph.i have recently migrated my project from Flex 3 to Flex 4 and found that the graph is not being displayed.Flex 4 needs Flash Player 10 and i am not sure if Flare…
1
vote
1 answer

CloudFlare API v4, no way of enabling cloudflare proxy on dns records

So I'm working on something in C# that uses the JSON API from CloudFlare to automate the process of adding DNS records. However the website shows a grey cloud that must be clicked to orange to enable their service. I was wondering if there was a way…
1
vote
2 answers

Approaches to replace cursor in pure AS3 / Flare project?

I've got a pure AS3 (no Flex) project that uses Flare to display and interact with a data visualization. I just implemented some panning behavior, so you can click and drag the visualization around, and now I'd like to give the user a visual…
peteorpeter
  • 4,037
  • 2
  • 29
  • 47
1
vote
1 answer

Replicating Mike Bostock's collapsible tree

I want to replicate Mike Bostock's collapsible tree graphic (http://bl.ocks.org/mbostock/4339083). I have loaded a CSV by using the nest function in d3.js. Now, the data looks like this: [ { "key": "Bayer HealthCare", "values": [ …
majom
  • 7,863
  • 7
  • 55
  • 88
1
vote
2 answers

Is there any way to get the screenshot of Flare3D?

I want to save Flare3d scene as a png file using actionscript this what I have tried , i am able to save file but image is not transparent(it is showing black background) which i want to remove var bmpd:BitmapData = new…
Rahul Lalit
  • 416
  • 2
  • 10
1
vote
1 answer

Flare and ActionScript error

I am trying to compile this sample program but I am brand new to Flare and ActionScript. Here is the DependencyGraph example that I am trying to compile: http://flare.prefuse.org/apps/dependency_graph. The error I am receiving right now is: Access…
raphnguyen
  • 3,565
  • 18
  • 56
  • 74
0
votes
1 answer

FLEX: How to set the scene`s background color in Flare3d?

How to set the scene`s background color in Flare3d?
user1232236
  • 207
  • 1
  • 4
  • 10
0
votes
3 answers

How to get sqlite data based flare visualization (swf) to work in Adobe AIR desktop app?

I've been unsuccessful in trying to find an example how to get a sqlite data based flare visualization (swf) to run in Adobe AIR desktop application. Here is what I have: ProjectA: a flare visualization sample done in FlexBuilder based on a…
André