Page 1 of 1

Flash Placeholder absent

Posted: Mon Oct 03, 2011 5:42 pm
by nagan
Why don't I get Flash Placeholders in this site even though they are available in context menu.They seem to arrive after some maneuvring . http://www.ndtv.com/video/player/news/a ... ded/210928 and

http://www.ndtv.com/video/player/news/t ... ket/212286

FF6.0.2 NS 2.1.4

Re: Flash Placeholder absent

Posted: Wed Oct 05, 2011 2:25 pm
by nagan
Non-issue??

Re: Flash Placeholder absent

Posted: Wed Oct 05, 2011 3:32 pm
by dhouwn
Can reproduce.

You also get the following strange "Errors" in the error console?

Code: Select all

Error: uncaught exception: Error: Permission denied for <http://www.ndtv.com> to get property Proxy.InstallTrigger
Maybe related?

Re: Flash Placeholder absent

Posted: Wed Oct 05, 2011 6:29 pm
by al_9x
The player <object> is styled "display: none" (hence no placeholder) and is later toggled visible by script called from another flash object, geo.swf.

The page needs to be script allowed, then if you activate geo.swf (via the menu) the placeholder appears, then you can activate the player.

Re: Flash Placeholder absent

Posted: Thu Oct 06, 2011 2:18 am
by nagan
al_9x wrote:The player <object> is styled "display: none" (hence no placeholder) and is later toggled visible by script called from another flash object, geo.swf.

The page needs to be script allowed, then if you activate geo.swf (via the menu) the placeholder appears, then you can activate the player.
Even after allowing the page the flash object does not appear. If this is as per rule , might be NS has to make an exception , so that people know that a video file is hiding somewhere in this page.

Re: Flash Placeholder absent

Posted: Thu Oct 06, 2011 3:46 am
by al_9x
nagan wrote:
al_9x wrote:The player <object> is styled "display: none" (hence no placeholder) and is later toggled visible by script called from another flash object, geo.swf.

The page needs to be script allowed, then if you activate geo.swf (via the menu) the placeholder appears, then you can activate the player.
Even after allowing the page the flash object does not appear.
you missed a step, "then if you activate geo.swf (via the menu) the placeholder appears"

Re: Flash Placeholder absent

Posted: Thu Oct 06, 2011 11:42 am
by nagan
al_9x wrote:
nagan wrote:
al_9x wrote:The player <object> is styled "display: none" (hence no placeholder) and is later toggled visible by script called from another flash object, geo.swf.

The page needs to be script allowed, then if you activate geo.swf (via the menu) the placeholder appears, then you can activate the player.
Even after allowing the page the flash object does not appear.
you missed a step, "then if you activate geo.swf (via the menu) the placeholder appears"
Ok then .Where is the placeholder for geo.swf which is supposed to be present?

Re: Flash Placeholder absent

Posted: Thu Oct 06, 2011 5:41 pm
by al_9x
nagan wrote:Ok then .Where is the placeholder for geo.swf which is supposed to be present?
Its container div is styled to be outside the view port (i.e. invisible), so no visible placeholder.

Re: Flash Placeholder absent

Posted: Sat Oct 08, 2011 3:13 pm
by nagan
al_9x wrote: Its container div is styled to be outside the view port (i.e. invisible), so no visible placeholder.
I remember reporting a similar issue on some other page (of absent placeholder , but indicated in the context) and it was sorted out. Might be if it is similar Giorgio could make an exception. At least one would not be left clueless.

Re: Flash Placeholder absent

Posted: Mon Oct 17, 2011 12:00 pm
by nagan
Anything on this Giorgio?