Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Revisiting the Click to Activate this Control
Message
De
28/06/2006 01:39:35
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Revisiting the Click to Activate this Control
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01132277
Message ID:
01132277
Vues:
74
Recently, there has been some discussions on the famous "Click to activate this control" which appears for those who have the latest IE browser. This was mostly in regards to Flash file and the use of a javascript function to bypass this restriction. Today, I inserted the following code in a ASPX page and found that even with a Microsoft control, this is applicable.
<OBJECT id="VIDEO" width="320" height="240" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"type="application/x-oleobject">
<PARAM NAME="URL" VALUE="http://www.myurl.com/Streaming/000010.wmv">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="PlayCount" value="1">
</OBJECT>
So, as this one is not a Flash file, we cannot use the javascript function to bypass the restriction. Is there anyone who found a similar way to bypass this restriction with the Windows Media Player?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform