Wanted: Flash Htlm Page Reward: 500

vannilacoke7

New Member
Messages
23
Reaction score
0
Points
0
THE PROBLEM:

So I was editing my website in CPanel one day and I accidentally deleted the index.html file. This file was as you know important and it had all the meta tags and customized stuff and such which could be simply could be replaced. So I uploaded the index page that came with the Photon Template from FlashVillage.com. But now the page doesn't work. The flash doesn't load and if it does come up it doesn't come up right. For the first time it said I needed AC_RunActiveContent.js. So I uploaded that and it still doesn't work. I have tried using other tutorials for making a index.html page for a flash website. But I JUST NEED HELP NOW. If you can help thank you.

www.technicolorcanvas.com

TASK:

I need someone to make a index.html page for flash. I just need the flash file embedded in the page. I simply need the code. If it works I will transfer the credits. The name of the swf file is index.swf.
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
Try this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
   <HEAD>
      <TITLE>Title of Page</TITLE>
      ***META TAGS GO HERE***
   </HEAD>
   <BODY BGCOLOR="#000000">
      <object width="550" height="400">
<param name="movie" value="index.swf">
<embed src="index.swf" width="550" height="400">
</embed>
</object>
   </BODY>
</HTML>

Of course, you must
Delete ***META TAGS GO HERE*** and replace with your own.
Change BG Color to the background color of your flash.
Change dimensions on Embed to the dimensions of index.swf
Please PM me for additional help. :)
 
Last edited:

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
The flash part of the site doesn't work for me, first it got stuck at 19% and after i refreshed it I couldn't see anything. I'm using Firefox 3 on Mac just so you know my specs...
 

gamerdude

New Member
Messages
101
Reaction score
0
Points
0
I'll make one for you. I just need to know what metadata you need me to add.
 
Top