Javediq143
unread,Oct 7, 2009, 5:15:40 AM10/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Orkut Developer Forum
Hi All,
First of all I want to describe my API. This time it will be partly in
flash, I mean one section where the flash will get load. When the user
clicks and goes to this section, the swf loaded will present a
question with 4 options. Once the user clicks on any option, the swf
will load the next question and so on. And at the last, all the user
options will get stored in the database which will be used for further
processing. The ASP page receive the data from flash and store them in
database AND return either True/False to flash. It means data are
going from and coming in flash. I'm sure you guys must have got the
idea of the application!!!
Moving further... I've developed my flash interface, the database and
the ASP page also!!! I'm using Flash 8.0 and AS2 which is loading the
question from an XML file. Guys the thing is working absolutely fine
locally and also on the server!!! Now I want to take this on ORKUT!!!!
For doing this, below is my logic:
1) At the last question answered, the flash will call a Javascript
function "getPage()" and passing all the user answer to this function.
2) This JS function will call the ASP page, thereby transferring the
data which the page will store in Database. "Inside getPage() a code
gadgets.io.makeRequest(url,callback,params);"
3) This ASP page will return Success/Failure to the Callback function
"callback()"
4) This callback() will call a function defined in AS and this AS
function will display that in swf.
I dont know whether my logic is right or wrong but I think this could
be the way!!! I want to know will this take me to my destination or is
there a better way to go!!!! Or the most important thing to know, IS
THIS POSSIBLE, FLASH-JS-ASP INTEGRATION, IN ORKUT.
Can anyone help me on this. Any suggestion.. Any other fundahhhhh.
Please help me because I was not knowing anything about AS but with
God's help I'm able to develop this in AS!!!! Now i dont want to scrap
this idea and use simple HTML form to collect the user preference!!!
Please help me soon.
Thanks & Regards,
Javed