[問題] 請教swf內嵌影片來源檔位置問題

看板Flash作者 (望月)時間17年前 (2008/08/26 11:07), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
這邊是原始網頁 http://www.sas-fan.net/iamyoursinger/movie/VICL-39330-01fullF.html 查看html原始碼,只能看到裡面有一個「full01.swf」檔案,只是這個檔案 並非影片本身。 將此swf檔案反解為fla檔之後,得到內容如下: ================ function playVideo() { ns = new NetStream(nc); VideoPlay.attachVideo(ns); ns.play("v-02078"); } // End of the function nc = new NetConnection(); nc.onStatus = function (res) { if (res.code == "NetConnection.Connect.Success") { trace ("接續成功"); playVideo(); } else { trace ("接續失敗"); } // end else if }; nc.connect("rtmp://fms-jvcmusic.stream.co.jp/jvcmusic/_definst_"); ================ 因看不出影片檔所在位置,曾經使用類似Orbit Downloader之類的工具 下載,亦告失敗;想請高手幫忙看一下,應如何看出這個影片的原始檔 案所在URL。 另外還有一個同性質的swf檔,檔名是tvspot.swf,也請幫查詢媒體檔所在位置~ 已將swf檔及fla檔壓縮完上傳至網路空間 http://www.badongo.com/file/11052045 感謝高手協助:) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.132.132.143 PHILOSOMA:轉錄至看板 ask 08/27 02:08
文章代碼(AID): #18itD-z2 (Flash)
文章代碼(AID): #18itD-z2 (Flash)