View Single Post
  #11 (permalink)  
Old Jun 7th, 2007, 08:21
cosmicbdog cosmicbdog is offline
Up'n'Coming Member
Join Date: May 2007
Location: northern nsw, au
Age: 27
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Re: when this frame loads in flash, print this text in html...

Got it! I hope this is not a sign of disloyal behaviour in the cosmic dog, but I got some extra help over at http://www.actionscript.org/forums/s....php3?p=617595

The solution (with flash 8) is:
Code: Select all
flash.external.ExternalInterface.call("function(){document.getElementById('news0').style.display='none';}");
Reply With Quote