| Issue 371: | swf file not interactive | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
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
Dec 26, 2009
sorry it turns out that an xml file in the swf was not loaded then stops some methods from running thanks
Dec 26, 2009
ok, great.
Status:
WontFix
|
||||||||