Is there some trick to this? I use a redirect service for my url. When a client clicks on add bookmark, security settings within Windows IE6 SP1 don't allow a client to add the bookmark since it is to a url which technically is not from the same address.
Is there any way around this "SECURITY FEATURE" in IE6?
If you go to -
and click on the CSD - it does nothing but the original SWF-works fine. For some reason going through an html to get to my swf disables the button.
I use an http forwarding service - I do not have sufficient bandwidth for my own web sever.
The call in Flash I made was:
on (press) {
getURL
("javascript:window.external.AddFavorite(' Systems Design')"
}
One person suggested it might have something to do with the DOM. (I know squat about java/html so I don't know what that means)
Thank you.
Is there any way around this "SECURITY FEATURE" in IE6?
If you go to -
and click on the CSD - it does nothing but the original SWF-works fine. For some reason going through an html to get to my swf disables the button.
I use an http forwarding service - I do not have sufficient bandwidth for my own web sever.
The call in Flash I made was:
on (press) {
getURL
("javascript:window.external.AddFavorite(' Systems Design')"
}
One person suggested it might have something to do with the DOM. (I know squat about java/html so I don't know what that means)
Thank you.