Posted by Nehmo on 02/10/07 07:55
On
http://sketchup.google.com/gsu5vtviewer.html#id=27
The video for the Rotate Tool lesson works okay when I click on it,
but I want to link directly to it.
Looking at the source of the page there's a section corresponding to
the Rotate video link:
videos[22] = {title: "Rotate Tool",
link: "Mod_B2-rotate_tool.swf",
section: 0};
This apparently means that the name of the flash file is:
Mod_B2-rotate_tool.swf
Later on that page, there is this:
// path to where videos are hosted (with trailing slash)
var path = "http://download.sketchup.com/videos/su5videos/";
But when I combine that var path with the link, I get
http://download.sketchup.com/videos/su5videos/Mod_B2-rotate_tool.swf
But placing that in the Firefox address box gets me nothing.
I want to create a link directly to the Rotate Lesson video. How do I
assemble the URL?
--
(||) Nehmo (||)
[Back to original message]
|