ActionScript 2.0 :: Using Data Input To Choose MC Load

Jan 7, 2009

I need to have a data field that the user will enter in a zip code, hit submit, and have a specific movie clip load, based on their entry. There aren't different movie clips for every single zip, but there will be 20 or so different clips that would load, based on whether or not that zip falls within a certain group. For instance, if someone enters in a zip for Washington DC, I would need to load a clip that shows that general area ... DC, VA and MD.

View 0 Replies


Similar Posts:


ActionScript 2.0 :: Load The Clip And Wait Until It Is Finished Then Immediately Choose A Frame On Load?

Jan 25, 2010

I'm using loadMovie() to load external swf's and then send the swf to a specific frame, depending on the button that is pressed.

Code:
on(release){
_root.mc_mainloader.loadMovie("Main.swf")
_root.mc_mainloader.gotoAndPlay("fadeup");
}

Unfortunately it ignores the second line, which appears to be because the movie hasn't loaded by time it gets to the next line. As a work-around I made an interval to check for the movieclip width to be more than 0 and then run a function that chooses the desired frame, but this is very unreliable. Is there a simple way to load the clip and wait until it is finished, then immediately choose a frame on load?

View 4 Replies

ActionScript 3.0 :: Flash XML: Pick And Choose Specific Data And Disregard Other?

Mar 6, 2012

I managed to write some PHP which writes some XML including the following:

<?xml version="1.0"?>
<subjects>
<subject>
<ID>1</ID>

[code]...

And well... this is where I'm stumped. What I need to do is read "position" and "menu_name_ice" (or in fact any of the "menu_name_*" but let's start with the first one) and, using Kirupa's excellent tutorial, that worked just fine except I need to read just one "subject" at a time, not all of them (there are plenty more, all in the same syntax).I'm using "position" to determine the posting order of "menu_name_*" to the stage and "visible" to determine whether or not to do so.

View 4 Replies

Professional :: Input Data From A Frontend Site Into A Backend SWF, Pull Data, Then Send Back To Front?

Aug 31, 2011

I have a site with an SWF that I can put some metrics into, such as ZIP Code, Weight, etc..    then, it takes that info and gives me shipping rates.
 
I need to build a front-end site that I can have a forms page that will push data to the backend SWF, and then return the data back from the SWF to the front end.
 
Front-end -> SWF (Zip Code, Weight, Size) -> *Calculates* -> Front-End
 
That should be the flow..     So I need to send data to the backend, GET the data that it calculated, and return the results to my front-end.

View 3 Replies

Data Integration :: Compare Input Text With Imported XML Data?

Oct 5, 2006

Compare input text with imported XML data problem

View 1 Replies

Data Integration :: Use Flash To Dynamically Load XML Data Via A FlashVars Call In The HTML?

Jul 18, 2007

Im new to placing external data into Flash. I just got CS3 and Im trying to use Flash to dynamically load XML data via a FlashVars call in the HTML.

The problem is I have followed the very straight forward AS2 Help files for using FlashVars and URL variables.I have placed the code directly from the Help file into the Html between
<noscript> <noscript>and i keep getting undefined.I have tried saving the file as flash 8 and i am publish flash 8.

View 1 Replies

Flash :: Data Integration - Xml.load() Failing - Passing All Of The Data Via A Query String Appended To The Movie's Url

Sep 5, 2006

We have implemented a Flash photo slideshow on our site and it works just fine for most of our users. Whenever the xml.load(success) returns false I have the Flash email me a debug report. For the life of me I can not find a common thread between all of these people having problems with the Flash. I don't think it's a cross-domain issue because it works for most people, and I have the crossdomain.xml files where they should be.

[Code]...

View 1 Replies

Data Integration :: Load Data Into Form - Edit Then Save

Jan 14, 2008

