var ph = document.getElementById("ph_video_1304401"); 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/784/1304401_6d4923fc9f2480c5a49b302761db82c0&buffer=6&lang=ja&maxvideo=0&domain=http://photozou.jp&user_id=784&album_id=176500&photo_id=1304401&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);