Data Integration :: XML Object - Status Returned Varies Between Calls
Nov 25, 2007Sometimes I get "success", sometimes I get "no success, no error" What gives? Same results across the wire as far as I can see...
[Code]....
Sometimes I get "success", sometimes I get "no success, no error" What gives? Same results across the wire as far as I can see...
[Code]....
I'm trying to get data from a webservice placed on an other server, parse the data and display it in a datagrid.I'm using the WebServiceConnector component.I placed a crossdomain.xml on the remote server, allowing my domain
(<allow-access-from domain="*.mydomain.corp"
secure="false" />)
Everything works fine within Flash.(Ctrl+Enter)Data is recovered, parsed and diplayed propoerly.But when i try somewhere else,it doesn't work at all.(local swf, local html, nor in http on mydomain)I placed dynamic txt fields to trace the status of the webserviceconnector, throught a listener on "status" event.I have of course an other listener for "result" event, which launches parsing and display.
Within Flash, i see the "status" changing from
"StatusChange" {callsInProgress:1}
to
"StatusChange" {callsInProgress:0}
and then, the "result" event is triggered.[code]......
I'm creating a small app to run from CD-Rom/local installation that will use multiple shared objects for data storage. To ensure proper saving without surprising the user with a permissions dialog unexpectedly, I'd like to request unlimited data storage on first time app launch - Joey Lott shows how to do this in the Actionscript Cookbook... request=mySO.flush(1024 * 500);
My question is,Can I perform this permissions request with the user a single time with a generic app SO in global fashion, so that the permissions would be set for any SOs created during the use of the product (all written to same SO directory),or do I have to request
permissions for each and every SO created? Since the latter would be unacceptable from a UE standpoint, that means stuffing all app data into a single SO which doesn't seem so great from a data config perspective...
I have a flash banner rotator that runs using PHP at the backend. The way in which the flash banner is called into the script is by using the following PHP:
<? php include("
http://www.mysite.com/banners");
?>
I have also used this in other ways such as:
[Code]...
I have an application that reads a PHP script and populates the Flash applets using the following on frame 1:
[Code]...
A combobox (created with the returned data) is created on frame 61. When a selection is chosen in the combobox I need to add the value returned from the combobox to the variable catvar, add this variable to the LoadVars object and run the script again. It seems to set c.catvar initially but when I use the 'sendAndLoad command the second time c.catvar isn't included. Is it possible to add variables to a LoadVars object created
on frame 1 from frame 61?
I can't trace(english[1]); ie: an index of the array BUT I can trace(english);
function Article(imagen, sonido) { this.imagen = imagen; this.sonido = sonido;}function makeArray1(success) { var i, j, mainTag; if (success) { for (i=0; i<=moXML1.childNodes.length; i++) { if (this.childNodes[i].nodeValue == null && this.childNodes[i].nodeName == "appear") { mainTag = this.childNodes[i]; } } num_reg = mainTag.childNodes.length; // numero de ejercicios for (i=0;
[code]....
I have a transparent video playing on my front page, with a small semi-transparent controller. After the movie plays and fades out, the controller remains. How can I remove the controller display after the movie finishes playing?
View 1 RepliesI am having a hell of a time getting around the new IE flash/embeded content protocols. I have tried using various formats, like using <noscript> tags outside of the <object> tags. All that results in is the entire flash content disappearing. I've tired using this external JavaScript file:
[Code]....
I have a video player that is currently using XML for its video library which is all fine and dandy. Now I have some developers working on a CMS type page in PHP that is going to hopefully pass some sort of information to my player that will let it know where the video is stored on our server. Is there a way to do this without using FMS? If so does anyone have ideas where I can find the information for it.
View 2 RepliesI am developing a chat application using flex, which can use different service providers users like gmail,yahoomail,ami etc. Almost similar like meebo.com.
I am using jabber server. My question is what kind of information jabber returns.I am getting userid,password,status,status message but I am not getting address or phone number of the user or picture of the user..
Please let me know,how can I take these values and what should I pass to jabber server to revcieve full information from jabber for different service provider's users.
Using Flash 8 & Freehand 11
Whenever I try to copy an object from Freehand into flash,either with Copy&Paste or with Import, My Flash crashes (closes without any msg)
k, so i have a function that checks to see if a user name and email that's being registered already exists in my DB. if the user name previously exists, a 1 is returned. 2 for email and 3 in neither previously exist. if i hard code my user name an existing user name, "joe", who already exists, into my php file and run it in my browser, i get an echoed answer of "1" as i should- nothing less, nothing more. if i don't hard code it and run "joe" over from flash and trace(event.target.data);, i get 1 with a bunch of carriage returns after it in my output window.
[Code]..
I am loading a URL , [ url is on another domain ]
it loads URL and then URL process and sends request to its server and returns data
loader1.addEventListener(Event.COMPLETE, onDataLoaded);
on onDataLoaded does not give me returned data , but this function triggers when it completes Loading URL
I want to trigger event , when loaded data is processed and returned , how I can acheive this ?
I'm using the data/services in Flash Builder 4 to access the php functions of a site within an Air based Crud, and figuring out the most efficient ways to work with the data objects that come back.
[Code]...
The data comes back as an associative array, which is fine if I want everything from it to be treated the same. But I'm not sure how I am supposed to pull a particular column from the array without having to go through a for loop to parse through it.. since right now the contact name would be at allContacts[i].name.
Basically I want to make a list of the names from the allContacts, so I want an array of allContacts[i].name to set as the data provider for a element. Is there any way to get that done without having to write a for loop to convert it into a new array or writing a new php function?
If an AS3 method returns a reference to a complex type, is there any way to make that 'readonly', like how you can have const member functions in C++? An architecture I want to use calls for a class building itself from a passed template object... and really the template object should not be modifiable. I'm currently forced to add call-back enumerators and/or lots of extra accessor methods.
View 4 RepliesI am Using Flex 3 and apache with PHP 5.2. I am searching for simple as possible way to fill my mx:List with data using POST URLRequest.
In Flex builder I am using the next code
public var variables_se:URLVariables = new URLVariables();
public var varSend_se:URLRequest = new URLRequest("DataProvider.php");
public var varLoader_se:URLLoader = new URLLoader;
[Code]...
I am developing with Flex + java + hibernate in one project. I am trying to add one more advanceddatagridcolumn in flex AdavanedDataGrid control. Actually it work very well but only except I added columns data. I have no idea what should I do to make it out I am telling work flow. At first call select method in DeliveryService.class through the RemoteObject and then call DeliveryMgr.class for call business work. After get return list type return value it pass to presentation class to setting all of the selected return value. I can print trace log what I added columns data in DeliveryPt.class but it cannot return to flex area.Strange thing is I can check out value of what I want to show data in DeliveryPt.class but it does not show up in AdvanedDataGridColumn of Flex.
[Code]...
I have a form where a user can select up to three radio buttons and click submit. however if they don't select a radio from one of the groups (they dont care to answer the question or just missed it) the value of the radio button (I think) is null and gets returned as such using this code:
function Question1():Object{ return RadioButtonGroup(Q1R1.group).selection.value;}
Then, when they hit the submit button it sends the values to the database. This works fine, but only if they select a radio button for each group. If they missed one I get the following error:
"TypeError: Error #1009: Cannot access a property or method of a null object reference. at mid_fla::MainTimeline/Question1() at mid_fla::MainTimeline/clickHandler()"
When I did a trace on the value of Question1() it returns function Function() {}
how to check if the value returned is a null object reference or whatever and give it a default value if it is?
Can i load an in memory XML, returned by a linq to SQL query, to an SWF object? And here comes the long version. The purpose is loading an in-memory XML file, to an SWFobject via a querystring.
Currently i read and load the XML file from an absolute path.
[Code]...
How can I access the Principal object in a Flex client that was returned by the doAuthenticate() method in the LoginCommand?
Adobe's LCDS Custom Authentication page isn't much help in this matter, as this is the only example they show for a successful login:
// Handle successful login.
private function LoginResultEvent(event:ResultEvent, token:Object=null):void {
switch(event.result) {
[Code].....
I can return a strongly typed object as the Principal from the doAuthenticate() method, but how do I access it in the client's result handler?
Update: I've read the LCDS documentation twice now and there is no mention of accessing the Principal in the client. The only data I can retrieve from a result is the string 'success'. Anyone know if this is this the only result available from a custom authentication?
I have a RemoteObject returning a 'Schedule' class. I've created a client side RemoteClass to map to it. All properties of the class instance are coming in fine. I just not clear on how I go about calling methods on the class. How would I call a setter on startdate?
package classes.remote {
[Bindable]
[RemoteClass(alias="com.site.data.schedule.Schedule")]
public class Schedule {
public var id:int;
public var modifydate:Date;
public var startdate:Date;
public var enddate:Date;
}}
I have been working on a flex application with java, as i have used Life Cycle Data Service for communication, i wana know, is there any function of flex, where i can see the loading status in percentage, that how much record is being loaded.Problem is, if there is lengthy record, no body comes to know, whats happening with software, like in Comboboxes or Grids, users usually think it as a BUG in application, but ofcourse it is not.I need such graphical loader, which keeps on loading with proper status in percentage, until it receives all data from JAVA (SQL Server).
View 2 RepliesI'm currently learning AS3 to develop my own game but my previous experience in game development is with LUA script. Within Lua script, you can write/script objects with different statuses with IF statements. For an example,
[Code]....
I'd like to create one empty Flash movie that is essentially a placeholder for externally loaded content I can change through XML. This content would just be able to randomly load 1 of 3 photos, with a button linking to a website within each of the photos on page load. If the user refreshes the page, a new photo with it's link would appear, but I understand since it's random,having 3 images the same image is likely to reappear, but I can always add additional photos and links.
Does anyone know of a tutorial that might lead me on the correct path to create this? I've found some tuts, but they've been different than my need.
We want to be able to upload over 100+ files (if needed) to a server along with desc + keywords. I see that Flash 8 has the neccessary tools to handle file uploading, but my question is, can we have it act as a Stand alone FTP program so that we can utilize the fastest user upload, or will we be confined to the settings in the server INI settings.IE MAX_UPLOAD_TIME,MAX_FILESIZE, etc. If possible we want to avoid using the HTTP upload as it is noticeably slower. So if we can use flash to utilize user BW to upload, then that would be ideal.
View 1 RepliesWhat is the correct syntax to calculate an XML object's loading status and relay the value to a movieclip? I'm using the following, but nothing's happening. The math is being loaded but the movieClip doesn't change size.
xmlLoader.addEventListener(ProgressEvent.PROGRESS, barProgress);
function barProgress(event:ProgressEvent):void {
var loaded:Number=event.target.bytesLoaded/event.target.bytesTotal;
barPro.scaleX=loaded;
}
My barPro movieclip remains the same size.rong?
When the yellow_btn is clicked the function explosion is executed. This function displays an object called spark on the stage and makes visible a video clip called house_mc which was previously hidden.
I use a tween to fade the house video into view gradually as it plays and that brings me to my dilemma. When I start this tween I want the spark object to disappear from the stage. To do this I assigned a variable name of endit to my tween and am adding an Event Listener to endit to determine when the tween starts, at which point I want to execute the function stopSpark and remove the spark image from the stage. The code doesn't give me an error but the spark continues to display during and after the video has finished.
yellow_btn.addEventListener(MouseEvent.CLICK,explo sion);
function explosion(e:MouseEvent):void
{
addChild(spark)
[Code].....
I am making rest calls with a urlload.load(urlRquest).
also
urlRequest.method = URLRequestMethod.POST;
urlRequest.contentType = "application/xml";
When I make the calls within the Flash IDE, I get HTTPStatusEvent.status = 400 (or whatever) when an error occurs. And the IOErrorEvent.data contains xml (or sometimes a string).
However, when I run the swf in a browser (Firefox Mac or PC), the HTTPStatusEvent.status = 0, and the IOErrorEvent.data is empty. (Interestingly in Safari Mac, I do get the 400 status, but still no data.)
I got a music portfolio web site running PHP, MySQL and Flash. There's a page showing all the artists my client worked for and when you click on a song title, this title is passed as a variable to a PHP page then to a Flash page. The Flash page contains an actionscript music player which then looks for the right audio file in the database and plays the song. Everything works great except for the dynamic text field which displays the song title. If the song title contains an apostrophe or a single quote, the Flash dynamic text field then shows the apostrophe.[code]
View 1 RepliesHow to store the data text in Access databases using flash form and to search into the database. It is possible to work without server because I don't want to put this flash file on the net. how to make databases and to connect with flash and to have possibility to search the database, but to work database in the local computer.
View 1 Replies