Issue 371: swf file not interactive
Status:  WontFix
Owner: ----
Closed:  Dec 2009
Reported by aryaw...@gmail.com, Nov 5, 2009
What steps will reproduce the problem?
<script>
$.nyroModalSettings({
  processHandler: function(settings) {
    var url = settings.url;
    if (url && url.indexOf('http://localhost/test/' == 0) {
      $.nyroModalSettings({
        type: 'swf',
        height: 511,
        width: 800,
        url: 'http://localhost/test/flash.swf'
      });
    }
  }
});
</script>

<a href="http://localhost/test/flash.swf class="nyroModal"></a>

What is the expected output? What do you see instead?
the expected output is i should be able to interact with the movieClips in
the flash swf thats loaded, instead the flash seems static and the
movieclips and buttons seems to be disabled or blocked?

What version of the product are you using? On what operating system?
mozilla firefox 3.5.4, windows 7




Nov 8, 2009
Project Member #1 nyro...@gmail.com
it seems really weird to me.
Did you test with other Flash movie?
i'm asking because the almost same code is used for youtube videos and it's working
great.
Dec 26, 2009
#2 aryaw...@gmail.com
sorry it turns out that an xml file in the swf was not loaded then stops some methods
from running 

thanks
Dec 26, 2009
Project Member #3 nyro...@gmail.com
ok, great.
Status: WontFix