Groups | Blog | Home
all groups > macromedia flash sitedesign > july 2007 >

macromedia flash sitedesign : links



davidros
7/4/2007 5:11:51 PM
Hi

I have some links in my flash website, but instead of jumping to the linked
web pages they trigger the adobe flash player security popup. How can I make
links, that work fine, without having to change some security settings?
This is a sample of how the code looks:

on (release) {
getURL("http://www.adobe.com");
}
cyberluna
7/5/2007 1:36:49 PM
on (release) {
getURL("http://www.adobe.com", _blank);
}
AddThis Social Bookmark Button