corner image corner image
View Single Post
corner image corner image
  #17 (permalink)  
Old 22-07-2008, 23:39
RawRob's Avatar
RawRob RawRob is offline
A1 is my Second Home!
 
Join Date: Jun 2008
Location: London
Posts: 117
Thanks: 17
Thanked 18 Times in 17 Posts
One way of doing it is to just serve the .swf file directly, ie, if you go here http://www.inkcreative.co.uk/Website.swf then the site displays exactly how you want it. So now all you have to do is make this page display when people enter your url. The best way of doing this is if you have php available create the following file called index.php

PHP Code:
<?php
header
("Location: http://www.inkcreative.co.uk/Website.swf");
?>
(You will of course need to remove the old index.html file from the server otherwise this new php file will not display.)

Rob
__________________
Online raw food shop including Healthy Chocolate
Raw food recipes and wild food - Learn how to make healthy food that tastes great
Online art gallery
Reply With Quote
corner image corner image