I guess I found the answer.. setting the param Scale to "noBorder" and then adjusting the modifying width attribute crops the video to the extent we want.
I have a SWF file which I'm planning to embed in my HTML using OBJECT tag.
How, I don't want to show some part of the right side of the SWF file (video of a college event.. the audience...
Sorry. I have logged out of the site the other day and completely forgot about this thread.
I have copied your code and tried with a simple program. Pls find below the one with which...
This issue has been solved sometime back. So.. updating it with the result :-)
Actual Errors were suppressed in the class.smtp.php. There are series of errors
1) There is no need to provide...
It depends on how you're planning to parse the data in ajaxRequest.responseText
there are various functions like split, replace, join etc which you may need to look at. Also, this would be simple if...
This thread not only resolved your issue(atleast as of now), but also unturned some of my wrong concepts..on which I need to do some reading
thanks to your question :)
as far as I understand, that header(XML declaration part) doesn't matter. Only the encoding which you use while the saving the file matters.
e.g. when u save an XML file to your disk, you need to...
Is this because my windows firewall is turned on? Will this cause any problem?
As the exchange server is located in the LAN in which my machine is present, will it be of any problem?
I have tried that option as well. I tried giving the following values for host
$host="10.32.161.194";
$host="ssl://10.32.161.194";
$host="tls://10.32.161.194";
$host="http://10.32.161.194";...