Post Mon Nov 29, 2010 8:33 pm

flash player doesn't work

Hi everyone,

I'm new to blogger and have been trying out the tutorial on how to insert a flash player in my blog. this is what I have done so far:

1. Under the Design section, I hit edit html and entered the following code in the head section:

<script language='Javascript' src='http://comp.uark.edu/~ctudor/Audio/audio-player.js'/>

2. Then, in the html of my post, I inserted the following code:

<object type="application/x-shockwave-flash" data="http://comp.uark.edu/~ctudor/Audio/player.swf" id="audioplayer1" height="24" width="290">

<param name="movie" value="http://comp.uark.edu/~ctudor/Audio/player.swf">

<param name="FlashVars" value="playerID=1&amp;soundFile="http://comp.uark.edu/~ctudor/Audio/CTudor_Podcast.mp3">

<param name="quality" value="high">

<param name="menu" value="false">

<param name="wmode" value="transparent">

</object>

Unfortunately, I keep getting "file not found" when I click on the play button. Any thoughts as to what I am doing wrong?

Thanks!

DB