Pre loader Page modification
Started by tany, Jun 02 2007 11:38 AM
1 reply to this topic
#1
Posted 02 June 2007 - 11:38 AM
I want to make the logo the button used to enter the site and I want to make it bigger than the space given. When I open the preloader page I see my logo(small) over the words ENTER. I want to make the logo take up the Center of the page and also be the enter button. I am attaching what it looks like now. I want the logo the size of the red circle.
#2
Posted 02 June 2007 - 12:33 PM
tany...you have to open "preloader.swi" with SWiSHmax and adjust it's size and content there and then export as HTML+SWF because the size variables for the swf file are contained in the HTML coding - or change the swf dimensions manually.
If you export as HTML - the default script of "index.html" will have changed and the JavaScript, to open "mainmenu.html" into a full window will have gone - so best to change the HTML code manually via "Notepad" or "WordPad"...eg, the dimensions are marked in red:
[quote]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="600" height="150" >
<param name="movie" value="preloader.swf">
<param name="bgcolor" value="#999999">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="allowscriptaccess" value="samedomain">
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="600" height="150" src="preloader.swf"
bgcolor="#999999" quality="high"
menu="false"
swLiveConnect="true" allowScriptAccess="samedomain">
</embed>
</object>[/quote]
The "ENTER" button is part of the HTML code and it has to stay that way in order for the JavaScript to work.
wolf
If you export as HTML - the default script of "index.html" will have changed and the JavaScript, to open "mainmenu.html" into a full window will have gone - so best to change the HTML code manually via "Notepad" or "WordPad"...eg, the dimensions are marked in red:
[quote]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="600" height="150" >
<param name="movie" value="preloader.swf">
<param name="bgcolor" value="#999999">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="allowscriptaccess" value="samedomain">
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="600" height="150" src="preloader.swf"
bgcolor="#999999" quality="high"
menu="false"
swLiveConnect="true" allowScriptAccess="samedomain">
</embed>
</object>[/quote]
The "ENTER" button is part of the HTML code and it has to stay that way in order for the JavaScript to work.
wolf
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














