Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have included a dewplayer which is an audio player in my project the player is visible but while playing any audio i am getting error as object doesnt support this property or method what is the reason for this and how can i solve it?
Posted
Comments
Jameel VM 24-Jun-13 3:27am    
this is because of the javascript api you put. Maybe the property or method not in that js file else the file you are put in to view is not a exact position.
Naga KOTA 24-Jun-13 6:15am    
hi,

Just check the code

<object type="application/x-shockwave-flash" data="dewplayer.swf" width="200" height="20" id="dewplayer" name="dewplayer">
<param name="movie" value="dewplayer.swf" />
<param name="flashvars" value="mp3=test.mp3" />
<param name="wmode" value="transparent" />
</object>

with above lines and check whether you have passed the parameters and calling of parameters .
call the script file in your page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900