Need html help with Real Audio

C

Christopher

I've got a couple of rm's that I have streamed nicely, but no controls
show up, so the user cannot adjust the sound or start and stop the
video...How do I do this? Right now I have the following:

<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="320"
height="240"
id="RVOCX">
<param name="src"
value="http://www.anything_you_want.com/memoryanddreams.rm">
<param name="autostart" value="true">
<param name="controls" value="imagewindow">
<param name="console" value="video">
<embed
src="http://www.anything_you_want/memoryanddreams.rm"
width="320"
height="240"
type="audio/x-pn-realaudio-plugin"
autostart="true"
controls="imagewindow"
console="video">
</embed>
</object>


Thanks a lot for any help!
Chris
####################################################################################
World War II Aircraft photos & articles: # Need a gift? Get 'em a poster! #
http://www.luciddreams.com/aircraft # http://www.luciddreams.com/posters #
####################################################################################
 
T

Toby A Inkster

Christopher said:
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="320"
height="240"
id="RVOCX">

Firstly, you might want to consider adding:

data="http://www.anything_you_want.com/memoryanddreams.rm"
type="audio/x-pn-realaudio-plugin"

so that non ActiveX browsers can understand it.


Secondly, the way to do this sort of thing is often to just simplify.
Remove the width and height attributes of object. Remove these parameters:

<param name="autostart" value="true">
<param name="controls" value="imagewindow">
<param name="console" value="video">

(and the equiv from your weirdo <embed> tag)

and see what happens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top