English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hello, I have an .swf file I am trying to add on myspace. When the user clicks on it I want them to be taken to a designated web page. I already have the .swf file hosted on the net. I'm not looking for a lesson, just a line of code I can paste my addy's into. thanx

2006-12-03 08:53:12 · 2 answers · asked by DJ_TaRon 1 in Computers & Internet Programming & Design

2 answers

2006-12-03 09:06:56 · answer #1 · answered by szdsadsd s 1 · 0 0

on the swf file make every thing into a 1 movie clip then give it a instance name of links_btn.
put another layer and type this in the actions

links_btn.onRelease = function(){
this.getURL ("http://www.name.com","_self");

}

2006-12-03 09:08:30 · answer #2 · answered by Best Helper 4 · 0 0

fedest.com, questions and answers