| Author |
Message |
Singachea fourth grade
Joined: 19 Nov 2005 Posts: 258
|
Posted: Sat May 13, 2006 11:24 pm Post subject: How to embed .swf and .pdf in WordPress? |
|
|
Hi guys,
I only used to embed .swf and .pdf in a simple page. What is the easiest way to embed those objects in Wordpress?
How is to use JavaScript in Wordpress?
|
|
| Back to top |
|
 |
guitarman fourth grade
Joined: 04 Nov 2005 Posts: 726
|
Posted: Sun May 14, 2006 12:54 am Post subject: |
|
|
what version you use? For Version 2.0, try
Users>uncheck the "Use the visual rich editor when writing" in the Personal Options section.
You need to scroll all the way down to see that section.
|
|
| Back to top |
|
 |
Singachea fourth grade
Joined: 19 Nov 2005 Posts: 258
|
Posted: Sun May 14, 2006 1:08 am Post subject: |
|
|
I tried already, but it seems very difficult to control the html script in Wordpress. Anyway, you can you give an example?
|
|
| Back to top |
|
 |
triumph second grade
Joined: 19 Apr 2006 Posts: 94
|
Posted: Mon May 15, 2006 1:23 am Post subject: |
|
|
| Quote: |
<object type="application/x-shockwave-flash data="YOURMOVIE.swf"
width="600" height="300">
<param name="movie"
value="YOURMOVIE.swf" />
<!-- OPTIONAL<img src="noflash.gif"
width="200" height="100" alt="" /> OPTIONAL-->
</object> |
Try something like that and see. The optional tag is for an image to display if they do not have flash.
|
|
| Back to top |
|
 |
guitarman fourth grade
Joined: 04 Nov 2005 Posts: 726
|
Posted: Mon May 15, 2006 8:24 pm Post subject: |
|
|
triumph is right. BUT one thing to note: REMOVE all the extra space between each tag i.e. <object.....><param.../><sth.../><sth.../></object>
Otherwise, wordpress will just replace those space with < br >
|
|
| Back to top |
|
 |
Singachea fourth grade
Joined: 19 Nov 2005 Posts: 258
|
Posted: Tue May 16, 2006 12:28 pm Post subject: |
|
|
Brother, can you explain a bit more? Remove all extra space? I did follow the steps given by triumps on my machine, but the page stuck showing layer by layer. I don't know what's wrong with that.
|
|
| Back to top |
|
 |
guitarman fourth grade
Joined: 04 Nov 2005 Posts: 726
|
Posted: Tue May 16, 2006 8:45 pm Post subject: |
|
|
Chea, the best way is to check my blog at http://www.sokhodom.com and right click to view the source code. (I've embedded a few movie clips and flash).
Do remember this also:
Users>uncheck the "Use the visual rich editor when writing" in the Personal Options section.
By the way: Nice New site you got there 
|
|
| Back to top |
|
 |
tinny_cat second grade
Joined: 19 May 2006 Posts: 62 Location: cambodia
|
Posted: Fri May 19, 2006 6:27 pm Post subject: Re: How to embed .swf and .pdf in WordPress? |
|
|
Hi,
I don't know how to use JavaScript in Wordprocessor too but if you want to embed Shockwave flash in Microsoftword just folow these steps:
- open ms word
- goto to View --> Toolbar --> Choose the Control Toolbox
- click on More Control Icon and choose Shockwave Flash Object from the list. (1)
- After choosing it will appear a box in ms word. Right Click on it and choose Properties
- In the properties dialogbox, you can click on (Custom) and then a button appear on the box with symbol "...".
- click on it and it will come out another dialogbox
- Type you flash movie path in the Movie URL textbox
- Tick the Embed Movie checkbox and click ok
- close the properties window and lick on the Exit Design Mode Icon on the Control Toolbox.
- Save and enjoy your work.
* Note
(1) If you cannot find the shockwave flash control, you should goto install flash control object from Macromedia flash control.
are there any question please contact me. 
|
|
| Back to top |
|
 |
triumph second grade
Joined: 19 Apr 2006 Posts: 94
|
Posted: Sun May 21, 2006 11:32 pm Post subject: |
|
|
Tinny_Cat, I think they were asking about Wordpress which is a blogging script used to publish a blog on a website.
|
|
| Back to top |
|
 |
Travel
Joined: 22 Feb 2008 Posts: 1
|
|
| Back to top |
|
 |
|