Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@ import Qt4.7 import QtMultimediaKit 1.1
Audio { id: audio source: “<url>” }
PlayButton{ onClicked: { audio.play() } }
ProgressBar{ progress: audio.position maximumValue : audio.duration } @ this doesnt work, says : out of memory allocating blah blah blah bytes how can i fix this up ?
Which platform are you on? How big is the file you're trying to play?
Windows 7 and using Qt Creator 2.4.1 based on Qt 4.7.4 The file is just some 21 megs in size