ActionScript 3.0 :: Passing Updated Data From Flash To The Backend?
I'm building a Multimedia Player front end and we have some action features we'd like to include. Some of the features are like: add to favorites, bookmark and rating.
For rating and add to favorites I just need to some how send a variable with the value to the server. Do you have any tutorials and or suggestions to approach this?
I don't need to know how the back end works, i just need to know what to pass in the flash and how to send out the updated variable back to the server.
View 3 Replies (Posted: 04-29-2009, 05:07 PM)
Sponsored Links:
Related Forum Messages For Flash category:
Professional :: Input Data From A Frontend Site Into A Backend SWF, Pull Data, Then Send Back To Front?
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.
Posted: Aug 31, 2011 3:05 PM
View 3 Replies!
View Related
Flash Datagrid Change Cell Color Depending Upon Updated Data
I have a datagrid in my Flash app whose data keeps updating quite frequently.On every update, I need to change the cell color of only those cells whose data has changed.That too, if the updated value is less than the older value then the cell color should change to RED else, GREEN.I have tried using labelFunction, cellrenderer, etc. But to no avail.By no means, I am able to access the present data in the cells to compare it with the new data.
Posted: Apr 27 11 at 10:35
View 1 Replies!
View Related
DataGrid Inserted Data Not Being Updated Fast Enough?
I have a multi-column DataGrid that I've populated only three of the seven columns with data. One of the columns are editable. The other three are not editable. What I intend to do is have the user enter data into the editable column. Once the data is entered, The other three empty non-editable columns will populate based on calculations done to the value in the editable column.The problem is that when I enter data into a row of the editable column, the data isn't being reflected as entered until I try to add a new row. Is there any way to get the value being entered into the cell right after it is entered without the user having to enter a new row?
Posted: Jun 26, 2009 6:23 PM
View 1 Replies!
View Related
Actionscript 3 :: Getting Updated Shared Object Data Without Reopening It?
I have 2 swf that will be loaded on a website. One suppose to generate a bytearray and being passed over to another swf. The problem is that when I save the bytearray to a SharedObject in user's local file, the second swf doesn't get the updated variable value from the first swf. I've set the second swf to retrieve the value every one second and it don't get updated until I reload the page. I flushed and close the connection to make sure the data is saved on the local path and that is not helping as well. I also considered using LocalConnection as well but there is a bug in flash player for mac that stopping it to work between swfs on mac. Left me no choice but to use SharedObject for my project.
Posted: Feb 7 at 4:13
View 2 Replies!
View Related
IDE :: Passing Geometry Data To And From Flash?
Goal: To build an Internet Mapping Site (IMS) using FlashScenario: Using Manifold GIS for the backend. It is a full scale GIS software which easily outputs data (geometry and tabular) into xml. It has built in IMS capabilities, but theWould like to build an IMS using Flash as the front end, and Manifold as backend. How would I set up something where the GUI and display were Flash, the user interacts with the Flash (Pan, Zoom, Selection, Query(SQL)), have Flash fetch that from Manifold via xml, and display the new extent, query results, etc.? So there would need to be geometry data retrieval and display as well as tabular. For example the user should be able to use a "Zoom by Extent" feature where they draw a rectangle on the map, it returns the coordinates of the box to Manifold, Manifold returns it, etc. On the other hand they need to be able to query the datasets (simple sql queries).I hope this makes some sense. I'm a noob in many aspects to backend so I'm just trying to get a handle on whether this is possible, and what backend needs to be implemented in order to make this happen? Would you know of a possilble better method? Silverlight, etc?
Posted: January 12th, 2009
View 1 Replies!
View Related
Flash :: Passing Data Between Objects/classes?
So i a building a categorized menu of different foods. I have a class for "categories" (buttons) which essentially will return a string "salads", "drinks", etc. I now have another class "menuItems" for items within categories and this handles sizes such as "small", "med", "large", etc. My problem now is that when i return "salads", i want to invoke an array which contains all the elements of salads, send it to menuItems which will populate the menu. So far i have both the category objects and the menu object setup. I just cant seem to be able to send the data that the category object is returning and pass it to the menu object. Both of which are added to the stage as shown below: If there was a way that i could say add all these classes to one class so that they can talk to each other that would be great but i dont know how to do this.
Posted: Dec 27 10 at 23:17
View 1 Replies!
View Related
Flash :: Passing Swf Data Between Using AddElement Instead Of AddChild?
I had this problem (Error: addChild() is not available in this class. Instead, use addElement() or modify the skin, if you have one.) and I followed the recommended solution: // container ( IVisualElement ) for DisplayObjects var container:UIComponent = new UIComponent(); addElement( container ); [Code]..... What I need to be able to do, is get the string Locale to be read by the Child swf.
Posted: Mar 26 at 20:42
View 1 Replies!
View Related
ActionScript 3.0 :: Passing Of Data From Aspx To Flash?
I am trying to parse in some data from an aspx file into flash when the user first enter the flash website after logging in. I managed to get the Loading of data part to be successful,how ever the data is not being displayed? This is a snippet of my code btw var userName:String; //*********Loading of userData into Flash when use first enter the website after logging in ******// [Code].....
Posted: 02-22-2011, 08:37 AM
View 3 Replies!
View Related
ActionScript 2.0 :: Passing Data From Database To Flash
I am working on creating a basic message board for my website and I am having difficulty getting things to pass from Flash to Database to Flash. I just checked out the tutorial on this site that shows how to go from Flash to Database. Which is awesome by the way. I was wondering if anyone could help me on how to get the database data back into flash and post in a message board style. In another related note. Through a form set [Code]...
Posted: March 11th, 2004
View 1 Replies!
View Related
Data Integration :: Passing Colour Parameters From Asp To Flash?
I find a lot of information to pass variable values i.e. fortext from asp to Flash, but what I need is to be able to change thecolour of items with a querystring. I have to handle the colour of35 items and additionally, I need to fill in text values into theseitems, meaning a pretty long querystring...THis was all working easily with SVG, but now it's time tomove on, sinve SVG has now its official death certificat
Posted: Jan 24, 2009 12:39 PM
View 2 Replies!
View Related
ActionScript 3.0 :: Passing Data To Display Input From Flash In PHP
I'm currently working on a flash combobox and text field passing data to php to display the input from flash. It require using query string method. I'm stuck on the query string code. My as3 has nothing wrong, I just don't know whats going on the php is not catching my data for display. The php I'm targeting looks like this: <?php $current_page_num = 1; require_once 'dir/php.php'; $use_GET = $_GET[ 'use' ]; if ( $use_GET ) { $timestamp = $use_GET; [Code] .....
Posted: July 30th, 2009
View 1 Replies!
View Related
|