http://www.webwereld.nl/nieuws/16482.phtml
http://msdn.microsoft.com/ieupdate/activexchanges.asp
In hoeverre heeft dit consequenties?
Ik lees daar bijvoorbeeld:
Microsoft is nogal vaag in wat wel/niet werkt straks.
En de pagina op MSDN van Microsoft:De veranderingen zullen gemaakt worden in de manier waarop IE webpagina's hanteert die gebruikmaken van ActiveX. ActiveX wordt gebruikt bij interactieve elementen in websites zoals Macromedia Flashplayer, Quicktime, Realplayer, Acrobat Reader, Java Virtual Machine en Windows Media Player.
http://msdn.microsoft.com/ieupdate/activexchanges.asp
In hoeverre heeft dit consequenties?
Ik lees daar bijvoorbeeld:
wij hebben hier bijv. diverse Flash-dingetjes die middels Javascript geschreven worden, voorbeeld:All Web pages with ActiveX controls are affected by this change unless they meet one of the following conditions.
- The controls are created dynamically from script loaded from another location.
[..]
JavaScript:
1
2
3
4
5
6
7
8
| function showItem(title, action, parameter) { document.write('<div style="padding-top:1px;padding-bottom:2px;">'); document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=125 HEIGHT=14>'); document.write('<PARAM NAME=movie VALUE="bla.swf?varTekst=' + title + '">'); [..] document.write('</OBJECT>'); document.write('</div>'); } |
Microsoft is nogal vaag in wat wel/niet werkt straks.