bugGnash - The GNU Flash player - Bugs: bug #19915, ...

 
 

bug #19915: http://inpost.pl/swf/punkty_sprzedazy.swf doesn't work

Submitter:  Miernik <miernik>
Submitted:  Mon 21 May 2007 05:15:28 AM UTC
   
 
Category:  ActionScript Severity:  3 - Normal
Release:  None Status:  Fixed
Privacy:  Public Assigned to:  strk
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Tue 22 Jul 2008 06:54:34 AM UTC, comment #7: 

Closing as the original bug was fixed and no further bugs were reported. Please open a new bug report if there are more bugs with this SWF.

Benjamin Wolsey <bwy>
Group Member
Wed 16 Apr 2008 11:08:05 PM UTC, comment #6: 

At least for LoadVars object, BOM handling is now implemented.
You can get more info about countries now.
Please report next problem, if any :)

Sandro Santilli <strk>
Group Member
Tue 15 Apr 2008 12:29:31 PM UTC, comment #5: 

Alright, culprit is a BOM at the beginning
of the variables file. Gnash does NOT ignore it
so what the movie expects to be called 'liczba_miast'
in gnash is instead '<EF><BB><BF>liczba_miast'.

Next thing to test is wheter the BOM is expected to be
ignored in all functions taking a string in input
or only when it is found in a loaded file (vars, xml.. others ?)

For more info about BOM:
http://unicode.org/faq/utf_bom.html#29
http://en.wikipedia.org/wiki/Byte-order_mark

Sandro Santilli <strk>
Group Member
Tue 15 Apr 2008 11:47:53 AM UTC, comment #4: 

It's the onLoad call. Only loop in onLoad shown by listswf_d is this:

  php_vars_load.onLoad = function (success) {
    if( success ) {
      var lmiast;
      lmiast = Number(parseInt(php_vars_load.liczba_miast));
      var j = 1;
      while( !(j>lmiast) ) {
        mcMain.MIASTA[j] = this['miasto'+j];
        ++j;
      }
      trace(mcMain.MIASTA);
      mcMain.mc_data_preloader.alphaTo(0,0.5,'easeInQuad',0);
      mcMain.wypelnij_liste_miast(mcMain.mc_listy.mc_lista_miast.mc_lista,'mc_tf.bt_tf',mcMain.mc_listy.mc_lista_miast.mc_scroll_mask,'mc_bt_miasto',mcMain.MIASTA,this._name,mcMain.mc_listy.mc_scroll_up,mcMain.mc_listy.mc_scroll_down,bt_on_press);
      mcMain.mc_listy.alphaTo(100,0.5,'easeInQuad',0,hide_zakrywka);
    }
  };


Next thing to check would be:
lmiast = Number(parseInt(php_vars_load.liczba_miast));
And, well, liczba_miast value from the file...

Sandro Santilli <strk>
Group Member
Thu 10 Apr 2008 04:40:49 PM UTC, comment #3: 


SECURITY: Loading variables file from url: 'http://inpost.pl/swf/wojewodztwa.php?1918.97653508931'
DEBUG: HTTP response 200 from url http://inpost.pl/swf/wojewodztwa.php?1918.97653508931
ERROR: ActionLimits hit during advance: Loop iterations count exceeded limit of 65536. Last branch was from pc 5613 to 5542.. Disabling scripts

Sandro Santilli <strk>
Group Member
Thu 10 Apr 2008 04:37:12 PM UTC, comment #2: 

Just a note, I noticed scripts get disabled, so
an action limit must be hit here.
Adding traces to the SWF should tell us more about
where that happens.

Sandro Santilli <strk>
Group Member
Mon 24 Sep 2007 07:56:20 PM UTC, comment #1: 

It gets further than it used to: you can choose a region now, but then it gets stuck loading something. Debug output:

25130] 21:54:38: DEBUG: MovieClip value is a dangling reference: target level0.__tweenController_ was unloaded (looking for a substitute on the same target))

Benjamin Wolsey <bwy>
Group Member
Mon 21 May 2007 05:15:28 AM UTC, original submission:  

The Flash file http://inpost.pl/swf/punkty_sprzedazy.swf doesn't play, only the begenning is shown, and than from the map you should be able to choose a region, in Gnash it doesn't work.

Miernik <miernik>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bwy (Posted a comment)
  • -email is unavailable- added by strk (Updated the item)
  • -email is unavailable- added by miernik (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-07-22 bwy StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2008-04-16 strk StatusIn Progress Ready For Test
    2008-04-15 strk StatusConfirmed In Progress
    2008-04-10 strk Assigned toNone strk
    2008-04-10 strk CategoryNone ActionScript
    2007-05-21 strk StatusNone Confirmed
    2007-05-21 miernik Carbon-Copy- Added miernik

    Back to the top

    Powered by Savane 3.13-aa77.
    Corresponding source code