Page 1 of 1

[RESOLVED] Flash FS commands don't work

Posted: Thu Oct 17, 2013 9:17 pm
by XAMeLeOH
Dear support team,

I've found out a strange bug. When a site page tries to load flash object using JS library swfobject flash object doesn't recieve any FS commands sent by javascript. Site http://muzpace.com uses flash mp3 player from the site http://flash-mp3-player.net/players/js/preview/. It inserts flash object using swfobject and the player doesn't work at the same time there is no problem if flash object is inserted in HTML statically. I tried to allow JS on site temporarily or permanently, also I tried to allow js fully but it doesn't help. Flash works correctly only if I disable the extention. I'm using the last version of Firefox (version 24) and NoScript extention (version 2.6.8.3) with Windows Seven OS. Also I confirmed the bug with the last available versions of browser and extention in Ubuntu 12.04.

So, to repeat the bug you should:
  1. Enter the website http://muzpace.com
  2. Click on play icon next to any music file
Also you can download page http://flash-mp3-player.net/players/js/preview/, download swfobject library and replace statically inserted object tag with dynamicaly insertion using swfobject.

Please let me know is it known error?

P.S. There is no records in web-browser's console.

Re: Flash FS commands doesn't work while extension enabled

Posted: Thu Oct 17, 2013 10:12 pm
by Giorgio Maone
Please check latest development build 2.6.8.4rc1, thanks.

Re: Flash FS commands doesn't work while extension enabled

Posted: Fri Oct 18, 2013 6:42 am
by XAMeLeOH
Checked. Still doesn't work.

Re: Flash FS commands doesn't work while extension enabled

Posted: Fri Oct 18, 2013 7:11 am
by Giorgio Maone
XAMeLeOH wrote:Checked. Still doesn't work.
Please check again (maybe you didn't restart the browser after upgrading?)
I can reproduce your problem on 2.6.8.3, not on 2.6.8.4rc1 (which actually contains a fix for a very similar issue raised a couple days ago in a different thread): the player works just fine for me on muzpace.com.

Re: Flash FS commands doesn't work while extension enabled

Posted: Fri Oct 18, 2013 7:40 am
by XAMeLeOH
I'm sorry, you was right. I've installed developer version and everything works! Thanks you!

Re: Flash FS commands doesn't work while extension enabled

Posted: Fri Oct 18, 2013 7:56 am
by XAMeLeOH
It looks like Flash not everytime can call javascript methods. Player has a progress bar. Sometimes JS receives commands from flash and JS draws the progress bar correctly, but sometimes it doesn't change.

Re: Flash FS commands doesn't work while extension enabled

Posted: Fri Oct 18, 2013 7:57 am
by Giorgio Maone
XAMeLeOH wrote:It looks like Flash not everytime can call javascript methods. Player has a progress bar. Sometimes JS receives commands from flash and JS draws the progress bar correctly, but sometimes it doesn't change.
This is likely a bug on the web site, which may not being taking in account the variable loading time of the player itself.

Re: Flash FS commands doesn't work while extension enabled

Posted: Fri Oct 18, 2013 8:01 am
by XAMeLeOH
I see. I will try to repeat this behavior.

Re: Flash FS commands doesn't work while extension enabled

Posted: Fri Oct 18, 2013 10:15 am
by XAMeLeOH
I've figured out there was a flash plugin's issue. Thank you for help.