Youtube Screen
Rate Topic:




-
Group:
Subscriber*
-
Posts:
9
-
Joined:
30-January 11
Posted 19 March 2011 - 05:38 PM
After I installed the mobile skin for ipb 3.0.3 the media viewer shrank in size. It was ok before I added the youtube edit file. The viewer can not view the screen 425 x 344. I have recached, rebuilt posts, etc and nothing seems to work.
edit file
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/$2"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="quality" value="best">
<embed src="http://www.youtube.com/v/$2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>
Any ideas of how to make the screen as it was in the past?
site:
http://www.techpb.com/forum
0
-
Group:
Subscriber*
-
Posts:
9
-
Joined:
30-January 11
Posted 20 March 2011 - 02:06 AM
I got it working had to use:
<object width="425" height="355"><param name="movie" value="http://youtube.com/v/$2"></param><param name="wmode" value="transparent"></param><embed src="http://youtube.com/v/$2" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
0