voici mon code

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
url_btn.onRelease=function(){
	var s:LoadVars=new LoadVars();
	var r:LoadVars=new LoadVars();
	s.sendAndLoad("http://<a href="http://WWW.developpez.com",r);" target="_blank">WWW.developpez.com",r);</a>
	s.onLoad = function(ok) { 
        if (ok) { 
         trace ("OK"); 
      } 
      else 
         { 
            trace ("RIEN"); 
         } 
        }
 
}
je l'ai affecté à un bouton url_btn
rien ne se passe qd je l'execute