combining Flash and ASP.NET
-
hi, im doing a personal project regarding the combination of Flash and ASP.NET. I was thinking of creating website search engine in flashMX by making ASP.NET as mediator to the database. i want it to search particular subjects in my database then show it to the next frame of the flash animation. now, i know i could do this easier by just using ASP.NET but i wanted it to be different and interactive. expert help would be greatly appreciated. bmongtangco web developer
-
hi, im doing a personal project regarding the combination of Flash and ASP.NET. I was thinking of creating website search engine in flashMX by making ASP.NET as mediator to the database. i want it to search particular subjects in my database then show it to the next frame of the flash animation. now, i know i could do this easier by just using ASP.NET but i wanted it to be different and interactive. expert help would be greatly appreciated. bmongtangco web developer
Hi there, yes. It can be done. Yes. Its pretty easy (if you know how to ActionScript in Flash). But what is your question? How to search the database? How to move to the next frame? Please specify a bit so that we'll be able to help you. Regards. /matthias
I love deadlines. I like the whooshing sound they make as they fly by.
[Douglas Adams] -
Hi there, yes. It can be done. Yes. Its pretty easy (if you know how to ActionScript in Flash). But what is your question? How to search the database? How to move to the next frame? Please specify a bit so that we'll be able to help you. Regards. /matthias
I love deadlines. I like the whooshing sound they make as they fly by.
[Douglas Adams]well its like this... ill be using flash as the front end of the search engine. it will just search my database for certain "products" then show results to the next frame of the flash animation. so, how do i program the asp.net and the flash to work together? do i just set the asp.net to query strings in a table row? and how about the flash? how do i program it to understand what asp.net is trying to say? thanks a lot matthias! (cool name btw, kinda reminds me of a biblical character) bmongtangco web developer
-
well its like this... ill be using flash as the front end of the search engine. it will just search my database for certain "products" then show results to the next frame of the flash animation. so, how do i program the asp.net and the flash to work together? do i just set the asp.net to query strings in a table row? and how about the flash? how do i program it to understand what asp.net is trying to say? thanks a lot matthias! (cool name btw, kinda reminds me of a biblical character) bmongtangco web developer
bmongtangco wrote: so, how do i program the asp.net and the flash to work together? Well, you could use WebServices with Flash. Another option (the easiest I guess) is to utilze XML. Here is a good example of using the XmlConnector (in Flash) with ASP.[^] It's not asp.net, but I guess you'll get the point. bmongtangco wrote: thanks a lot matthias! (cool name btw, kinda reminds me of a biblical character) Yes it actually is based on a biblical character. But in germany nobody can be held responsible for his name. :-D /matthias
I love deadlines. I like the whooshing sound they make as they fly by.
[Douglas Adams] -
bmongtangco wrote: so, how do i program the asp.net and the flash to work together? Well, you could use WebServices with Flash. Another option (the easiest I guess) is to utilze XML. Here is a good example of using the XmlConnector (in Flash) with ASP.[^] It's not asp.net, but I guess you'll get the point. bmongtangco wrote: thanks a lot matthias! (cool name btw, kinda reminds me of a biblical character) Yes it actually is based on a biblical character. But in germany nobody can be held responsible for his name. :-D /matthias
I love deadlines. I like the whooshing sound they make as they fly by.
[Douglas Adams]