0
switching quicktime with javascript
New Here
,
/t5/dreamweaver-discussions/switching-quicktime-with-javascript/td-p/1062582
Sep 05, 2006
Sep 05, 2006
Copy link to clipboard
Copied
I want to embed a video to a web page but I also want to add
a couple of hyperlinks using images that will change the src value
of the embed video to display the video from the selected hyperlink
which will indicate the new src file name so that it just changes
the movie to a new movie. Would this be done in JavaScript? If so,
can you point me to a site that gives me some examples on how to do
this. Thanks!
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/switching-quicktime-with-javascript/m-p/1062583#M149265
Sep 05, 2006
Sep 05, 2006
Copy link to clipboard
Copied
Sounds like your best bet would be to use Flash, but I'm not
really sure
what you're doing. WHat's your process (w/o the tech, what does the user
see and why?)
hth,
Jon
"crawford13" <webforumsuser@macromedia.com> wrote in message
news:edk5i0$4gj$1@forums.macromedia.com...
>I want to embed a video to a web page but I also want to add a couple of
> hyperlinks using images that will change the src value of the embed video
> to
> display the video from the selected hyperlink which will indicate the new
> src
> file name so that it just changes the movie to a new movie. Would this be
> done
> in JavaScript? If so, can you point me to a site that gives me some
> examples on
> how to do this. Thanks!
>
what you're doing. WHat's your process (w/o the tech, what does the user
see and why?)
hth,
Jon
"crawford13" <webforumsuser@macromedia.com> wrote in message
news:edk5i0$4gj$1@forums.macromedia.com...
>I want to embed a video to a web page but I also want to add a couple of
> hyperlinks using images that will change the src value of the embed video
> to
> display the video from the selected hyperlink which will indicate the new
> src
> file name so that it just changes the movie to a new movie. Would this be
> done
> in JavaScript? If so, can you point me to a site that gives me some
> examples on
> how to do this. Thanks!
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
crawford13
AUTHOR
New Here
,
/t5/dreamweaver-discussions/switching-quicktime-with-javascript/m-p/1062584#M149266
Sep 05, 2006
Sep 05, 2006
Copy link to clipboard
Copied
what i want to do is keep the user on the same page but
change the quicktime movie that is playing by clicking on a
thumbnail.
so far i am having no luck with this. i thought about flash which would be alot easier but the client doesn't want it like that.
so far i am having no luck with this. i thought about flash which would be alot easier but the client doesn't want it like that.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/switching-quicktime-with-javascript/m-p/1062585#M149267
Sep 05, 2006
Sep 05, 2006
Copy link to clipboard
Copied
🙂 sorry, the first post was just hard to read for some
reason.
Unless you either use flash (which is a 'large' movie) or construct the
thumbnails inside your Quicktime movie, it's not possible to do. You
*could* use an iframe, which is like a window in your site that would
'showcase' the picked movie, but it would actually refresh on it's one (just
not te rest of the page).
Otherwise, you coudl do it with a page refrewsh, or like mentioned use
Flash. You're going to need some type of containiner within that object to
control what gets loaded - if HTML does it then you're going to have to
refresh the page by the nature of the beast.
You might also mention to your client that Flash has much higher adoption
than Quicktime.
HTH,
Jon
Unless you either use flash (which is a 'large' movie) or construct the
thumbnails inside your Quicktime movie, it's not possible to do. You
*could* use an iframe, which is like a window in your site that would
'showcase' the picked movie, but it would actually refresh on it's one (just
not te rest of the page).
Otherwise, you coudl do it with a page refrewsh, or like mentioned use
Flash. You're going to need some type of containiner within that object to
control what gets loaded - if HTML does it then you're going to have to
refresh the page by the nature of the beast.
You might also mention to your client that Flash has much higher adoption
than Quicktime.
HTH,
Jon
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

