Look around of Panoramio doesn't work

Bug #622346 reported by enqd
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Lightspark
Fix Released
Medium
Unassigned

Bug Description

Hi, I tried to see Panoramio photos using the tool "Look around" and didn't work.

Try it here: http://nv0.panoramio.com/navigate.php?id=24032665

I think Lightspark shouldn't focus on Youtube or Vimeo as this services already has HTML5 support.

Changed in lightspark:
importance: Undecided → Medium
status: New → Confirmed
tags: added: websitesupport
Revision history for this message
Matthias Gehre (m-gehre) wrote :

Seems that Class_inherit::Class_inherit(name) gets called twice with "cityblock.flash.flash10.feature.vectortile:NameIcon".
Unfortunately I'm not familiar with the code.

Could one of the developers point me in some direction here?

Revision history for this message
Matthias Gehre (m-gehre) wrote :

This seems to be linked to bug 673385. panoramia is using flash from google street view.

Revision history for this message
Matthias Gehre (m-gehre) wrote :

After some debugging I got this:
The main swf (googlepano.150.swf) creates one class 'cityblock.flash.flash10.feature.vectortile:NameIcon',
then uses Loader.load to load module_overlay.150.swf, which also does
create a class named 'cityblock.flash.flash10.feature.vectortile:NameIcon'.

The current code for Loader.load() does not consider the second parameter of type LoaderContext
which has an property applicationDomain. By specifying a different application domain,
the loaded classes should not clash, as class definition only need to be unique within on applicationDomain.

Resolving this issue seems to require some effort as to me it seems that no applicationDomain concept is currently
in the code (is that right?).

Revision history for this message
Matthias Gehre (m-gehre) wrote :
Revision history for this message
Matthias Gehre (m-gehre) wrote :
tags: added: applicationdomain
Revision history for this message
Antti Ajanki (aajanki) wrote :

Panoramio is mostly working now. The screen flickers during updates and there are still some graphical glitches, but it is possible to navigate between the photos.

Changed in lightspark:
status: Confirmed → Fix Committed
Antti Ajanki (aajanki)
Changed in lightspark:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.