基本上將photo station 4的blog中嵌入影片的object tag這段code補足完整的url即可.
在原始的二個include前面加加例如http://a33.tw/blog/即可:
修改前:
修改後:
原始的object tag:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="Flash_1292815081137" width="480" height="385"> <param name="src" value="include/v&dir=MV&file=CIMG0622.MOV" /> <param name="wmode" value="transparent" /> <param name="wmode" value="transparent"> <embed type="application/x-shockwave-flash" width="480" height="385" src="include/v&dir=MV&file=CIMG0622.MOV" wmode="transparent" wmode="transparent"> </embed> </object>
修改後的object tag:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="Flash_1292815081137" width="480" height="385"> <param name="src" value="http://a33.tw/blog/include/v&dir=MV&file=CIMG0622.MOV" /> <param name="wmode" value="transparent" /> <param name="wmode" value="transparent"> <embed type="application/x-shockwave-flash" width="480" height="385" src="http://a33.tw/blog/include/v&dir=MV&file=CIMG0622.MOV" wmode="transparent" wmode="transparent"> </embed> </object>
如果你發現用Assistant轉檔後的影片,在嵌入後無法撥放,那你可能是遇到這個問題.