IFrame Modal problem

When I click on an IFrame Modal link that opens a YouTube video page there's no picture only the audio is playing. I use FF 2.0.0.8 and IE6. Somebody please tell me how could I solve this problem.

Posted October 22nd, 2007 at 8:48am by gabor.hu

same problem here.

Here's the code :


new Control.Modal(node, {
                opacity: 0.8,
                width: 500,
                height: 500,
                contents:function(){return '

bla

';} });

I only can see the

bla

.

Where is the problem ? How to solve it ?

thx ww

Posted December 4th, 2007 at 5:18am by worldwide

One more time with no element formatting :

new Control.Modal(node, { opacity: 0.8, width: 500, height: 500, contents:function(){return '

bla

';} });

Posted December 4th, 2007 at 5:19am by worldwide

argh !

Retry whith the HTML formatting code :


bla

';} /*contents:function(){return '

Posted December 4th, 2007 at 5:21am by worldwide

ok bye

Posted December 4th, 2007 at 5:21am by worldwide

Login or Register to Post