Issues with H.264 and Flash Player and maybe more …
Hi Forum’s members
I have some issues to play H.264 in a Flash Player, but sure I have some issue with something else before.
I will start from the beginning.
I’m using the wonderful Spacey 1.3 theme in WordPress 2.5.1 (thanks M. Verdi!).
I looked at the “Showinabox: How To Install And Use VPIP” tutorial (thanks Ryanne!).
Because I liked the Flash Player I saw in this tutorial, I downloaded the JW Flash Player.
I followed the “unfortunately poor” JW Flash Player Installation instruction if you are not a “code jockey”, what I’m not.
After unzipping the 2 downloaded zip files, I was guessing I had to upload the player.swf and swfobject.js in the upload folder within the wp-content folder.
Maybe that is my first error?!?!
The JW Flash Player Installation instruction says:
Second, embed the player in your HTML page with these lines of code. If you place the files in different directories, make sure to set the references in this code accordingly:
<p id='preview'>The player will show in this paragraph</p>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','player','400','300','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=video.flv');
s1.write('preview');
</script>
Question: Where do I have to put these lines of code?
In some specific place in WordPress 2.5.1?
In some specific place in the Spacey 1.3 theme?
I was following step by step the “Showinabox: How To Install And Use VPIP” tutorial and after looking at the “MichaelVerdi-FlashH264205.mov”, I downloaded from the Adobe page the latest version of the “install_flash_player_osx.dmg” and updated my Flash Player.
After doing all these steps carefully, I could not see H.264 playing through any Flash Player.
Using the Flash Player coming with vPIP, I was just able to see the shape of the player with something looking like a wheel in the center, turning and turning and turning … but not a single frame of the H.264 movie uploaded on my server.
Using the JW Flash Player after re-setting the VPIP plugin, I saw nothing, not even the shape of the JW Flash Player, nothing. Just a white and empty space with a “close” icon somewhere on the top left.
I was reading carefully the different posts of this page but I have to confess that I’m too new in the WordPress world to pretend to find a solution to my issues.
Sorry for taking so much space in this page.
I hope somebody could bring some solution to my issues.
Best Regards