Hi, I need to have a .swf start on a random frame when a page loads.
This seemed to work great . . .
but any buttons in the .swf no longer work. I guess because the AS for the buttons is on frame one?Code:_root.onLoad = function() { _root.gotoAndPlay(random(_root._totalframes)); }
Code://button 1 button1_btn.onRelease = function(){ getURL("http://web1.com"); }; //2 button 2 button2_btn.onRelease = function(){ getURL("http://web2.com"); };




Bookmarks