In this board you can talk about general questions about phpMyFAQ
Moderator: Thorsten
-
ABstraCT
- Posts: 12
- Joined: Wed Apr 28, 2010 4:21 pm
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:
Post
by Thorsten »
HI,
isn't it enough to add the PDF as attachment?
bye
Thorsten
-
ABstraCT
- Posts: 12
- Joined: Wed Apr 28, 2010 4:21 pm
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:
Post
by Thorsten »
Hi,
if the editor doesn't support it.... no. Sorry.
bye
Thorsten