I want to embed a video on my page, and this comes in a code, but when just simply paste this on my page, it won't work. I've done this before with iframes, and this works instantly. How do I get this code_Stack Overflow中文网
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I want to embed a video on my page, and this comes in a code, but when just simply paste this on my page, it won't work. I've done this before with iframes, and this works instantly. How do I get this code
I want to embed a video on my page, and this comes in a code, but when just simply paste this on my page, it won't work. I've done this before with iframes, and this works instantly. How do I get this code also working?
this is the code
<object width="450" height="237"><param name="movie" value="http://www.traileraddict.com/emd/72497"></param><param name="allowscriptaccess" value="always"><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.traileraddict.com/emd/72497" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" width="450" height="237" allowFullScreen="true"></embed></object>
I'm currently have ~4500 file 2MB with .001, .002 .
I want to remove 2 parts first and 2 parts last (mean remove 001,002 and two last parts
Now I have file from .003, .004
How can I change 003 to 001, 004 to 002, 005 to 003?
好的,这对我来说很好。你的代码没问题