How do I link a photoshop-slice to a song and let a timeline appear underneath the image?
hi everybody!
the think need 'song timeline' appear underneath image , song playing..
can me achieve this?
thanks lot!
greets
use html5 <audio> tag. you'll need render 2 versions support latest browsers , mobile devices.
<audio controls>
<source src="yoursong.ogg" type="audio/ogg">
<source src="yoursong.mp3" type="audio/mpeg">
</audio>
also, ensure server configured support mime files types .ogg , .mp3.
nancy o.
More discussions in Dreamweaver support forum
adobe

Comments
Post a Comment