come si traduce questa roba qui (javascript) in action script?

if (self.location.href.indexOf('http://')>-1) {
self.location.href='blank.html';
}