Hi
I am using Jdeveloper 11.1.2.4.0 for ADF development.
I have 2 files
-
Audio.jspx
-
Player.html
I have included Player.html file into Audio.jspx like below
Audio.jspx
<af:form id="f1">
**\<jsp:include page="/Player.html"/>** // This Player.html having player to play sound.
</af:form>
When I run Audio.jspx, audio file is not playing audio. But if i run "Player.html" individually its working properly as i am expected.i.e audio file is playing.
Anybody help me on this? I have attached Player.html file content.
Note : I have audio file is in same path which is having my Audio.jspx file.
And this same logic is working in jspx when i create application as custom application. If i create application as Fusion Web Application i am facing this issue.
