Skip to main content
February 14, 2010
Question

Frameset get URL Action Script works but not in all DW framesets!

  • February 14, 2010
  • 1 reply
  • 273 views

The Frameset get URL Action Script below works  fine  in  fixed Top,  fixed Bottom and fixed Bottom fixed Top button bars but not with  fixed Left or fixed Right, Framesets what is the problem and correction?

Here's the code:

on(release){
getURL("mainFrame1.html", "mainFrame");
}

This topic has been closed for replies.

1 reply

February 14, 2010

A good nights sleep always seems to solve the brain noodle soup thing, I was using AS2 in an AS3.

Thank you