Hello,

I've purchased an Flash XML template 2 years ago and never actually used it. Now, when I decided to use it, I've encountered couple of problems and can't solve them by myself as I'm still quite new to all this. I can't get in touch with the template author (his website doesn't exist anymore), so I can't get any help from him. Here are my problems:

PROBLEM 1:

I would like to center the text of my page title and page slogan, but everything I tried gave no results. My page code starts as:

<?xml version="1.0" encoding="UTF-8"?>
<swf>

<layout bgwidth="980" bgheight="555" bg_color="0xf1f1f1" bg_alpha="0.9"/>

<icon color="" alpha="0.5"></icon>
<head text="This is my page TITLE" color="0xd10c27"/>
<slogan text="This is my page slogan." color="0x313845"/>

So, is there any way to center this text from XML file, or do I need to modify AS files or Flash files?

PROBLEM 2:

I can't figure out how to display a copyright symbol © on my Flash XML website. I tried every possible code I found online, but no results. Here is how my footer file looks like:

<footer bgcolor="0xfdfdfd" bgalpha="0.9" glowcolor="0x6a3c34" textyoffset="2" ><![CDATA[<font color="#000000" size="11">Copyright © 2013 - My Website - All rights reserved.</font>]]></footer>

I tried directly with © symbol, I tried to replace it with &#169; and also with &copy; but no success. Any ideas how to do this?

PROBLEM 3

If I want to test my template/website in my computer to see how the new changes look like, and I click and open directly SWF file, everything works perfect. If I click and open the index.htm file in Google Chrome and in Firefox, everything works perfect. But,... if I click and open index.htm file in Internet Explorer the template doesn't open properly.

The template opens up and I can see the page header with logo and with complete menu, and I can see footer, but the page content is not there, it's like invisible, and that part of page is completely empty. Actually, the only thing I can see on the part where the content suppose to be is the page slider on the right side. I can click on the menu and open different pages, but the page content is NOT visible. If I open a page that contains the sample video, I can hear the sound of the video, but the page is empty. I'll try to upload the screen snapshot image so you can see how it looks like. See attachments.

I don't know if this problem will be the same once I upload the template to my hosting account.

NOTE: I understand that Internet Explorer is far away from perfect, but I believe the problem is in my template not in Internet Explorer. I have maybe around 30 Flash XML templates in my computer and they ALL open up normally in Internet Explorer. The problem that I have is ONLY with this particular template.

My original index.htm file that came with template looks like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<style type="text/css">
body {
background-color: #ffffff;
}
</style></head>
<head>
<title>This is my website title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="images/favicon.ico" />

<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/swfaddress.js"></script>
<script type="text/javascript" src="js/swfmacmousewheel2.js"></script>

<script>
var attributes = { id:'testObject', name:'testObject' };
swfobject.embedSWF('website.swf', 'website', '100%', '100%', '9','js/expressinstall.swf', {XMLSource:'config.xml', domain: '*'}, {allowfullscreen: "true", allowscriptaccess: 'always', bgcolor: '#ffffff', menu: 'false'}, {id: 'website'});
</script>

<!--[if !IE 8]>
<script>
swfmacmousewheel.registerObject('website');
</script>
<![endif]-->

</head>

<body style="margin:0px;overflow:hidden">

<div id="website">
<p>In order to view this page you need Flash Player 9+ support!</p>
<p>
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
</p>
</div>
</body>
</html>

Anyone can help me PLEASEEEEEEE....

I have very little to nothing knowledge about Flash or about Action Script. I do have Adobe CS5 programs, but I don't know much about editing Flash or AS files. So, if I have to do any editing in this files, please be very specific....

Thanks for reading this post. Have a great day. Bye

Mike

Firefox.jpgInternet_Explorer.jpgChrome.jpg