hello
I am having a doubt that when i embed .rm or .wmv file i am able to see a player and it is working fine but when i change the file to .swf same with type=application/..flash i am unable to see anything, can u give me some idea on it why it is causing that problem.
i tried giving it like this
<p><embed src="/Portals/0/lancer.swf" width="340" height="230" scale="exactfit" play="true" loop="true" menu="true" wmode="transparent" quality="1" type="application/x-shockwave-flash"></embed></p>
<p><embed src="lancer.swf" width="340" height="230" scale="exactfit" play="true" loop="true" menu="true" wmode="transparent" quality="1" type="application/x-shockwave-flash"></embed></p>
file is at location /Portals/0/lancer.swf
but when i am giving a .rm or .wmv its working fine
<div><embed src="somesong.rm" width="340" height="230" scale="exactfit" play="true" loop="true" menu="true" wmode="transparent" quality="1" type="application/x-shockwave-flash"></embed></div>
please reply soon