View Full Version : Actionscript


geotito
14-10-2007, 16:44
boa tarde

gostaria de saber qual o actionscript para fazer um hiperligação em flash a um documento em pdf e também a outro documento em flash.

LuisPitbull
25-10-2007, 11:05
boa tarde

gostaria de saber qual o actionscript para fazer um hiperligação em flash a um documento em pdf e também a outro documento em flash.

Tenta explicar-te melhor...

msdevweb
25-10-2007, 15:59
urls/pdf *on server, local nao sei se da...:
var url:URLRequest = new URLRequest(http://www.google.com); //muito util :)
navigateToURL(url, "_blank");

podes usar a class loader do flash (swf, gif, png, jpg) :

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Loader.html

:)

"that's it?"

cumps

LuisPitbull
26-10-2007, 16:23
urls/pdf *on server, local nao sei se da...:
var url:URLRequest = new URLRequest(http://www.google.com); //muito util :)
navigateToURL(url, "_blank");

podes usar a class loader do flash (swf, gif, png, jpg) :

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Loader.html

:)

"that's it?"

cumps

Se calhar é importante saber em qual AS ele está a trabalhar... Se o AS2 ou o AS3. Ou é igual nos 2?

msdevweb
29-10-2007, 07:22
é impressao minha ou acho que na altura qe respondi ele falava no titulo em AS3.. por isso respondi em as3...
mesmo assim em as2 o comando equivalenteé o getURL();

http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001730.html

:)