Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/09/2007, 05:52
Avatar de sirguy
sirguy
 
Fecha de Ingreso: septiembre-2006
Ubicación: Mallorca
Mensajes: 959
Antigüedad: 17 años, 6 meses
Puntos: 12
Re: Copy & Paste en memoria

Esto en el html:

<SCRIPT language="javascript">
<!--
function copiar(newWindow){
window.clipboardData.setData("Text", newWindow);
}
-->
</SCRIPT>


Esto en el flash:

import flash.external.*;
var newWindow:String;
elboton.onPress = function () {
newWindow = String(ExternalInterface.call ("copiar", "Aquí viene lo que quieres"));
};



var Newwindow es la variable. Es que he usado el script de un popup.
__________________
Chanante!