I have an Access Database (doesn't need to be Access, I can phpAdmin or mysql, whatever will work) that has a list of names. I want the user to open a Flash form and have the names load up into seperate input boxes for each name. The user can then change the names, move them, whatever, and then save the record. I want it to just overwrite the record. I donlt want create a new record. I cannot, for the life of me, figure this out. I have tried to find some tutorials but nothing makes sense. Is ASP a good way to go? I have been struggling with this for a week now.

View 3 Replies

Data Integration :: Load/send XML Data Via HTML Form?

Jul 26, 2006

I currently have a Flash app that gets populated by parsing data from an external XML file. However, I need to get the XML data into a (JSP) session and can't neccesarily have an external XML file--any suggestions? Can I put the XML string into a hidden input field in a form on the HTML? Can Flash communicate with that HTML? Or are one of the below methods recommended:

* FlashVars

* Flash Remoting

* Web services

* JavaScript - call JS function

* fscommand

* ExternalInterface

View 1 Replies

ActionScript 3.0 :: Load Data Into Flash And Keeping Their Data Type?

Jun 4, 2009

i load in AS3 data into flash and mantain their data type? Like receiving an array and even with arrays in it and recognizing that is an array instead of a standard string.

And if this is possible is it more reliable then using XML?

View 1 Replies

Flex :: Load Data In Advanced Data Grid On Scroll?

Jan 7, 2010

need to load 10 records from database in advanced data grid. After i scroll the advanced data grid. it has to load 11 to 20 records etc.

View 1 Replies

ActionScript 2.0 :: Tie Data From Input Text Box To Url?

Aug 7, 2005

Want to have input text box were it is a 11 digit number (a track and trace type lookup)... when user puts in 11 digits, it will redirect to url that contains info on that inputted value.[code]...

View 7 Replies

ActionScript 2.0 :: Getting Data From Input Text Box

Jun 5, 2009

i hvae a username inputbox in layer 1 frame 1 witha submit button on submit button i have the following script on (release)

[Code]...

1)the button when pressed once nothing is displayed , i need to click it second time to get the data from the input field

2)if someother value is enterd in the input box & submit button clicked , the value of dynamic text doesnot change how do i resolve the following

View 1 Replies

ActionScript 3.0 :: Clear A XML Object Of Its Data To Allow It To Load New Data From The Same URL?

Sep 21, 2011

is there a way to clear an XML object of its data to allow it to load new data from the same URL?

View 1 Replies

Data Integration :: Load XML Data From Remote Server?

May 8, 2006

I am trying to have a PHP page load some variables into aFlash banner ad that will be running on 8 different websites...I need to have one central location for the PHP page andallow 8 other domains access this data...I am finding that when everything is on one server... noissues... data reads just fine...But when the PHP page is on one server and the SWF file onanother... the data never gets through...I am assuming this is some issue with security within

View 1 Replies

Data Integration :: Saving User Input To Xml

May 22, 2007

I'm sorry this is a question from a server ignoramus, I've previously captured user input using a combination of cfml and text files. That was way back in 2002 and using AS 1.0. I'm now working in an environment where the server guy won't put any scripts on, and I mean none, no PHP, no ASP, no CFML, nothing. Would anyone know if there is a way of capturing user input without using a script, please? This prolly shows a really basic lack of understanding of how servers work but I'm a bit desperate. I know the Flash Learning Interactions can work with SCORM and pop results into LMSs that use SCORM and our LMS does use SCORM, but it seems to only be within the learning interactions and I don't know where to start to tailor this for the input I need to capture.

View 2 Replies

AS2 :: Data Integration - Swap Values From XML Input?

May 14, 2010

I have the following scenario: I'm loading data values from an external  XML file and I want to swap them with other ones in order to show the latter further on in the movie. As an example, I have the following data  in the XML file:

Code:<set label='Epson'><set label='Hitachi'><set label='Toshiba'><set label='Mitsui'><set label='Panasonic'><set label='Canon'><set label='Lexmark'>and I want to swap the following data

[code]........

View 1 Replies

Flex :: Format Data Input As It Is Entered

May 12, 2011

I am using an mx:DateField in Flex and it works nice with the date picker, but I also need it to be editable, so I set editable="true". The problem is that now the user can enter anything they want - even though I have a formatString="YYYY-MM-DD" set. The date picker honors this format, but if the user enters in the format MM/DD/YYYY they can - or they can even enter garbage data.

I realize I can set up a data validator to check that it is a valid date and in the appropriate format as per the flex docs, but I was hoping to have something I have seen in other languages where the text field would show something like "0000-00-00" and the user clicks in to the field and it allows them to change only the digits (the zeros) and can not type any alpha characters or add/remove any length.

View 2 Replies

ActionScript 3.0 :: Retrieve Data From A Text Input?

Dec 21, 2009

I'm trying to figure out how to retrieve a data or text from a text input field? what im talking about is, i have a text input field which i can enter some text then, i have a button where when i pressed it, the data or text that i have inputted on my text input field will be added and can be shown on a dynamic text field.

View 5 Replies

ActionScript 3.0 :: Capturing Data From User Input?

Jan 23, 2011

I'm sure it's easy to do, but I just cannot figure it out. I've created a timer but want to let the user set default values to start at so they don't have to modify the start time each time the program starts.I was able to create a text box but it is un-editable in the actual program. It displays '00' nicely but it's useless. I haven't even gotten to the point where the data is pulled and stored.

ActionScript Code:
var timerHrs1:TextField = new TextField();
timerHrs1.type = TextFieldType.INPUT;

