@verb #4980:"real1" any any any rxd #9223 @program #4980:"real1" any any any url = this.rurl mimetype = "audio/x-pn-realaudio-plugin" ObjectStyleID = 4 ContainerStyleID = 5 width = 300 height = 130 stylenum = this.stylesystem:get_style_by_id(ObjectStyleID)[1] if (this.stylesystem.rulebucket[stylenum]->height != tostr(height) + "pt" || this.stylesystem.rulebucket[stylenum]->width != tostr(width) + "pt") this.stylesystem:setparam(stylenum, "height", tostr(height) + "pt") this.stylesystem:setparam(stylenum, "width", tostr(width) + "pt") stylenum = this.stylesystem:get_style_by_id(ContainerStyleID)[1] this.stylesystem:setparam(stylenum, "border", "10pt blue groove") endif objnode = this:makeobjectnode(url, mimetype, ObjectStyleID) contained = this:makecontainernode("td", objnode, ContainerStyleID) player:tell(contained) "Last modified by Wingy (#9223) on Tue Jan 28 19:43:10 2003 MST." .