Embed pdf in 2.6.3

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
ABstraCT
Posts: 12
Joined: Wed Apr 28, 2010 4:21 pm

Embed pdf in 2.6.3

Post by ABstraCT »

Hi,

how can I embed a pdf ?

If i use e.g. :

Code: Select all

<embed src="FullScreenEmbed.pdf" width="500" height="375"/>
and paste via the html link, it is always converted to:

Code: Select all

<p>
<object width="500" height="375" data="FullScreenEmbed.pdf" type="application/x-shockwave-flash">
<param name="src" value="FullScreenEmbed.pdf" />
</object>
</p>
and I can not change the flash setting !

THANX

CU
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Embed pdf in 2.6.3

Post by Thorsten »

HI,

isn't it enough to add the PDF as attachment?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
ABstraCT
Posts: 12
Joined: Wed Apr 28, 2010 4:21 pm

Re: Embed pdf in 2.6.3

Post by ABstraCT »

Well yes, I was just wondering why it isn´t possible to embed other things then flash etc.

So it is not possible ?

THANX

CU
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Embed pdf in 2.6.3

Post by Thorsten »

Hi,

if the editor doesn't support it.... no. Sorry.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply