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
2
votes
0 answers

Flutter: FlareActor Delay in showing

Widget CustomBottomBar(BuildContext context) { return Positioned( bottom: 0, width: MediaQuery.of(context).size.width, child: IgnorePointer( child: Stack( //alignment: Alignment.topCenter, …
Eduardo Gonzalez
  • 325
  • 1
  • 5
  • 14
2
votes
0 answers

Flare animation not showing up when running app

I am trying to run the below animation, however, it is not showing up on the screen when i run the app. I am using the mediaquery instead of hard coded numbers for the coordinates so that the animation renders in the same place regardless of screen…
alex jasper
  • 73
  • 1
  • 9
2
votes
0 answers

Use of FlareController in flutter

I have a flare file containing two animations: https://www.2dimensions.com/a/Azhar/files/flare/google_loader/preview I want both animations to play one after another on clicking a single button once. I did some research and found that…
Md Azharuddin
  • 1,346
  • 1
  • 9
  • 30
2
votes
1 answer

Issue with flare and flutter

Hello I tried to implement flare animation with slider in flutter. I create five key ( 1, 2, 3 ,4,5) who call specific flare animation who work great on flare editor, but when I launch the app I have trouble with some item of the animation who add…
Nitneuq
  • 3,866
  • 13
  • 41
  • 64
2
votes
3 answers

Replaying the same Flare animation in Flutter

I'm trying to re-play a Flare animation in Flutter. Not loop the animation when it has complete. I want an animation to be played on demand, the same animation. When I switch between animations it works fine when just swapping the string and…
Filled Stacks
  • 4,116
  • 1
  • 23
  • 36
2
votes
2 answers

Camera freezing when using FlareNFT with FLARManager

I'm trying to run the example application from the FlarManager download. It worked first time using the FlarToolkit engine, but the webcam freezes if I change to the FlareNFT tracker. The only change I've made is to the onAdded function: From…
rlayte
  • 538
  • 4
  • 12
2
votes
2 answers

Which help authoring tool is better - Robohelp or MadCap Flare?

We need a help publishing tool that can generate web files as its main output and can publish to other formats as well. Both tools cost US$ 999.99, and MadCap Flare marketing is very aggressive. The application for which the help is being developed…
Ravi Wallau
  • 10,416
  • 2
  • 25
  • 34
2
votes
1 answer

How to create a multiple linked & directed graph with javascript?

This is my problem: For a school project we are trying to create a directed graph and make it fit in a typical html website. We figured out it had to be written in javascript, because a java applet isn´t an option. So this is how it should look…
J. Roels
  • 21
  • 1
  • 2
2
votes
1 answer

Does anyone else use the Flare toolkit? I need some help!

I am trying out the fantastic Flare toolkit, but following the tutorial almost out the gate, I got stuck. I am using Flex builder and there seems to be an error in one of the included library files (Visualization.as), and there isn't anything I can…
picardo
  • 24,530
  • 33
  • 104
  • 151
2
votes
1 answer

Assigning tags for uploaded HTML files in Concrete5

We are planning to load a number of HTML files as they are in the site using Concrete5. We had to do this since the number of files is too big to load them via editor. (We are going to generate the html files with madcap flare) However, I need to…
1
vote
1 answer

flare prefuse Dependency Graph error

I am using Flash Builder 4 to display a dependency graph. The source code is in this location - dependency graph sample application I get the error - A file found in a source-path must have the same package structure '', as the definition's…
1
vote
1 answer

Cannot add script async in MasterPage of MadCap Flare project

I am trying to add Google Analytics tag to all the pages in a MadCap Flare project. The way to do this is to add the tag to de MasterPage, but MadCap Flare does not allow me to add the Google tag. If I remove the async attribute it works, but I…
toscanelli
  • 1,202
  • 2
  • 17
  • 40
1
vote
1 answer

How to show Rive animation in flutter?

I'm trying to show an animation from my riv flare. It was really simple in FlareActor and flr file. But can't show my animation with riv. I have 2 animations in my riv file. They are anim1 and anim2. I'm trying to show anim1 as default. Then trying…
bdre
  • 51
  • 5
1
vote
1 answer

How to get .flr file from rive.app website?

i am new to rive animation and i noticed that rive.app website now allow use to download animation file in .rive format. It used to be .flr format. How do i get to download .flr again? Is this possible? thanks
1
vote
0 answers

Is it possible to emit dynamic data to an animation made in flare from some language like javascript / flutter / dart?

I am new to the topic and I am exploring this tool, but I have not seen any way to output data within an animation already made in flare. From some programming language such as javascript, flutter or dart, I would like to do the following: the user…
yavg
  • 2,761
  • 7
  • 45
  • 115