Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Open a new window for flash


Message #1 by Aleksej Heinze <hop-heinz@w...> on Fri, 10 May 2002 16:16:29 +0200
This goes on one line and opens the window:
<A href="/#"
onclick="window.open('The_Movie.html','movie',config='height=400,width=6
00,toolbar=no,menubar=0,resizable=yes')"></A>The_ Movie

This embeds the flash
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflas
h.cab#version=5,4,3,1" width="201" height="351" name="snowman1"
hspace="40" align="left">
						<PARAM name="scale"
value="exactfit">
						<PARAM name="movie"
value="The_Movie.swf">
						<PARAM name="quality"
value="autolow">
						<PARAM name="play"
value="false">
						<EMBED
src="The_Movie.swf" type="application/x-shockwave-flash" width="201"
height="351"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_P
rod_Version=ShockwaveFlash" quality="autolow" play="false"
name="snowman1" hspace="40" scale="exactfit" align="left">
					</OBJECT>

-----Original Message-----
From: Aleksej Heinze [mailto:hop-heinz@w...] 
Sent: Friday, May 10, 2002 7:16 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Open a new window for flash


Hello ;-) 

1. I wonder if there was a way of opening a new html window which would
contain a 600x400 flash movie and fit exactly in the window, so that
there is no address bar, tool bar or any other desruption? I saw that
the Jasc website http://www.jasc.com/products/psp/ uses this for Paint
Shop Pro product tour... But I can't understand how to do it... :(

2. Is there  a way to control the window so it is opened centered?

Thanks 

Alex


________________________________________________________________
Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! 
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13




---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20


  Return to Index