Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Quicktime clip in a pop-up window?

Quicktime clip in a pop-up window?
Thread Tools
Junior Member
Join Date: Jan 2001
Location: Western North Carolina
Status: Offline
Reply With Quote
Apr 17, 2002, 09:47 AM
 
I would like to have a page with a few different video clips on it.
when you click on one of the clips, I would like a new window to pop open, and resize itself to the same size as the clip that it is playing.

Does anyone know how to do this in either GoLive or Dreamweaver?

Thanks
     
Fresh-Faced Recruit
Join Date: Mar 2002
Location: Brisbane, Australia
Status: Offline
Reply With Quote
Apr 18, 2002, 12:48 AM
 
Go to the Dreamweaver Exchange site and look for "JustSo Picture Window Extension"

It will open a popup window the same dimensions as your image. I'm not sure if video causes it any problems.
_ _ _______ _ _
is this where the signature goes?
     
Mac Enthusiast
Join Date: Jan 2001
Location: East of Belfast Furry Animal Sanctuary
Status: Offline
Reply With Quote
Apr 19, 2002, 03:29 AM
 
In go live 5 activate the link you want to open the window and then apply the open window action from the action palette to the HTML page that contains the Quicktime clip. There's a whole hunk of options in the palette menu to switch off all annoying menu bars etc.

Also you could put:
<body TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> in the body tag of the HTML page containing the QT clip to keep it snug! Not exactly W3c compliant but Apple uses it!
Torn apart by the wood peckers of mistrust t0 not have this happen 2 u visit guinea pig::the life of a mac designer::
     
Junior Member
Join Date: Jan 2001
Location: Western North Carolina
Status: Offline
Reply With Quote
Apr 19, 2002, 07:20 AM
 
Thanks....I'll give these ideas a try this weekend.

Here is another question:

Lets say that I have 4 video clips, and I want to set up 4 different icons that they can click on but have them all play from in the same location below the icons....I want the 4 icons in a row, and the video in a window right below the 4 icons.
Any ideas on this one?

Thanks
     
Mac Enthusiast
Join Date: Jan 2001
Location: East of Belfast Furry Animal Sanctuary
Status: Offline
Reply With Quote
Apr 19, 2002, 07:41 AM
 
well you could use frames or 4 versions of the same page with the same navigation icons, or maybe target cells in table although can't quite remember how to do that
Torn apart by the wood peckers of mistrust t0 not have this happen 2 u visit guinea pig::the life of a mac designer::
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Apr 23, 2002, 08:30 PM
 
sounds like a job for frames to me, unless you want to go the Flash route and export that way? frames is much easier though

regarding the original question, you'd be better off using a bit of simple javascript to kick your windows off, thus:

<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>&lt;SCRIPT LANGUAGE=<font color = red>"JavaScript"</font>&gt;
&lt;!--
function popup()
{popup = window.open(<font color = red>"punani.html"</font>,<font color = red>"RideIt"</font>,<font color = red>"height=<font color = blue>440</font>,width=<font color = blue>375</font>,toolbar=<font color = blue>0</font>,directories=<font color = blue>0</font>,menubar=<font color = blue>0</font>,status=<font color = blue>0</font>,resizable=<font color = blue>0</font>,location=<font color = blue>0</font>,scrollbars=<font color = blue>0</font>"</font>)
if (window.focus) {popup.focus();}
}
<font color = brown>//--&gt;</font>
&lt;/SCRIPT&gt;</font>[/code]


calling it like this:

&lt;a href="javascript opup()"&gt;&lt;b&gt;PUNANI!&lt;/b&gt;&lt;/a&gt;

for more, just use popup1, popup2, et cetera

that should work fine, assuming your QT.html page works fine. just resize as needed.

shout me if you need any more info

[edited to take the damn smiley out of the code, because i forgot the first time. doh!]

[ 04-23-2002: Message edited by: philzilla ]
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 10:31 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2