Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Movie Size Problems with Flash 4

Status
Not open for further replies.

mccreaj

IS-IT--Management
May 5, 2000
4
DE
Hi - just wondering how to be sure that all browsers see your flash movie properly.&nbsp;&nbsp;Even though I have set the movie to display as a percentage rather than in terms of pixels, I still see it differently on different monitors (it's too big on some (you have to scroll around to see it all), but okay on others.&nbsp;&nbsp;Pourquoi??<br><br>appreciate any help!!
 
When I want to put my movie in a regular browser window I am using these settings:<br><br>752 x 450<br><br>published at 100 %<br><br>take a look <A HREF=" TARGET="_new"> I use javascript like most of other programmer to open a new window <A HREF=" TARGET="_new"> <p>Jean Boucher<br><a href=mailto:boucherjean@videotron.ca>boucherjean@videotron.ca</a><br><a href=
 
When I want uniformity over different browsers, I use the size of 712x430. This does leave out the folks with 640x480 resolution, though. Otherwise you can use this JavaScript inside your HTML to popup a new window with your custom sizes.<br><br>&lt;a href=&quot;yourPage.htm&quot; target=&quot;popup&quot; onclick=&quot;window.open('yourPage.htm', 'targetName','width=712, height=430'); return false&quot;&gt;yourLink&lt;/a&gt;<br><br>You can specify any width and height in the above lines. <br><br>Thanks!<br>Madhavan
 
to play your movie full-screen, use the following html-source:<br><br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;title&gt;limone multimedia solutions&lt;/title&gt;<br>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br>&lt;/head&gt;<br><br>&lt;body bgcolor=&quot;#000000&quot;&gt;<br>&lt;div align=&quot;center&quot;&gt;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;<A HREF=" TARGET="_new"> width=&quot;97%&quot; height=&quot;97%&quot; align=&quot;middle&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;SRC&quot; value=&quot;flash.swf&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;QUALITY&quot; value=&quot;high&quot;&gt;<br> &lt;param name=&quot;menu&quot; value=&quot;false&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;embed src=&quot;flash.swf&quot; menu=false pluginspage=&quot;<A HREF=" TARGET="_new"> type=&quot;application/x-shockwave-flash&quot; width=&quot;97%&quot; height=&quot;97%&quot; quality=&quot;high&quot; align=&quot;middle&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/embed&gt; <br>&nbsp;&nbsp;&lt;/object&gt; &lt;/div&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top