ASP.NET Web Controls >> detect browser flash plugin and pass result to ASPX page

by frank_z_j » Fri, 05 Sep 2003 07:07:55 GMT

The purpose is to dynamicly create Ads image based on client browser
settings.

I know it's easy to detect browser flash plugin information by using
VBScript. The hard part is how to pass the infomation to ASP.net in
pageload function.

Previously we use document.write(...) to dynamically write html using
javascript. But it would be nice to use more advanced feature of
ASP.net. For example, I can have two xml files, namely, AdsFlash.xml
and AdsNonFlash.xml so that we can decide which file to load depending
on client flash setting.

What do you think about my approach.

Thanks

Frank

Similar Threads

1. passing variables from .aspx.cs code pages to .aspx pages

I have been using dummy invisible text boxes and labels defined in the VS 
2005 designer to pass parameters between my code behind pages and my .aspx 
pages. This works but there's got to be a better way? How do I give my .aspx 
page visibility to variables declared in my .aspx.cs code instead of using 
the dummy controls that I'm using now?

2. How to Pass values between from a popup page aspx & a normal page aspx - Asp.Net

3. How to detect plugin for Linux platform browsers

I have a flash site that works well on pc and mac in IE and Netscape but have had a comment from the client that him home pc running linus cannot view the page. 

How can I detect his browser and plugin requirements automatically?

Cheers

Michael



4. Error when embedding movie on .aspx page, but not on .html page

5. Flash and Browser URL (calling page) / Pass back JS value

I am trying to do the same thing. I have a listbox that calls a cfc that is bringing in files from a cfdirectory call. I works great except that the files seem like they have to be in the same place as the swf file. This is no good for me the files get deleted and recreated each day. i cant have the files in the same directory as the swf. What can I do?



6. dreamweaver flash button not visible in ASP.Net page rather viewd in the browser - Microsoft .NET Framework

7. Passing data to aspx page from htm page via iframe

I have a htm page where I need to pass some data to an aspx page as a means 
of sending data to the database.  I don't need to see the aspx page so I was 
going to put it in a hidden iframe. This works real good.  Since I don't 
need the aspx page to do any postback, is there a way to pass a parameter to 
it with out it finishing the round trip back to the htm page?

Thanks.
-- 
 XXXX@XXXXX.COM  


8. ASPx page used to execute Query needs to post results to itself - Asp.Net