Log in

View Full Version : how to post pps?


rapidphim
09-08-2008, 02:11 PM
Is there away that we can bbcode to post pps on the forum?

Lynne
09-08-2008, 03:15 PM
Ummmm, what is "pps"?

SEOvB
09-08-2008, 03:20 PM
powerpoint extension i beleive.

And if there is code to embed PPS into a website, then you should be able to generate a BBcode from it.

I'm pretty sure there is, as there is a plugin available for browsers to view powerpoint files online. So if you find the code to embed them, we can tell you the code to make with bbCode manager.

Lynne
09-08-2008, 04:05 PM
powerpoint extension i beleive.http://img480.imageshack.us/img480/1662/doh4jw.gif

rapidphim
09-08-2008, 04:45 PM
I found a website to upload pps then, I used my bbcode to display the pps file.

Here is the website:
http://www.scribd.com/

Lynne
09-08-2008, 04:55 PM
As FRDS said, what we need is the embed code. Like this:
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_471234679401104" name="doc_471234679401104" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="100%"> <param name="movie" value="http://documents.scribd.com/ScribdViewer.swf?document_id=5561393&access_key=key-74cqjwkq9etej3vd6p5&page=&version=1&auto_size=true&viewMode="> <param name="quality" value="high"> <param name="play" value="true"> <param name="loop" value="true"> <param name="scale" value="showall"> <param name="wmode" value="opaque"> <param name="devicefont" value="false"> <param name="bgcolor" value="#ffffff"> <param name="menu" value="true"> <param name="allowFullScreen" value="true"> <param name="allowScriptAccess" value="always"> <param name="salign" value=""> <embed src="http://documents.scribd.com/ScribdViewer.swf?document_id=5561393&access_key=key-74cqjwkq9etej3vd6p5&page=&version=1&auto_size=true&viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_471234679401104_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" height="500" width="100%"></embed> </object><div style="font-size:10px;text-align:center;width:100%"><a href="http://www.scribd.com/doc/5561393/Next-Generation-Mobility-Now-WP-Sprint-Nextel">Next Generation Mobility Now WP (Sprint Nextel)</a> - <a href="http://www.scribd.com/upload">Upload a Document to Scribd</a></div><div style="display:none"> Read this document on Scribd: <a href="http://www.scribd.com/doc/5561393/Next-Generation-Mobility-Now-WP-Sprint-Nextel">Next Generation Mobility Now WP (Sprint Nextel)</a> </div>
From observation of several different pages, you see it is the title, with dashes between words, that gets you the page. I suppose you could use the title, with dashes, as the {param} and the actual title as an {option}?