Hay all,

We're using real player embeded in a page to stream live media. but the 
buttons that it comes with
are not the best we want to change them to our own. Here is the code we 
put in how could i add
a tag to change the button to be a homemade image insteaed of the 
predefined images.
Thanks!


   
   <OBJECT
    ID=video1
    CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
    HEIGHT=20 WIDTH=45>
   <PARAM NAME="controls" VALUE="PlayButton">
   <PARAM NAME="console" VALUE="Clip1">
   <EMBED type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" 
CONTROLS="PlayButton"
    HEIGHT=20 WIDTH=45 AUTOSTART=false>
   </OBJECT>
   <OBJECT
    ID=video1
    CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
    HEIGHT=20 WIDTH=35>
   <PARAM NAME="controls" VALUE="StopButton">
   <PARAM NAME="console" VALUE="Clip1">
   <EMBED type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" 
CONTROLS="StopButton"
    HEIGHT=#myheight# WIDTH=#mywidth# AUTOSTART=false>
   </OBJECT>


Bill Wheatley
Director of Development
AEPS INC
www.aeps.com
Macromedia ColdFusion Alliance Consulting Partner
Macromedia ColdFusion 5.0 Certified Developer
954-472-6684 X303
ICQ: 417645

______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to