Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

i am facing a issue : video in quik time palyer is zooming and it cut off from sides

Code is



var qtobj = "<object id='contentPlayer' style='position:relative;top:0;left:0;' width='100%' height='100%'";

qtobj += " >";

qtobj += "<embed name='contentPlayer' id='contentPlayer' style='position:relative;top:0;left:0' width='480px' height='250px'";

qtobj += " src='' ";

qtobj += " type='video/quicktime' target='QuickTimePlayer'";

qtobj += " qtsrc='" + url + "'";

qtobj += " scale='ASPECT' autoplay='true' bgcolor='#000000'";

qtobj += " enablejavascript='true'";

// IF CLIP

if (IsClipPage) {

qtobj += " starttime='" + seekTime + ":00'";

}

else {

qtobj += " starttime='00:00:" + seekTime + ":00'";

}

//qtobj += " starttime='00:00:" + seekTime + ":00'";

qtobj += " controller='false'";

qtobj += " showlogo='false'";

qtobj += " wmode='transparent'";

//qtobj += " href='javascript:function(){}'";

qtobj += " /> </object>";











I use scle property but it not working

Windows 8, in all browser speacially in crome

Posted on Apr 3, 2013 5:39 AM

Reply
2 replies

i am facing a issue : video in quik time palyer is zooming and it cut off from sides

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.