Flash :: Represent Data Using Animation Using Delphi?

Jun 22, 2011

I have a lot of employee data. Then i want to show to user the data using flash animation.Is it possible to be done with flash animation with delphi ?

View 1 Replies


Similar Posts:


Actionscript 3 :: Clever Data Structure To Represent Layered Circle?

Feb 9, 2010

I'm making a game and I need to represent a "layered" circle in some clever datastructure.A circle can have any number of layers. Each layer has a number of "slices", they can be of different lengths and pieces can be missing. The innermost layer is always a full circle.Each segment has a color, multiple segments with the same color can be next to each other. Realistically a circle wont have more than about 40 layers or about 1500 individual slices.I will need to be able to easily find adjacent pieces to a specific piece, see if a piece is "hanging in free air" (imagine gravity towards the center), and to remove pieces leaving a hole in their place.

View 7 Replies

Flash :: Point Me To A AMF Library In Either Delphi Or FreePascal?

Dec 8, 2009

I've done a simple search on the usual suspects(Google Code, Source Forge, SO) but did not find any hints of a project for AMF or Flash/Flex remoting.

Has anyone stumbled on a project of this nature?

View 1 Replies

ActionScript 3.0 :: Embedding Flash Onto Delphi Form?

Apr 19, 2011

I have designed a nice menu using AS3.. now, I want to embed it onto a delphi form flash applications run in a adobe flash window.Instead of it, I want it run on a delphi form...

View 0 Replies

Flash - Create A Custom HTTP Protocol In Delphi?

Dec 16, 2009

I build a project using Flash and Delphi. In Flash i need communication with delphi. Current i use ExternalInterface and FSCommand. Now i need Flash communication with Delphi via HTTP but it need open a custom port on Delphi and it can prevent by user's firewall. I see a product called F-IN-BOX it can implement HTTP link like [URL]

View 3 Replies

Flash :: Pass Parameters To A Movie In Delphi 2010?

Apr 26, 2010

I have imported the ShockWave flash Activex Control in my Delphi project. I can manipulate All the properties of a Flash movie file. But I need to define my own Parameters in the my own Flash file and Manipulate those parameters in the Delphi project. I know that passing parameters to a flash file is possible in the HTML script. But my project is a desktop application and i can't use it.

Is it possible to get a handle to the defined parameter of a flash file in the Delphi project? in fact All i need is passing parameter to flash file in the Delphi project.

View 1 Replies

Set Up Multiple Flash .swf Animations Simultaneously In Delphi Form?

Jan 31, 2011

ShockwaveFlashObjects_TLB works fine, but I can't see any way in which I can play multiple .swf at the same time.

View 1 Replies

Flash :: Represent Tiles In XML?

Jun 28, 2010

So, I'm writing an AS3 program that tiles floor tiles. I want the user to be to be able to create their own floor schematic represented by different rectangles. It'll be drag-and-drop. They will lay out their schematic (which is composed of different size rectangular tiles) and drop colors/patterns onto them.

This schematic will then be tiled on a 3D plane to represent what the actual floor would look like.

I've got the 3D part working, drag-and-drop working, etc. What I'm missing is the floor schematic stuff. I've spent a lot of time trying to figure out the best solution, but I can't QUITE get there.

Here are some examples (out of a WHOLE bunch of possible combinations) of how the floor schematics could look:

The different tiles within the schematic are the droppable regions. My problem: How can represent these schematics in XML? Don't worry about tiling, sizing, etc. I've got that all figured out already. I just literally do not know how I can represent a tile schematic in XML and draw it correctly with AS3.

View 4 Replies

Library To Convert Flash To A Represent Png File?

Oct 21, 2010

I want to generate thumbnail image from a flash file,

View 1 Replies

Flash :: Delphi Application Shows An ERROR "Class Not Registered "?

Feb 17, 2011

I create Delphi application with Flash and everything was perfect before today day. Now when i start this project it send me a error.If i try to add shockwave component to another project it gives me ERROR: Class not registered ?

View 2 Replies

Flash - Display Buffering Animation When Downloading Video Data

Feb 16, 2011

How would I display a buffering animation whilst a netsream object was downloading video data? Using Actionscript 3.0 in Flash.

View 1 Replies

ActionScript 3.0 :: Coder To Compile Incorporate The Swf With Delphi Program

May 24, 2010

i got a piece of code i really need someone to compile so i can incorporate the swf with my delphi program. since im not a Actionscript coder. im begging someone to maybe compile it for me? So what i need is the swf is to encrypt/decrypt to a thing called SimpleCrypt. This is the code to encrypt/decrypt

[Code]...

What i want someone to do is to change the code so it has two functions. both that i can call to return either a encrypted or decrypted string. also it shouldnt have a parameter for taking in a string. it should just use this global variable i will set. hopefully it will work with the delphi program This code uses [URL]

View 0 Replies

Flash :: Python - Exporting Actionscript Animation To PNGs And Transform Data?

Jan 19, 2012

