This is a discussion on quicktime new window php within the PHP General forums, part of the PHP Programming Forums category; Hi, How is it possible to have a hyper link open a new quicktime window BRgds, kNish...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
kNish wrote:
> How is it possible to have a hyper link open a new quicktime window You can't guarantee it because it's a client-side decision that you have no control over. You basically link to a file and the browser decides what app to open it with. You don't get a choice. -Stut -- http://stut.net/ |
|
|||
|
At 5:26 PM +0530 11/23/07, kNish wrote:
>Hi, > > How is it possible to have a hyper link open a new quicktime window > > >BRgds, > >kNish Not sure if this is what you are looking for or not, but if your html code looks like <a href="link-to-page" target=_top>page name</a>, the page will open in either a new page or a new tab. That choice is dependent on the local browser configuration. -----===== Bill =====----- -- Do not confuse liberty with license. |
|
|||
|
Hi,
Given that a pc has quicktime loaded, how is it possible to have a hyper link open a new quicktime window. i.e. a window that has a .mov file playing. Along with it, it has the play stop pause options too. BRgds, kNish On 11/24/07, marco <marco.freeman@gmail.com> wrote: > you mean's that just open a quicktime window ? expect with a clip? > > 2007/11/23, kNish <singhai.nish@gmail.com>: > > > > Hi, > > > > How is it possible to have a hyper link open a new quicktime > > window > > > > > > BRgds, > > > > kNish > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > |
|
|||
|
kNish wrote:
> Hi, > > Given that a pc has quicktime loaded, how is it > possible to have a hyper link open a new quicktime window. i.e. a > window that has a .mov file playing. Along with it, it has the play > stop pause options too. this is nothing to do with php. please find a suitable HTML or JS mailing list for such questions. > > BRgds, > > kNish > > On 11/24/07, marco <marco.freeman@gmail.com> wrote: >> you mean's that just open a quicktime window ? expect with a clip? >> >> 2007/11/23, kNish <singhai.nish@gmail.com>: >>> Hi, >>> >>> How is it possible to have a hyper link open a new quicktime >>> window >>> >>> >>> BRgds, >>> >>> kNish >>> >>> -- >>> PHP General Mailing List (http://www.php.net/) >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> > |
|
|||
|
This isn't related to php, so i think you should ask somewhere else...
Anyway, to answer your question, if I may, you can't guarantee what you're asking: that's because most browsers will open a new browser window containing a player which IS Quicktime, but has a different appearance. IMHO the only way to be sure that the video will be opened with Quicktime is to have the user download it using some "Save linked file..." option and then opening it. On Nov 24, 2007, at 2:17 PM, kNish wrote: > Hi, > > Given that a pc has quicktime loaded, how is it > possible to have a hyper link open a new quicktime window. i.e. a > window that has a .mov file playing. Along with it, it has the play > stop pause options too. > > BRgds, > > kNish > > On 11/24/07, marco <marco.freeman@gmail.com> wrote: >> you mean's that just open a quicktime window ? expect with a clip? >> >> 2007/11/23, kNish <singhai.nish@gmail.com>: >>> >>> Hi, >>> >>> How is it possible to have a hyper link open a new >>> quicktime >>> window >>> >>> >>> BRgds, >>> >>> kNish >>> >>> -- >>> PHP General Mailing List (http://www.php.net/) >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> >> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > |