ActionScript 3.0 :: Flash Research For Interactive Flash Application
Oct 19, 2010
I'm building an interactive flash application that will be used on a projector and projected onto a floor. The flash application will be showing a pool of water that when the cursor moves it will disturb the water, this much I have working fine so far.What I want to do however is add two things:
1) Display messages within the pool either by using a text file as a flat-file database or by typing them into a web page form and then submitting them in real-time to the flash app. Looking for ways of doing both (examples would be awesome)
2) Instead of using the cursor I'm looking to track a persons movements using a camera, is there any good software/plugins I could use to help with this?
View 1 Replies
Similar Posts:
Mar 9, 2009
I'm wondering if anyone can tell me how easy (or tricky) it is to get data exchanged (either directly or indirectly) between Flash and Excel? IF generally it's to be avoided then is/are there any other option(s)
View 3 Replies
Jan 12, 2012
My question is can this site's [URL]..flash animation architecture/ interactive infographic be made or adapted into something more accessible like an app?
What would it take do to something like this. I need help wrapping my head around a project like this.
View 2 Replies
Aug 24, 2009
I would like to build a video conferencing app that supports H.264. Is there a way to use Flash to do that? I understand that Flash natively supports the Sorensen Spark video codec and that you need to use Flash Live Encoder 3 for H.264 encoding. I can't seem to find any documentation that shows me how to use FLE3 with ActionScript.
View 3 Replies
Oct 10, 2009
I am trying to make an interactive flash application that works by detecting mouse overs and clicks on various buttons/movie clips and then moves to the appropriate part of the time line. But I am having an issue when I use more than one addEventListener in any one frame. I have attached the code for one such frame below. When I comment out the addEventListner and the other code relating to the followBall function this works fine and directs the user to frame Inlet_Valve_Open_Frame but now only the followBall function is working and when i try to click on the Inlet_Valve_Button movie clip nothing happens.
I have never read all the help files on the adobe flash CS3 as i don't have time and i have built this code up based on examples i have found online. I wanted to include my fla file but it's to big 6Mb. But i have attached the swf so you have an idea what i am doing.
Code: Select allstop();
//1.
stage.addEventListener(MouseEvent.MOUSE_MOVE,followBall);
[code]....
View 1 Replies
Nov 10, 2011
I want to create not complex interactive web application. It has some pinboard and user can create many simple objects on this pinboard (e.g. many small circles). [code]...
I think that I can use Flash/Flex or JavaScript/SVG/VML for this purpose. Disadvantage of Flash is that user must have plugin. Minus of JS/SVG/VML is that there aren't such powerfull developing tools as in Flash case, but if we use some library (url...) application won't require flash plug-in.
View 2 Replies
Apr 22, 2011
I Want to use a component like the VisualExploer in microsoft Academic Page
I want to use a silverlight, flash or javascript component in a similar way.
I would be so grateful if you provide me a solution.
View 1 Replies
Jul 23, 2009
What is the best way to embed a previously created flash application into another flash application?
View 1 Replies
Mar 24, 2011
I'm creating an interactive flash tutorial for kids teaching them about healthy eating. Part of the tutorial involves them learning about different food groups, then playing different 'games' to test their knowledge.
I would like to incorporate a user login system, so the user logs in on the main menu, and then the system records which activities have been completed, and a score for each activity. This will update whenever they finish a game or achieve a score better than their previous attempts.
I found a gotoAndLearn.com tutorial but that was just retrieving stuff from a database and plugging it into an SWF. any suggestions / tutorials available on how I can achieve this 2 way interaction?
View 1 Replies
Apr 15, 2011
what im trying to do is make an interactive webssite 100% out of flash.on one of the pages in that website i would like to have one of my custom youtube players that youtube lets you make and gives you an embed code for.problem is that it is an HTML embed code.ive tried everything to get this to work and the best i could do was get the player to work in an independant .swf file but whenever i try to incorporate it into a page in my website and load it in a browser i get a security error saying that i cant let flash access youtube and i have tried everyway on google to get around that with no luck.
View 1 Replies
Nov 9, 2011
I am using Flash profassional cs5 and want to create an iPad application but it only allow to make iphone application. It allows to install on iPad but the resolution is very small.
View 1 Replies
Aug 18, 2011
I have made one one mobile application in flash builder using flex mobile project I have a question that "why size of an .ipa file is large as I export a mobile application as iOS application.???? in compare to that same application for android takes small size!
View 1 Replies
Feb 4, 2011
I have an AIR app that gets bundled with XML files that the app needs. These get put into the APP Storage Directory, of course. Works great. But when I install a new version ( which includes new XML files) , the new files don't get added or overwrite the ones from the previous version. It seems that if that directory is there from a previous install, the installer will ignore the part where it moves included files.
View 1 Replies
Sep 20, 2011
I am creating an application. At one view I have three states. If I changes state and than back button pressed it unloads the application.I am developing it in Adobe AIR.
View 1 Replies
May 6, 2011
I want adobe sockets to send "customized" class object to a server socket(WinSock2). I used socket.writeObject(myClassObj). Actually My flash application and windows application works for string buffer but not for object.
Code:
//Flash
var buffer:String = "God Bless Us";
socket.writeUTFBytes(buffer);
// WinSock2
iResult = recv(ClientSock, recvbuf, recvbuflen, 0);
Is there anything I must do before writeObject() is used.?
View 3 Replies
Aug 26, 2011
Currently i'm developing a facebooks apps with falsh application. i've have completed the development with all API required to run a facebook apps. Everything went well and it's live now. My question :
1. How can make user to go directly to the application page everytime they click the link posted by user who already use the application instead going to the canvas page applications. i'm been trying to look for the article that support saying that user will go directly to application directly to canvas application page instead of going to the application page.
View 1 Replies
Aug 6, 2003
I need to make my Flash application create a connection to a remote application and have the remote application send periodic updates to my Flash animation. The remote app is written in VB 6, and does not support XML sockets. However, I don't need the ability to send or receive XML since I am going to be overriding the onLoad() event anyway.
Or maybe I do need that ability... I'm having trouble getting my onLoad() event to trigger. Right now I'm just testing the onLoad event like this:
[code]...
So, basically I'm trying to find out how I can format the data I'm sending it so that the onLoad() event triggers. I've read that the XMLSocket object listens for the Null byte, so perhaps the data I'm sending it doesn't terminate properly. I need a persistent connection from Flash to the VB app because the VB app will be the one initiating the updates to the Flash application. Is the XMLSocket the way to go here, or is there another class of objects that I'm missing?
View 1 Replies
Oct 5, 2010
Is there any application which can relay another application on Flash Media server? For exmaple I have a "live" application on the server. I want another application, "liverelay" which can basically relay what is coming on the "live" application. Is it possible? If so how can I implement it? Looking forward to a response.
View 12 Replies
Nov 23, 2010
I'm trying to connect a AS2(swf on Flash player using Flash CS4) and AS3(swf on AIR using Flash Builder 4), but I get an error when I send a command from the AIR app:
[StatusEvent type="status" bubbles=false cancelable=false eventPhase=2 code=null level="error"]
How can I debug this?
View 1 Replies
Aug 19, 2011
Do you know is it possible to start iPad application from another application that is developed in Flash? I need to create small iPad app with two buttons (and some graphics/animation) in Flash. Clicking on those buttons, another iPad application should be started. My guess is that will use ExternallInterface, but I don't know what to send :)
View 1 Replies
Jun 30, 2011
i have a mobile application that i am attempting to use to load an interactive .swf file. At first, i was just going to use the .mxml applications from my other project file in flex, but they're for desktop apps and running on Flex 3.6, and Mobile apps can't be built on less than 4.5 :P
so, i figured i'd export the first project to a .swf, and load it in my mobile application, but nothing i do will get it to show up. anyone know a solution?
[Code]...
View 1 Replies
Sep 8, 2009
Where the site visitor would upload an image on my site and be able to add(drag and drop) images i provide in flash to edit the image.
View 3 Replies
May 21, 2010
I've just started a new job, and I have the opportunity to do some work with Flash CS5 - I've never used Flash before and I'm excited to be learning new stuff! I have been tasked with creating an interactive thing... well, how 'bout I just show you
I've built it in Photoshop, but I need to make it come to life. The user should be able to grab the slider and drag it left or right and for the numbers to change appropriately. I don't even know enough about Flash to know what keywords to search to find a tutorial that'll show me how to do something similar!
View 5 Replies
Jul 30, 2010
any software that can be used to create interactive CDROMs? we have a possible job whereby an interactive CD ROM with basic animation is required. Company information is to be placed in various "Pages", and if possible some kind of "catalogue system" for a lot of PDFs would be available.
I've seen some existing CD ROM makers but they all look really cheap and unprofessional (like cheesy banners and colours etc) - what would you recommend?
View 1 Replies
Sep 15, 2010
I'm creating an interactive gauge in Flash. The gauge has two needles and these needles need to be controlled by two text input boxes. That way, whenever a number is typed into the box, the needles respond accordingly.
var degree = (360/intRange)*Number(strValue);
var hist = (360/intRange)*Number(strHist);
var mneedle = needle_mc._rotation
var mpointer = pointer_mc._rotation
if (mneedle < 0){
mneedle = 360 + mneedle;
[Code] ......
View 2 Replies
Sep 14, 2009
I have been asked to create an interactive flash project where the user would be able to click on a main image and depending on what part of the image they click on, a movie clip plays, then goes back to the main image.
I am sure this is basic, but I have been researching, watching tutorials, etc for a week now and can't seem to get it to work. I am by no means a Flash expert and have really never worked in it. I do more Photoshop and Illustrator-type work. So Actionscript is new to me and really the whole interface is as well.
Would you all be kind enough to help me out? I am going to need some detailed explaination.
View 7 Replies
Nov 17, 2009
We have used Enliven before to create interactive 3d apps for the web. Enliven uses the Viewpoint Media Player to work. We would like to be able to get the same results using Flash.
Is there a 3rd Party software out there that allows you to create interactive 3d objects and animations in Flash?
Here's a sample of something our company created using Enliven. HHI 3d Viewer
View 3 Replies
Sep 14, 2010
I have made a panorama in PS CS5. Is it possible to export it to Flash in order to make an interactive Flash panorama, where I can pan around?
View 1 Replies
Oct 26, 2010
We would like to create a training module for our client that shows them how to use a device like a cell phone. We'd like to be able to use a 3d model (preferably created in 3ds Max, since we own that) and bring it into Flash, where they could click on various buttons and get feedback.I found something similar to what we're looking for on Newegg's site:
http:[url]...Just click on the "3d View" down below in the Overview section.What should we get to achieve this?
View 3 Replies
Apr 1, 2011
Creating a touch screen kiosk and need the gui to time-out to a movie clip (screen saver). Any tips on getting this started? I want the movie to stop when display is touched. I know it sounds like a screen saver but within the interactive using Flash exe (no web).
View 2 Replies