Posted June 4, 200816 yr How do i upload audio files on to Quicktime, for listening while streaming and download? Example: This file ThanQs in Advance
June 5, 200816 yr I think the file should be a .mov or .mp4 format to open with Quicktime!or in the site you posted, they have a code which makes the .mp3 file to open with Qt.
June 5, 200816 yr Author I think the file should be a .mov or .mp4 format to open with Quicktime!or in the site you posted, they have a code which makes the .mp3 file to open with Qt.
June 5, 200816 yr try this <!-- Quicktime Start--><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="130" height="20" codebase="http://www.apple.com/qtactivex/qtplugin.cab"><param name="autoplay" value="true" /><param name="controller" value="true" /><param name="kioskmode" value="true" /><param name="src" value="my_music.mp3" /><embed src="my_music.mp3"height="20" width="130"type="video/quicktime"autoplay="true"controller="true"kioskmode="true"pluginspage="http://www.apple.com/quicktime/download"/></object> <!-- Quicktime End--> edit the line <embed src="my_music.mp3" and type your name file! hope that helps! if not, search google !
June 10, 200816 yr Is we save this file in html or its a php script ? Why not he use Quick time ? I mean its not like a normal that he play his media file via page lol . Anyway thanks for the code
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.