var ph = document.getElementById("ph_video_1988232"); var width = ph.getAttribute("width"); var height = ph.getAttribute("height"); var time = ph.getAttribute("time"); var url = 'http://photozou.jp/player/UnohMoviePlayer.swf?url=http://photozou.jp/bin/stream/9414/1988232_0297c060414a34b4388c39fec44a1f3a&buffer=6&lang=ja&maxvideo=0&domain=http://photozou.jp&user_id=9414&album_id=236324&photo_id=1988232&w=' + width + '&h=' + height + '&time=' + time; var param = document.createElement("param"); var obj = document.createElement("object"); param.setAttribute("name", "movie"); param.setAttribute("value", url); obj.appendChild(param); obj.setAttribute("data", url); obj.setAttribute("type", "application/x-shockwave-flash"); obj.setAttribute("width", width); obj.setAttribute("height", height); ph.appendChild(obj);