i´d like to use this code with drupal.

i´d like to know how i can bring the presentation to drupal.

thanks.

oskar

Comments

coreb’s picture

What is "slideshare"? I've never heard of it, and you haven't given me any way to learn what it is.

oskar_calvo’s picture

Hello coreb, sorry by the delay

slideshare is a web aplications that let people to share power point or similar documents in internet.

the becemo the *.ppt files to a flash file, I´d like to know how to bring the files to flash.

this is the source they give to put in the file:

tk object type="application/x-shockwave-flash" data="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=58411&doc=introd..." width="425" height="348" kt

tkparam name="movie" value="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=58411&doc=introd..." /kt

tk/object kt

i take out the "<" and ">" by "tk" and "kt"

oskar

gestión del conocimiento y de la información con software libre

coreb’s picture

It look all you need to do is Copy/Paste what the give you into a page on your site.

If you are trying to download the file to your server, you can't. They're routing it through their own flash file to play the document.

oskar_calvo’s picture

I took the source that give the web, but it don`t work, i not complety sure.

I will try to do the same with a html editor, althought i don´t like to use them in drupal.

I´ll tell what i get and how i get it.

thanks

oskar

gestión del conocimiento y de la información con software libre

coreb’s picture

Are you using the "Full HTML" filter when you post? If you aren't using that option, that is probably what's causing the problem.

If you are admin it should show below the box that you type the info into.

oskar_calvo’s picture

I took the source that give the web, but it don`t work, i not complety sure.

I will try to do the same with a html editor, althought i don´t like to use them in drupal.

I´ll tell what i get and how i get it.

thanks

oskar

gestión del conocimiento y de la información con software libre

oskar_calvo’s picture

I took the source that give the web, but it don`t work, i not complety sure.

I will try to do the same with a html editor, althought i don´t like to use them in drupal.

I´ll tell what i get and how i get it.

thanks

oskar

gestión del conocimiento y de la información con software libre

tsaorin’s picture

You can use the "video_filter" module, adding this code:

http://drupal.org/node/374817

(For version 5)