[flexcoders] Controlling embedded swf

2005-10-20 Thread gnaveenrajkumaar
Hi there, i'm inserting a swf file in the mxml file using mx:Image source=@Embed('map.swf') / i have a method inside he map.swf file function setlocation(x,y){ latitude=x; longitude=y; } i want to invoke this function from the mxml file and pass parameters for this function... please

[flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread gnaveenrajkumaar
hello there, i have created a webservice in asp.net that retrives data from a xml file and the output of the function is a xml document file... i wanted to create an object out of this xml document i retrive and i am not able to do so. any body please advice on how to proceed below is my

[flexcoders] Converting string to xml in a model

2005-10-10 Thread gnaveenrajkumaar
Hello there, ive created a WebService in asp.net that contains a webmethod to read an xml file return as a string in Flex ive added the webservice. i wanted to convert the output string from the webservice to a xml when i used mx:WebService