slinkyaroo1 Posted March 19, 2011 Report Share Posted March 19, 2011 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 Link to comment
slinkyaroo1 Posted March 20, 2011 Author Report Share Posted March 20, 2011 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> Link to comment
Recommended Posts