[code]......

View 3 Replies

ActionScript 2.0 :: Input Text And Store The Data?

Jun 17, 2004

give me a example of a fla file where we can input our data and the data will be save using flash MX?

View 3 Replies

ActionScript 2.0 :: Saving The Flash Input Data To XML

Feb 22, 2007

i want a solution or sample file of exactly how to save a flash input data to xml file.. im really new to xml.. i dont know how to script it in flash. Ex: there will be a two fields of input... 1) text input... 2)checkbox input/ other... and a submit/ save button the above will be in flash interface.... so when i run the file and key in the data into the text input box or other.. the data what ever i key in has to reflect in XML that means it has to save the data in XML... so that i can open the xml and have look of the data wat ever i have keyed in..

im really badly in need.. what action to put where and how to create xml. what to put in that... i know some of you really would have done this.

View 3 Replies

ActionScript 2.0 :: How To Read Data From HTML Input Box

Oct 18, 2007

I want to read data from HTML input box.
Code:
<inpyt type="text" name="telephone" value="+4404574" id="tel">
How I can read telephone value with ActionScript?

View 1 Replies

ActionScript 3.0 :: Input About Large Data Handling?

Jan 28, 2009

I'm building a sidescrolling world where you can move around.The idea is that you should be able to move to any point in the world, as well as travelling really fast.I'm pregenerating a long list of data about objects to place, their positions etc.

Now. When moving to a point far away from current position I don't want to loop through the whole list of objects to find what objects should be seen and not, so I'm thinking I should divide the position list into sections, each covering an area equal to the visible area. That way I would only have to roll through the lists closets to the new position.This would however result in an array of thousands of elements each consisting of about 20 objects and I'm figuring that might not be very healthy.One solution would be to split everything up further so that in the end I would have a handable nr of arrays containing a handable nr of elements.

You're probably thinking I should generate positions on the fly, but since one place in the world can be revisited I need to store all positions.

View 4 Replies

ActionScript 3.0 :: Input Data In To Vector3d Instance

Aug 8, 2009

Is there a way to input data in to vector3d instance same way like when creating the new vector3D instance (example 1), instead of doing it separately for each axis (example 2).

example 1
ActionScript Code:
var vec:Vector3D = new Vector3D(1,2,3);

[Code].....

View 3 Replies

ActionScript 3.0 :: Input File - Loading The Data Via XML

Mar 25, 2010

I created a flash swf with AS3 and i am loading the data via XML. I have a background that needs to load and I also created a box in which I can change the color via XML. I am have problems writing the XML code.

[Code]..

View 6 Replies

ActionScript 2.0 :: How To Swap Data Values From XML Input

May 14, 2010

I have the following scenario: I'm loading data values from an external XML file and I want to swap them with other ones in order to show the latter further on in the movie. As an example, I have the following data in the XML file:

Code:
<set label='Epson'>
<set label='Hitachi'>
<set label='Toshiba'>
<set label='Mitsui'>
<set label='Panasonic'>
[Code] .....

They will appear in a random order but only once in each graph. In essence, I need something that takes the XML label attribute and swaps it with an other value before sending it further on to the rest of the movie for processing. It would be more practical to do the swapping in the server app that writes the xml file before it is written but that is not possible so I need to do that search and replace when I load the xml in Flash... I could use even something like open the xml - search and replace values - save to new xml

View 1 Replies

ActionScript 2.0 :: Need Input Data With MySQL In DataGrid?

Feb 17, 2011

I have mySQL database with data: username and password, I need output data with mySQL in DataGrid when I press button.

View 1 Replies

ActionScript 2.0 :: Load XML Data - Pictures Load Into An Empty Mc Called ImageContainer?

May 3, 2008

The function below belongs to an XML based photoGallery.swf... Its menu is automatically populated from the same XML file as well (thumbnail picture, title, description). The pictures load into an empty mc called imageContainer.In another empty mc called textContainer, I would like to load some text.swf from the xml list as well.How would you include that in the code?

Code:
function loadTmbs () {
var tmbs:XML = new XML ();[code]......

View 2 Replies

ActionScript 2.0 :: [Flex] Webservice Vs Load XML - Use The Xml File To Load All The Data At Once?

Mar 2, 2007

I'm currently working on a project that contains a lot of data, about 14.000 records. This means an xml file of about 3mb. Now my question is: Should I use the xml file to load all the data at once, or should I use a webservice, that provides the data when I need it? Keep in mind that I'm new to webservices. And if I'm going to use a webservice: How do I store the data, in a mySQL database?How fast is a webservice?

View 1 Replies







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