How to "Deep Link" within a video
Here is what you need to do if you would like an embedded YouTube video to start at a time within the video.
You need to change the embed code
you
get from YouTube
from this...
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="390" src="http://www.youtube.com/embed/RlSSy8K_Gos" frameborder="0" allowFullScreen></iframe>
To this:
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="390" src="http://www.youtube.com/embed/RlSSy8K_Gos#t=1m45s" frameborder="0" allowFullScreen></iframe>
The addition of the red code
at the end of the code
causes the video to start
a 1 minute and 45 seconds
Check out how this video starts at the 1
minute
and 45 seconds point
One more thing. If you have an old embed code,
I am pretty sure you'll see 2 instances of the YouTube url.
Be sure to change both instances.
Another great tip from Frank Noschese
Linking to a specific page within a pdf file
Here's the direct link to the solution document (end in .pdf): http://www.nysedregents.org/Physics/20100622rgw.pdf But I want to link directly to page 6, where the Part C solutions start on page 6.
So I just add "#page=6" to the end of the .pdf link http://www.nysedregents.org/Physics/20100622rgw.pdf#page=6