Quote:
Originally Posted by Annapurna
pdf works with {$p1} Thanks! question: is it possible to increase the quality of the pdf? And wouldn't it be easier to define an iframe instead pdfmenot?
|
The quality is handled on PDFMeNot's end, so we wouldn't be able to adjust that. PDFMeNot is actually converting your PDF into Flash for readability. An iframe wouldn't necessarily give you better controls, nor would it be necessarily be easier to read, especially for those that don't want their viewer that large.
Alternatively, you could try uploading your PDF's to
www.scribd.com. They're kind of a YouTube for documents type site and also supported in my Master XML.
Quote:
Second issue: wmv, I've PMed you login datas for you to see it yourself.
A.
|
Go into your WMV definitions and lets test something. I have some HTML code in the title of the definition. It doesn't really serve any purpose other then to make the title of the definition bold and italicized in the AME CP. For some reason, either your server or something in vBulletin will strip out the last few characters if the name is too long. Since I have HTML in their, it's showing up as incomplete when a video is posting and likely the cause of your problem.
You can do one of two things. The closing
</b> tag is missing it's closing bracket:
</b You can try and put that
> back in there and save it and see if it doesn't get stripped out again, or you can remove the HTML in the title altogether:
<b><i>TITLE HERE
</i></b>. (Or you can try putting the bracket back and just shortening the name)