The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Audio swf file template design
jane_doe
post Apr 7 2014, 12:57 PM
Post #1





Group: Members
Posts: 7
Joined: 13-March 14
Member No.: 20,528



Hello!

I'm having some trouble with the player i want to embed. I want to make it look pretty, with fancy buttons , the list of traks and stuff like that. Are there more options available for this if i use the audio html5 tag? If so, how can i add buttons and images? This is the code i've got so far.

CODE
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" type="application/x-shockwave-flash" data="player.swf">
       <param name="audio" value="player.swf" />
       <param name="play" value="false">
       <param name="bgcolor" value="#461B7E"/>
       <param name="quality" value="high"/>    
       <param name="scale" value="showall"/>
       <param name="allowfullscreen" value="true" />      
       <param name="allowscriptaccess" value="always" />
       <param name="flashvars" value="buffertime=3&skin=rowafed.xml&plugins=metaviewer-1&metaviewer.position=top&metaviewer.size=100&file=http://live-zen.distinct.ro:8000&streamer=rtmp://live-zen.distinct.ro/shoutcast&provider=rtmp&autostart=true"/>
       <embed
          type="application/x-shockwave-flash"
          id="player1"
          name="player1"
          src="player.swf"        
          bgcolor="#461B7E"
          height= "200px"
          width="350px"
          wmode="window"
          quality="high"
          allowscriptaccess="always"
          allowfullscreen="true"
          flashvars="buffertime=3&skin=rowafed.xml&plugins=metaviewer-1&metaviewer.position=top&metaviewer.size=100&file=http://live-zen.distinct.ro:8000&streamer=rtmp://live-zen.distinct.ro/shoutcast&provider=rtmp&autostart=true"
        />
        </object>


Please, take a look at it. I would really need some help.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Apr 7 2014, 01:07 PM
Post #2


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



i recommend JWPlayer, you can make playlists with pictures, etc.,

It uses html5 audio/video when the browser supports it, and falls back to flash in older browsers. Which means unlike your flash approach it will work in mobile devices.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jane_doe
post Apr 7 2014, 01:51 PM
Post #3





Group: Members
Posts: 7
Joined: 13-March 14
Member No.: 20,528



I see here it doesn't support swf files. Should i convert it to mp3 or something?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Apr 7 2014, 01:53 PM
Post #4


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



I would use h264 for video and mp3 or mp4 for audio.
They should have recommendations there as to the best filetypes.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 08:37 PM