We're working on a project right now where our animator is creating animations in Flash (the tool in which he's most comfortable) which we need to export for our application. He's using separate sprites (for a person, we'd use eyes, mouth, hair, feet, etc.) and transforming them appropriately. So, if his head is rocking back and forth, one frame might be normal, one might be rotated 20°, another normal, and another -20°, and so on.

What we need is to export all of the sprites used in the animation, along with the transform data for each object in each frame. Unfortunately, the animation is being done in Actionscript, which complicates things somewhat, and because we're using sprite components that we use in multiple places, we want each component of the animation exported separately. As long as we can get it into some kind of more easily parse-able format, we should be fine, but we're not familiar enough with Flash, in a technical sense, to know where to start looking. Solutions in Python would be preferred, since that's the language we're all working in.

View 1 Replies

ActionScript 3.0 :: Flash - Keep Animation Running While Receiving Large Data File?

Feb 3, 2011

I'm developing a web application with Flash CS5 and AS3.0. The problem I'm having is this:At a certain state, the application goes to a frame with a "loading..." animation that loops continuously until the next state is reached. The animation is inside a MovieClip that lives on this frame on the stage (I'm not creating or animating it dynamically). While in this state, the app is waiting to receive a large xml file from an XmlSocket connection. The file takes a few seconds (literally - not milliseconds) to be received fully by the Flash player, and during this time the loading animation stops. I believe the socket is blocking the animation thread until it's done receiving the entire file.Does anyone know of a workaround that would allow the animation to keep playing while the socket is receiving? I've seen pseudo-threading hacks, but those always deal with computations or other activities that can be accomplished by calling a call-back function multiple times. Since I'm just listening on an open socket, there's no callback I could pass to a pseudo-thread.

View 2 Replies

Multithreading :: Player In A Delphi TWebBrowser Control To A Background Thread?

Dec 6, 2010

I have a Delphi 6 Pro program with a TWebBrowser component that loads a web page that embeds a Cool Iris Wall. The Cool Iris wall is an SWF object which means that when running, the execution happens inside the Adobe Flash player, an ActiveX or similar object I believe. The problem I am having is that sometimes when the Wall is loading pictures/videos from the web, it takes a big hit on the CPU on the main UI thread. I know that TWebBrowser moves most of its operations on to a background thread to keep the main UI thread happy, but something the Adobe Flash Player is doing is happening on the main UI thread and its causing my program much grief. Is there a way to move the Adobe Flash Player on to a background thread?

[UPDATE - 12/7/2010] - After a marathon probing and debugging session it turns out that the problem had to do with the Cool Iris Wall's Flickr proxy. You can interface with the Wall in two main ways: 1) You pass them special Flickr api protocol URLs and let them talk to Flickr for you, for example [URL]..loads the Wall with the results of a Flickr keyword search for puppy. The advantage to this approach is that they do all the work for you necessary to make the query to Flickr and build the Wall's contents. 2) You build an RSS media feed yourself containing the photo stream item data and feed it to the Wall.

I was using technique #1. The problem is with #1 is that when their servers have trouble building the Flickr feed for you (for whatever unknown reason), their host SWF puts a heavy load on the CPU interfering with the main UI thread's operation. I converted my entire code base to work directly with the Flickr API and create the feed myself using the second technique and the problem vanished.

View 1 Replies

ActionScript 2.0 :: 4 Sliders To Represent 100%?

Jan 20, 2009

I have 4 Sliders that I want to represent 100% of a total Number; Say the number is 100 and you start all the sliders off at 25. Each Slider has a Min of 0 and a Max of 100, to represent 0 to 100 percent of the Total number.So if one slider is all the way to 100% the rest of the 3 are at 0%;

Example: All Sliders are set to 25, and you slide the top slider to the right (increasing) say to 40%; The Sliders should say 40%, 20%,20%, and 20% since it would decrease the rest of the sliders accordingly, so they all add up to 100%;.

View 4 Replies

Flash :: Export Animation Data - X And Y Coordinates And Rotation Values For Individual Images In A Sequence?

Mar 22, 2011

From Pro Adobe flash can I export an animation's data? like the x and y coordinates and rotation values for individual images in a sequence

View 1 Replies

Actionscript 3 :: Represent An Empty Array In It?

Jan 5, 2012

I'm trying to make a question game with 30 question divided into 3 dificulties, so i'm using arrays to have my questions randomized but not repetitive.

I made the code use the first parameter of the array (array[0]) then remove it from the array.

So, my array will have no more elements after a time. But, when my array have only 1 element, i cant play this element, and i need to use the representation of the empty array to get it to play.

I'm new on AS3, so this may seem very confusing. Here is the code I used.[code]...

View 1 Replies

ActionScript 2.0 :: Elements In Array To Represent Object?

Jun 30, 2006

i have an some movie clip objects, named A,B,C,D,E respectively. Also, asssumed i have 3 arrrays, globally defined with

