ActionScript 3.0 :: Flash Interacting With A Simple XML Database?

Aug 30, 2011

I need to build a simple database (3 elements total) using XML and make the swf interact with it.What I need is an interface that pops out if you've done a better score (better than the 3 saved in the XML).
 
Then you insert your name, send it with the proper button (or clear the field with the reset one) and then get a new classification in the txt field below dividing the players with their score. To do this, since I wasn't able to do it on my own, I've found a ready-script and this is it:

[Code]...

View 6 Replies


Similar Posts:


ActionScript 3.0 :: Flash Simple Database; Xml?

Dec 16, 2010

What I'm trying to do is keep track of responses to several questions. In other words what I have is sort of like a quiz. Each question has a yes or no button and what I'd like to do is update a number in, say, an xml file in order to keep track of how many people clicked "Yes" and "No" and "Total". Any idea if there are any relatively simple tutorials that might explain how to do this? After the Flash file has been up a while, we want to see how a large number of people answered the questions and put up a chart.

I have a good bit of experience accessing xml files to drive a Flash file, but I haven't yet gone the other way where the Flash file communicates with an xml file and updates the xml itself. As always I will be forever grateful for any suggestions on how to learn this. I'm not finding much "out there" just looking on my own.

View 4 Replies

ActionScript 2.0 :: [FMX] Creating A Simple Read & Write Database In Flash?

Feb 4, 2005

I'm working on this flash game right now and I need to implement a simple players database...

