Web Development Logs
Find articles, news and reviews about latest technologies.


Welcome Guest !
please login or register a new free account.


Home | Archives | Submit Article | Top Rated | Advance Search | Contacts Us | Rss Feeds

    Main Categories
» Free downloads
» General Blog
» Google Adsense
» Scripting languages
» Search Engines
» Web Designing

  More Options
» Most read articles
» Most rated articles

   Subscription
Subscribe now and receive free articles and updates instantly.
» Your name » Your Email

titles description    advance search
Published : April 29, 2006 | Author : Ali Roman
Category : Scripting languages | Total Views : 1173 | Rating :

  
I have replied a hundred times this question, so I thought why not to post it here. Next time if I found any question related to this topic I will delete it immediately. :@ Update : well I was really mad at that time :) its oldie you know..

If you want your movie to stretch with the browser size, it will fit in any screen resolution. use the following code

CODE

<html>
<head>
</head>
<title>SWiSH-DB --> Best Designers' Community</title>
<body bgcolor="#FFFFFF" rightmargin=0 leftmargin=0 topmargin=0 bottommargin=0 scroll=no>
<embed src="index.swf" width="100%" height="100%" align="top" scale="exactfit"></embed>  
</body>
</html>

Replace index.swf to whatever your movie is.

and for example if you dont want your movie(SWF) to stretch and you dont want scrollbars then change the height and width of your movie like this..
CODE

<html>
<head>
</head>
<title>SWiSH-DB --> Best Designers' Community</title>
<body bgcolor="#FFFFFF" rightmargin=0 leftmargin=0 topmargin=0 bottommargin=0 scroll=no>
<embed src="index.swf" width="800" height="600" align="top"></embed>  
</body>
</html>

I assume your movie size was width=800 and height=600
Most of the people use FRAMES to achieve this functionality, so you can also do it with frames.

hope it helps..
- Ali..




1 2 3 4 5
please rate this article     Poor
Excellent    
Most viewed articles in Scripting languages category

Retrieving data from MySQL database using php
Creating simple contact form using swishmax and php
Creating dynamic combo list with PHP and MySQL
Creating simple percentage preloader with swishmax
Saving data to a text file with swishmax and php
Most recent articles in Scripting languages category

Saving data to a text file with swishmax and php
Creating dynamic combo list with PHP and MySQL
Retrieving data from MySQL database using php
Establishing connection with MySQL using php
Creating table using MySQL database

 Visitor's Comments !

there are no comments...


    Random Pick
Just a litlle about me...

    Statistics
» Total Articles
72
» Total Authors
96
» Total Views
116319
» Total categories
6

Delete cookies set by this site | Top   

Article Manager by Flaxweb
Copyright 2006 © Flax Article Manager v1.1