-
21 Feb 2011 7:32 PM #1
Problem of MediaPanel
Problem of MediaPanel
Some MediaPanels in tabpanel.
With MediaPanel display PDF files.Each tag is a PDF.
But after the completion of the loading all PDF,I Switch the tags.
Some MediaPanels appear white screen.
Why???
var pdf_2 = new Ext.ux.MediaPanel({
id: 'pdf_2',
renderTo: document.body, //Ext.getBody(),
LoadMask: true,
border: false,
maximizable: true,
mediaCfg: {
mediaType: 'PDF'
, url: m_web_service + m_url1
, unsupportedText: 'No installation PDF'
},
mediaMask: true
});
Similar Threads
-
MediaPanel caching my swf!
By SpectralForz in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 23 Apr 2010, 1:16 PM -
Access video player API within MediaPanel
By andrewj in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 19 Nov 2009, 5:00 AM -
Syntax Error with IE6 and MediaPanel
By crpatrick in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 15 Dec 2008, 8:17 AM


Reply With Quote