It needs to be both read and writable . Meaning, when the player register to save his character information , he needs to key in his email and a password and create an account. The account shall store that player's life amount, ammunition etc . All the infos are stored on an external file and retrieved again when the player logins to the game with the email as his login ID. Security issues are not the biggest concern here because its not exactly meant to be an online game and I don't think hacking would be something I need to worry about ^^'''

I've tried Xml with AS, but I realised that, that alone canot allow me to write the player's info into the xml file.

I'm not exactly an mySQL idiot...but I really have very(x2) rusty and limited knowledge of it. All the server topics confuses me and I've had no experience with Microsoft Access.

View 2 Replies

Flash :: Android 2.2 Interacting With 10.1 And Use From App?

May 22, 2010

I'm searched adobe and android developers sites, but can't find any details on this. Is it possible to use Flash as a part of my app? E.g. like a widget/GUI element? Or it's integrated in browser only and can't be simple accessible? I know, Adobe AIR apps are supported as standalone .apk. So it must be some API/SDK (from Google) to connect with Flash player. Is there any details, how to program it (more clear: launch swf from my app and interact with it)?

View 2 Replies

Flash :: Interacting With A Flex App From CS3

Mar 15, 2011

I have a panorama viewer in Flash in which I want to embed a small Flex application. I've managed to load the Flex swf into the Flash like this:

[Code]....

View 3 Replies

Flash 10 :: Lag While Interacting With The Frame

Mar 20, 2012

I've recently gotten myself Flash CS 5.5 and I'm having quite an issue developing applications using the ActionScript frame. Whenever I type inside the AS frame there's major lag. It takes ~1 second for the content to appear after I've typed it using my keyboard. I've got an i7 CPU so there shouldn't be any issues directly related to my CPU's power.

View 3 Replies

ActionScript 3.0 :: Interacting With Html Documents From Flash

Apr 9, 2011

I'm a newbie in actionscript. I created a world map in flash. The map has regions (Europe, North America, Latin America, etc.). The regions on the map are defined as buttons.

The final flash map will be embedded in an html document (map.html). The idea is that when you click for example the "Europe" button on the flash movie, this will open an html document called Europe.html and will show it underneath the map flash (inside map.html). The "Europe.html" for example contains a list of countries. In this mission I have 2 problems:

1. What script I have to attach to every region button on the flash map so it will call the right html file into the div on the map.html?

2. What script do I have to put inside the html document?

View 5 Replies

ActionScript 3.0 :: Interacting With Html Documents From Flash?

Apr 9, 2011

I created a world map in flash. The map has regions (Europe, North America, Latin America, etc.). The regions on the map are defined as buttons.

The final flash map will be embedded in map document (map.html). The idea is that when you click for example the "Europe" button on the flash movie, this will open an html document called Europe.html and will show it underneath the map flash (inside map.html).

The "Europe.html" for example contains a list of countries.

In this mission I have 2 problems:

1.What script I have to attach to every region button on the flash map so it will call the right html file into the div on the map.html?

2.What script do I have to put inside the html document?

View 2 Replies

Data Integration :: Interacting With Flash Via A Loaded Text?

May 8, 2006

Here's my problem:I have a project with loads of text ergo I am loading textfrom external files with html formating. Now I have to insertvideos linked to the text file too (as in "dolor ipsum ... press here to view video"). All I need is a code that lets my textinteract somehow with the movie.Can I do it somehow through Javascript/Coldfusion/anything ordo I have to scrap my text and make things manually ?

View 5 Replies

IDE :: Make A Flash Movie Display Text That Is In The Sql Database And A Php Script To Change The Database?

Jul 15, 2009

i want to intertwine php, MySql and flash. so i can make a flash movie display text that is in the sql database and a php script to change the database, php > sql = i can do but sql > flash = i can't do..i want it so the sql data show's in a text box in the flash movie...

View 1 Replies

Database :: Connect Adobe Flash CS To Database Of Any Kind?

Jul 17, 2011

Can I build flash application that connects to database? (MySQL) For example: Photo Gallery that brings me the photos from database...

View 3 Replies

Database :: Is It Possible To Create A Database Driven Website With Flash?

Oct 26, 2006

Is it possible to create a database driven website using these alone? Or do i need to learn any other technology? If i do then what should i learn? I know j2se for the desktop and oracle SQL/MySQL i finally got the feeling that i need to learn PHP anyway along with css and javascript. So it is fine. Also another query. Which CMS should i consider? Wordpress or Joomla?

View 1 Replies

Database :: Flash Database Grid Fill?

Jan 15, 2012

I have a database on a server and I transfer the data from it to a web site. So I need to build a flash grid on this site and to load the data on it. But the problem is that I do not know how to do it. So my question is how to build a dynamic flash grid wich is fill with data from a database? Is there a way to do it with action script only or I must do it another way?

View 1 Replies

C++ :: Program Interacting With Web

Jan 4, 2012

How or what do I need to know programming wise in order to interact with the web using c++. For instance i want to wrote a program that automatically sends invites to players on yahoo chess. How would i go about doing this?

View 2 Replies

ActionScript 2.0 :: Interacting With FLV Cuepoints?

Oct 22, 2009

First, I should mention that I haven't used Flash for years and I'm feeling a bit out of my depth.I've created an offline presentation for a client using ActionScript 2, authored with Flash CS3 (to run off a laptop).The presentation has an FLV (currently attached to the stage via the FLVPlayback component) which must play through it's entirety and at the end present 3 questions. Each question will present an answer once clicked. The user will then be presented with a "watch again" button which should restart the FLV from the beginning.

The second time the FLV plays back it should pause at 3 key points and present the user with questions and answers as before. Once the user has dealt with the Q&A's they should see a button to continue and the FLV should continue playing from where it was paused.I'm happy making the various interactive Q&A's, but have no experience of interacting with video. After a brief search in the web "cue points" look like the best tool for the job.

View 9 Replies

ActionScript 3.0 :: Interacting With Other SWF Files?

Oct 1, 2010

I had embedded .swf file. I want to save screenshots from this. How ever, the author has not given any option to do so.

[Code]...

View 3 Replies

Javascript :: Web Browsers Interacting With Desktop?

Aug 29, 2010

What languages/techniques are used for letting the web browser interact with the desktop, e.g. dragging files to the web browser, dragging files from web browser to desktop, and maybe more features that I'm not aware of.

View 2 Replies

ActionScript 3.0 :: Multiple SWF Instances Interacting With Each Other?

Sep 8, 2009

On a webpage there would be multiple swfs. There could be one, there could be 15. It depends on the client.Each instance is the same swf but with different parameters. The swf is a simple toggle button, play/pause.When the page initially loads up, nothing happens.All the swf's default to the pause icon.An ID is passed from the html using flashvars i.e., FlashVars="Playerid=1" in the code, for each instance.When a user clicks on one swf (here is the problem), all the instances need to be listening and if they are not the clicked swf they need to change from play to pause if they were the previously playing swf or if the were in the 'pause' state to do nothing.

I was looking at using localConnection but it seems that a single swf can only listen to multiple swfs but multiple swfs cannot listen to one swf.I need them all to be continually listening for a user interaction (addEventListener.CLICK) and then all acting accordingly.I tried an enter.frame event for every instance to check if they were no longer the chosen track and update accordingly but it didn't work out.I have been playing with sharedObjects, storing the currentID (after being clicked), the previously played swf and whether the status is playing or paused.None of my efforts worked properly.Having re-written the above question many times, It is still a little unclear. I'll try again.

There will be say ten tracks from an album. Next to each track name will be a simple flash button the user can press to hear a 30 second sample. On clicking the icon, if no track is currently playing the icon will change from pause to play and the track will then play. If there IS a track already playing (say track 3) then on clicking say track 1 will stop track 3, change it's icon and then start track 1 and change it's icon from pause to play.The problem is that each swf on the page is exactly the same apart from an ID from flashvars and trackname which will be from an XML file or passed as a parameter when instantiated such as flashvars.

View 0 Replies

ActionScript 3.0 :: Stop A Class From Interacting?

Nov 11, 2010

I have a class that has a couple of events after each other:It loads an image, loads another image, fades in a player, and plays a video.Now when the user goes to somewhere else, this instance keeps on doing all it's stuff.. Setting it to null doesn't help..

View 4 Replies

ActionScript 3.0 :: Interacting With Dynamic Movie Clips

Jul 25, 2007

I have loaded a swf using AS3, using the

Code:
import fl.containers.UILoader;
import fl.controls.Label;
import fl.controls.ProgressBar;

so MC is called myUILoader, I want to navigate to another section of the FLA and I put an if statement on the function for the button:

Code:
function mMenuNav1(event:MouseEvent):void {
var nav:String = "home";
mmBtnsOn();

[Code].....

Why the sound doesnt stop after the child has been removed and why I can't stop the MC????

View 10 Replies

ActionScript 3.0 :: MovieClip In SWF File - Interacting With Variables?

Aug 1, 2009

Basically I have a SWF file, there is a movieclip in this SWF file with instance name "stage" and I can alter the parameters of "_level0.stage" from within this SWF file to change the way it acts. But now, I am making a second SWF file, which loads the first SWF file, and from this new SWF file I want to interact with the same "_level0.stage" variable from the first SWF, does that make sense? This is the AS3 code for the second SWF, I have a movie clip with instance name "LoadSWF" in this SWF.

Code:
var movieLoader:Loader = new Loader();
var movieRequest:URLRequest = new URLRequest("load.swf");
movieLoader.load(movieRequest);
LoadSWF.addChild(movieLoader);
load.swf is the file which contains movie clip "_level0.stage"

I've tried referencing this movie clip from this code using
"_level0.LoadSWF.stage"
but it doesn't find it?

View 1 Replies

ActionScript 2.0 :: Interacting Movies Between Two Different Frames Of Website?

Jun 5, 2002

make a variable readable from other flash movies, on the same website, but just in different frames. For example, if one frame was a menu, and the other frame had a picture of some sort, could i program my movie so that if a user clicks on a button on the menu side, the movie on the other side will display a different picture?

View 5 Replies

ActionScript 3.0 :: AIR- Interacting Native Windows Of An Application?

Apr 9, 2009

1. Is there any way to send events from one native window of an application to another native window of the same application? For ex. a login window pops up when the app starts in the main window. Once the login is successful, an event should be posted to the main window, so that it starts displaying other things. Right now, I am posting an event, but it is not reaching the main window (nothing shows up in trace and breakpoint is not hit in the main window).

2. Is there a way for any window to grab focus? For ex. the login window above grabs the focus till the creds are keyed in. I mean, the user should not be able to select the main window at all till this window is active.

View 3 Replies

Flex :: Get Local SQLite Database In Sync With Live Server Database?

Dec 17, 2009

I want to create a Flex 3 application running in Adobe Air that accesses an SQLite database and I need to keep this database in sync with an SQL server 2005 database running a website.Is this something that Flex supports or is it going to be a custom script? Also, has anybody done anything like this?

Edit: The synchronisation can be done on a daily basis rather than real time. The data will be read only from a front end perspective with a CMS to do updates on the website.

View 2 Replies

ActionScript 3.0 :: Reload This Page Interacting With External Swf. File?

Feb 27, 2009

I'm working on my website and I have one main swf file with the loader, and other four swf. files with home, about, contact and work.This is the code for the main one

Code:
var holdercontent:MovieClip = new MovieClip();
holdercontent.x = 0

[code]........

View 2 Replies

ActionScript 2.0 :: Stop The Mouse From Interacting With Masked Image?

Jun 11, 2007

Alright, is there some way to keep a clip with masked content from reacting to the mouse?'ve got a button clip with a masked image inside (so the image that goes beyond the button's bounds can't be seen), but, when the mouse rolls over the masked-off image area, the button still reacts. I've been looking for a few days now, and I can absolutely not figure out what to do!

View 3 Replies

Php :: FLEX Database Will Not Refresh After Updating Database Unless Browser Is Restarted?

Jun 7, 2010

I have researched this issue all over and most people say use the .refresh() method to update a datagrid after updating or adding a new record. This does not do anything. So, my issue is this. I have a mySQL database hosted I am connecting via PHP, I have 1 mxml file and 2 php files (I know I can use just 1 but I am learning and this was easier for me to use for troubleshooting). The issue is no matter what I change on the datagrid the update does not show on the datagrid unless I close out of IE and reopen it. I can refresh or open the page in another window and the update does not show. I have to exit entirely and restart in order for any updates or additions to show.Here is my licenseTracker.mxml

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[code]....

View 9 Replies

Database :: Save A Form To The Database Without Knowing The Field Type?

Jun 17, 2010

I am working on a function to generate a form at runtime in Flex based on a call to the DB. The call to the DB returns the field types, id, tooltips etc as an arraycollection, the arraycollection is then parsed in order to ascertain what control to display based on the type field in the array - this bit works fine.However, i am stuck on trying to save the form fields back to the database using a CFC.my form rendering code is as follows but how do i save values entered back to the database? rendering code..

[Bindable]
public var getglobalprofileb:ArrayCollection;
public function init(event:ResultEvent):void {[code].......

View 1 Replies

Php :: FLEX Database Will Not Refresh After Updating Database Unless Browser Is Restarted

Aug 31, 2011

I have updated the mxml code to only show the needed code for the program to run the update.

I am new to Flex and have an issue I hope you all can help me out with.

I have researched this issue all over and most people say use the .refresh() method to update a datagrid after updating or adding a new record. This does not do anything.

So, my issue is this. I have a mySQL database hosted on 000webhost.com, I am connecting via PHP, I have 1 mxml file and 2 php files (I know I can use just 1 but I am learning and this was easier for me to use for troubleshooting). The issue is no matter what I change on the datagrid the update does not show on the datagrid unless I close out of IE and reopen it. I can refresh or open the page in another window and the update does not show. I have to exit entirely and restart in order for any updates or additions to show.

Here is my licenseTracker.mxml

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[Code].....

View 1 Replies

Database :: Approach Local Database Management Via Flex/Air App?

Jan 17, 2011

I am planning on using Flash Builder 4/Flex to write an AIR application which is primarily based around recording, storing and analyzing data.I'll be creating charts etc that need to update in almost real time.It's essential to me that the application be able to function without an internet connection so I need a local database of some variety,but I would also eventually like to build in online synchronization of the data where either database can be update each other based on newer information. Moreover, some type of encryption would definitely be welcome, and speed is a large concern

Synchronization: Primarily updates/additions/deletions will be done on the offline database, but ideally I want to have a web interface that will allow the same updates/additions/deletions and will be synced (beyond that I'm not sure exactly how to do it as I can model that based on what is most achievable).I'm wondering if there's any prebuilt engine that could handle the synchronization of 2 databases. I may end up having the web interface only be for additions, which would be significantly easier to sync.. and I may start that way, but i want to build with technologies that will best allow me to implement full online crud at some point.

View 1 Replies







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