Here's a modified version of Mr Sander's scribd plugin.
Please go to
www.sourcetogo.com and look for:
a. Embedding a Scribd Document in Joomla - XML
b. Embedding a Scribd Document in Joomla - PHP
Save these source codes as .xml and .php, respectively, and use these files to replace the xml and php scripts in Mr Sander's plugin.
Instead of using the guid and placing it in between {scribd} and {/scribd}, look for the document id and access key from the embed code.
The document id and access key looks like this:
http://d.scribd.com/ScribdViewer.swf?
document_id=2627068&access_key=key-207rwel67022tcucrege&page=1&version=1&viewMode
To embed the Scribd document in your Joomla article, just code:
{scribd}document_id=2627068&access_key=key-207rwel67022tcucrege{/scribd}
Hope this helps!