I have embedded a simple swf video on my site:
http://elenipappageorge.com
Everything works fine on my local machine but the swf file, located at
http://elenipappageorge.com/mov/nurse.swf, does not load from my server.
I am certain that the file paths are correct and that the file on the server is correct. The embed code is below:
<object type='application/x-shockwave-flash' data='mov/nursing.swf' width='300' height='195'>
<param name='movie' value='mov/nursing.swf' />
<param name='quality' value='high' />
<param name='bgcolor' value='#ffffff' />
<param name='play' value='true' />
<param name='menu' value='true' />
<embed src="mov/nursing.swf" bgcolor=#ffffff width="300" height="195" name="nurse" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Thanks in advance for your thoughts.
-Alex