» » Stream not found, NetStream.Play.StreamNotFound, clip: controls on Firefox 7
Posted: Sep 25, 2011
This error appears (for me at least) on all the flowplayer demos, e.g.http://flowplayer.org/demos/installation/index.html etc.
| Registered | Feb 10, 2008 |
| Last login | Sep 25, 2011 |
| Forum posts | 8 |
| Direct URL | http://www.flowplayer.org/forum/users/3188 |
id="'+o.id+'"" should be id="'+o.id+'"
var html = '<object width="' + opts.width +
'" height="' + opts.height +
'" id="' + opts.id + '"' +
'" name="' + opts.id + '"';
should be
var html = '<object width="' + opts.width +
'" height="' + opts.height +
'" id="' + opts.id +
'" name="' + opts.id + '"';