View Single Post
  #1  
Old 03-08-2009, 04:48 PM
Taualumna Taualumna is offline
GreekChat Member
 
Join Date: Dec 2003
Posts: 4,010
Flash Experts - please help!

I'm trying to make an embedded .swf file "clickable" to another site. Is it possible to do so without adding a button? Also, how do you know whether a button HAS been added? I've tried using the

on(release){
getURL(_root.clickTag, "_blank");
}

but it isn't working (replacing the _root.clickTag with the URL). Does this mean that no button has been added? The .swf file itself is embedded properly.

Thanks!

C
Reply With Quote