Array1={'A','B'};
Array2{"B","C"};
Array3={"C","D",E","B"};

Finally, i have some buttons there, both will be used to trigger the movie clip to change it's alpa value. Now here is the problem, when i click on button1, it will search in Array1, and those elements match the object name will be triggered.For example, i click on button1, and it search Array1, which contains elements A, B. With these elements, it only match movie clip object named A and B only.
So as a result, only these two objects are triggered.

Can you let me know what is the concept to run this? The requirement must use the elements in an array to trigger an object. For more information, i actually need this concept to create a Search Algorithm, such as breath first search and depth first search method. So after it find a solution path from A to B and C, which these similar to array1={"A","B","C"}, so only the node A, B and C will be highlighted, and a line from A to B and B to C is drawn to visually show the path.

View 1 Replies

Actionscript 3 :: What Are Width And Height Supposed To Represent For A Sprite

Feb 25, 2011

I'm working with a Sprite in AS3. Initially, width,height are 0,0 as expected.

After this:

var tf : TextFormat = new TextFormat();
tf.font = "Arial";
tf.size = 48;

[code]....

View 2 Replies

Actionscript :: Use Two Integers To Represent Integral Part Of Double?

Sep 7, 2011

I'm getting a millisec timestamp in ActionScript as a Number object which can return a primitive double. I'd like to cast it for a backend that expects a primitive long long millisec, however the language does not provide long long. Am thinking a double can be converted to two ints and submitted together. Any encounter something like this and have a solution?

View 1 Replies

ActionScript 2.0 :: Represent A Group Of Cells Multiplying And Dyeing?

Mar 20, 2008

i would like to basically represent a group of cells multiplying and dyeing. I have some data im pulling in, from an xml file and would like this to generate some cells. I have figures that change frequenly, so for example, if the figure increases i would like the cell to multiply and if the figure decreases i would like cells to die off.

If any one point me in the direction of some examples or give me some ideas about the best way to do this i would really appreciate it.

As you can see im not sure if i should be looking at flocking or recursion etc so

View 1 Replies

ActionScript 2.0 :: Turn A GIF Image Into Arrays That Represent Each Pixel

Apr 13, 2004

I went to [URL] to turn a GIF image into arrays that represent each pixel. How do I take the code that it spits back at me and display it in Flash MX?

View 2 Replies

ActionScript 2.0 :: Easing - Number In Function Represent Speed?

Aug 1, 2004

Is the number in a function representing the speed (in case of easing) equal to a certain amount of frames?

View 10 Replies

ActionScript 2.0 :: Nav Stay Highlighted To Represent Where A User Is By Detecting What Page It Is On?

Dec 6, 2005

Just curious to know if its possible. I have a nav that is in flash and will be in many .asp pages. Could a corresponding button in the nav stay highlighted to represent where a user is by detecting what page it is on?

View 5 Replies

ActionScript 2.0 :: Multiple Sounds - Creating Separate SWF Files To Represent Each Sound

Sep 20, 2002

I've created a small application that links various Sound Clips to corresponding Sound variables, and the individual start and stop commands work fine. However, when I try altering the volume, the controls affect all the sounds in the movie. I'd like to refrain from creating separate SWF files to represent each sound, but I will if I have to.

View 1 Replies

ActionScript 3.0 :: Possible To Read Data On SWF Animation From XLS File

Jun 10, 2009

I want creating an interactive cd rom using xls file, is it possible to read data on an swf animation from an excel file?

View 5 Replies

ActionScript 2.0 :: Display Animation Based On How Much Data Has Downloaded

Sep 15, 2006

I have a question regarding preloaders.I am wondering if someone could help me figure out how to display an animation based on how much data has downloaded.For example.I have a preloader, it gets to 10% or xxx bytes loaded, I want a movie clip to play (or whatever, sparks to fly, etc.), then at 20% or zzz bytes, another movie clip plays (or again, something else happens).So basically I want the movie to react to how much of it has been downloaded.A real world example of this that I can find quick is.url...(ya ya, everyone uses this as their example).The loader seems to animate based on how much of the movie has actually loaded.play an animation, movie clip, etc based on how many bytes/percent, has loaded.

View 4 Replies

Flex :: Represent HTML Table Structure In Flex DataGrid Or AdvancedDataGrid?

Feb 12, 2012

I'm using Flex 4 and I need to render the data that resembles HTML Table with row span in a Flex component.My inclination was to use a DataGrid but I believe that rowSpan is not supported for that component. I looked at the AdvancedDataGrid but the user does not want to have a tree-structure in any of the columns. Looking to see if there are any hints/tips for modifying the DataGrid or AdvancedDataGrid to produce an "HTML Table with rowspan" look.

View 1 Replies

ActionScript 3.0 :: Flash Animation With Tweener Won't Show Animation In Flex

Aug 13, 2009

I made an animation in Flash which I want to embed in Flex using SWFloader.
 
I've imported the tweener class (caurina.transitions.*) to tween a rotation. The animation runs perfectly in Flash.
 
However, when I embed the animation in Flex, the tweening is gone.
 
Do I need to import the tweener class in Flex?
 
I use Flash Player 10 (latest version), Flash CS4 Professional version 10.0.02, IE8 and Flex Builder 3.

View 2 Replies







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