Audio Player

Hi!
it’s possible to do some kind of audio player with scriptcase v5.1?
i really like to include an audio player in a grid.
Please help.

Re: Audio Player

I never tryed, but i think that isnt hard.

Just try to add a html code to do that.

Assuming that {my_field_mp3} has the path to the mp3 file

Add this code on the onRecord event:

{my_field_mp3} = “<embed src=”". {my_field_mp3} ."" width=“300” height=“42” ></embed>";

Look on the google for the html embed code.

Re: Audio Player

hikiboy,
refer the below post, would help you
http://www.scriptcase.net/forum_en_us/index.php?topic=1642.0

Regards
Dhana

Re: Audio Player

This topic is a little bit different. Is not the image that he want to show … but if the field is an mp3 player, i believe that he want to display a html mp3 player.

Re: Audio Player

diogo,
I agree, but i am trying to create link to open files like PDF and why not Audio files…! and Let me try

Regards
Dhana

Re: Audio Player

Thanks for the response.
I will try in that ways. and i will let you know the result.

Thanks a lot!

Re: Audio Player

OK, I have the same need, but my requirement is that the user will not be able to download a mp3 file when clicking on an icon. Instead I want t record with the filename, and then when the user clicks on a file(or icon representing a file) it will start playing audio (either in the same or popup window). I’m assiming there will be no records without file-name (path).

How can I implement it ?

Arthur

PS>
I attached a sceenshoot from one of my Joomla sites. It has a JS component which lists files from the folder and allow to play…
something like this would be nice!

SC6_question12.jpg

still unresolved
has anybody succedd with this ?

Art

Well, I would do the following: First would create an “iframe” to implement the application generated by Scriptcase after the “iframe” put a Player Jquery (http://www.jplayer.org/latest/demos/)

I really would like to have a record with the PLAY button and be able to click and play sound. Anybody thinks it is possible ?

Arthur

Yes, it is possible with Javascript, search on google there is already so ready!