Author Topic: Can someone give idea?  (Read 2169 times)

jod806

  • Newbie
  • Posts: 1
Can someone give idea?
« on: September 26, 2010, 07:30:23 am »
I'm making this site:

http://awordfromjoe.com

And as you can see at the top I have "Featured" section which we show our latest videos at first. Well the theme has a custom section where you insert the embed code (like the youtube embed)....but I'd much rather use the videos on my server/podcast to put in the featured section.

My problem is, I don't know what code to put so that the Blubrry player will be there. So when I go to create a new post, I have an option on mine thanks to my theme to put some embed code like, so it says:
"Video Object"
and I put:

Code: [Select]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="play" value="false" /><param name="src" value="http://www.youtube.com/v/LNT4szIdKkQ&feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/LNT4szIdKkQ&feature" play="false"></embed></object>

And that will give me the youtube video at the top in my "Featured" section.

I've tried putting the
Code: [Select]
[powerpress] short code in there, but all I'd end up getting is the shortcode, not any video file. When I look at my page and I view the source for my player I see:

Code: [Select]
<div class="powerpress_player" id="powerpress_player_3448">
<a href="http://awordfromjoe.com/SOMEDIR/FILENAME.mp4" title="Play" onclick="return powerpress_embed_quicktime('powerpress_player_3448', 'http://awordfromjoe.com/SOMEDIR/FILENAME.mp4', 320, 240, 'tofit' );"><img src="http://awordfromjoe.com/testsite/wp-content/plugins/powerpress/play_video_default.jpg" title="Play" alt="Play" /></a></div>

On a test site I put that into the same spot and basically got the outcome I was looking for.....so I guess I answered my question, but is there anything else than basically knowing that?

That and change the "320" and "240" to the width and height I want?