How to access the values from Asp.net page to Flash
-
ASP.NET is a server-based platform, which means the code you write executes on the web server instead of in the client's browser. This approach ensures that your code is kept secure from prying eyes, and it sidesteps most browser-compatibility issues. However, it also introduces some unavoidable limitations. So Enhance your Asp.Net pages with Javascript for calling it in Flash.
Regards, Satips.
-
ASP.NET is a server-based platform, which means the code you write executes on the web server instead of in the client's browser. This approach ensures that your code is kept secure from prying eyes, and it sidesteps most browser-compatibility issues. However, it also introduces some unavoidable limitations. So Enhance your Asp.Net pages with Javascript for calling it in Flash.
Regards, Satips.
I'm developed Chat Application in Flash, But the User's login page is in Asp.net, I want the user name should be displayed in flash page. How to get the user name from that page. The Flash chat window is embedded in Aspx page and it is running successfully in a web browser. But I want to know how to get the user name from asp.net page to flash chat application. Thanks in Advance
-
I'm developed Chat Application in Flash, But the User's login page is in Asp.net, I want the user name should be displayed in flash page. How to get the user name from that page. The Flash chat window is embedded in Aspx page and it is running successfully in a web browser. But I want to know how to get the user name from asp.net page to flash chat application. Thanks in Advance
-
I'm developed Chat Application in Flash, But the User's login page is in Asp.net, I want the user name should be displayed in flash page. How to get the user name from that page. The Flash chat window is embedded in Aspx page and it is running successfully in a web browser. But I want to know how to get the user name from asp.net page to flash chat application. Thanks in Advance
i think that the flash could read a URL , so send the user name in the query string. but be careful not to send sensitive data in the query sting. then if you need more data that the user name write it to xml, the flash could read xml file.
When you get mad...THINK twice that the only advice Tamimi - Code
-
Can you tell me how to include flash in a aspx page? i googled it but never found a good solution!
Gautham
using mediaplayer,
-
using mediaplayer,