How to retrive the bulk data from php to Flash? Ex: got a bulk data from php to like this
format|(name|age|sex|address|MobNo|TelNo),
Need to split and assign the value to proper variables. How to split and assign the value to particular variable.
i am new in this flash thing and in the learning stage. on the stage are four buttons. they will behave like map. now what i want to do is, that i want to use xml. when i click on button, it should display some text, like title, description, address etc below the map and the these details should come from an external xml file.
I know how to fetch the data from xml.. but i dont know How to save a data from flash to xml in runtime? example in e learning if a student scores 70% mark it should save in the database using xml and the data should update when he do more and more ..
I have a table (Excel File) about 1000 rows and 3 columns. I want to load this table to the Flash and then be able to fetch data by referring to the first column.
I want to write the bulk of data into xml file ,the data coming from the backend(mysql) using cgi by httpservice, read the xml file and bind it into list. can anyone send the sample code for this?
I am trying to fetch values from HTML -embed tag into Actioscript 3.0 (Flash CS4). And sending the value to Javascript using ExternalInterface.call method. But its not working on all browsers. I am getting Security Sandbox Violation error. Following is the HTML in which embed tag and javascript is
I want to fetch some parameters from a url on to my flex web application. How can I do thatFor example I want to fetch the parameters name and age from the urlon to my flex application
I am using pixel bender's pbj files(as recommended with Flex4) to change the brightness/contrast of a image.So i apply the filters to the image like this:
image.filters = myBitmapFilter;
Now my problem is how to fetch the byteArray of the image with filter applied so that i can send bytearray to my servlet which can save the image with applied effects.
I wonder whether anyone knows of a solution to this: I want to embed a Captivate 4 quiz in a flash CS4 file and retrieve the score from the Captivate SWF so that I can use it in my flash file (AS3)- does anyone know a way of doing this (?eg. shared objects?). Communication between Flash and CP seems to be a lot more problematic than I anticipated.
I had a flash file which plays a video and this one is opened on a popup window, this video play for atleast 10 sec and actually i want to trace that till what time the user had view this video.
e.g.: My video runs for 10 sec and user had view this file for 5 sec and closed it, so my requirement that i should be able to trace that the user had viewed my video for 5 sec only.
I am wondering if anyone knows of any extensions (or other methods) that give instance names to multiple movie clips at once. I have the same movie clip on hundreds of keyframes and I have to convert them to graphic symbols to animate, then back to movie clips for scripting, but they lose their instance names.
I have a web application in which a user has to upload images to a gallery. At the moment they need to upload one image at a time so it's pretty tedious.
I'd like to implement a system where they could potentially drag and drop files into the browser, or select a folder to upload.
I have several library classes that I am loading from swfs external to my main swf. These swfs all use the native tween class (import not extend). This means that I have the tween class creating bulk several times over (as well as the extra bulk for having to load a swf rather than having the class internal).Is there a way that I could make the tween class accessible at runtime to the loaded swfs without having it create the same extra bulk in all of the loaded swfs?the only solution that I can think of is to create yet another swf with the tween class as a library object, that would be loaded at run time by all the other loaded swfs.
I'm using a bulk image loader from FlashAndMath. The code has you send a list of images to load and it simultaneously attempts to load all at once, adding each load req to a list.
My problem is that when one doesn't load and throws an error, I don't know which load request failed. Are there built-in ways to get it to report what image it was trying to load, or at least which of the load requests threw the error? I tried doing an event.contentTarget.content.name and it reports an instance #, but not the name I tried assigning when I called the URLRequest.
Let's say we have a directory with 10,000 SWF files.There is a great need to determine what SWF files are AVM1 (AS2 or earlier), and what SWF files are AVM2 (AS3).Can anyone point me in the right direction to determine the AVM version for a large amount of files?It seems like I could write a script that loops through every file, checks some magic hex value in the file's binary data, and records the result somewhere.
I wrote a simple web app that record web cam capture over FMS, now I'm trying to find out how can I fetch the recorded file and give the option to download it to a local computer
Now how will we fetch something from the array as memberName[0] obviously wont work. I tried doing them a few other ways but wasn't successful. How will we tackle this problem?Once again it might be a simple problem but I cant figure it out.
I have a movie clip viz. A. Inside that I have another movie clip viz. B. Now A has an event listener which returns its X, Y on mouse down, which in turn is used to magnify A taking those X,Y as the center point. B has its own event listener, one for changing color on mouse over and other to show a pop-up on mouse down.
Problem: When i click anywhere inside A, not covered by B, there is no problem fetching X,Y. But if i click on B, which is covering some area of A, it doesn't work. Simply because the event on B is probably not letting the event of parent to fire. Even if i write to fetch X,Y on mouse down of B, it returns its own X,Y and not of the parent, i.e. A. Because of this, the magnification doesn't work accurately in cases where child movie clip is obstructing an area of parent movie clip.
var first_nme = data.return_first; var second_nme = data.return_second; var email_addr = data.return_email; var user_domain = data.return_domain; var user_name = data.return_username;
I'm trying to use those variables in a parent movieclip/another movieclip.
I'm making a media player which has a playlist of 8 or 9 flv's, I'm using 'videosourcepro' as my basis.
What I need to do, is when a user selects from the playlist (populated dynamically from an xml file), the title of the selected track is displayed in the title_txt dynamic text field.
which I could perform the afore mentioned task?
I've uploaded my source files and you can download them here
I want to get the meta from an FMS server and start buffering (really I just want the first frame). Is there any way to do this other than calling play() and waiting for meta to call pause?
how to fetch the maximum size that the SharedObject class can utilize?
Something like
SharedObject.getLimit()?
I am aware, that by default, its 100kb. In the event that the user has modified their settings, and increased the SharedObject quota, then I have no idea of how to fetch the info.Is there a way to find out in AS3? Or should I just stick to the possibility that 99% of users will NOT change their settings.