GadgetAddicted
New member
Hey folks,
I'm new to web development. I recently downloaded a flash template, got a domain name, hosting server etc... The whole website is flash based: www.saadphotography.ca.
The problem is that notice when you open up the page, the title is Saad Photography as I said in the index.html file in the title section. But then when another flash elements gets called or if I go to another tab WITHIN the flash program, the title changes!!!
I want it to stay as Saad Photography and NOT change. How do I do this??
Here is part of the code from index.html:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Saad Photography</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="src/swfobject.js"></script>
<script type="text/javascript" src="src/swfaddress.js"></script>
<script type="text/javascript" src="src/swfmacmousewheel2.js"></script>
<script type="text/javascript">
var vars = {};
var params = { scale:'noScale', salign:'lt', menu:'false', allowfullscreen:'true'};
var attributes = { id:'indexm', name:'indexm' }; // give an id to the flash object
swfobject.embedSWF("index.swf", "flashContent", "100%", "100%", "9.0.0", "src/expressInstall.swf", vars, params, attributes );
swfmacmousewheel.registerObject(attributes.id);
Please help!!!
What flash code exactly do you need? There's a whole lot of components. Every tab on my website is a different flash component. What do you suggest?
I'm new to web development. I recently downloaded a flash template, got a domain name, hosting server etc... The whole website is flash based: www.saadphotography.ca.
The problem is that notice when you open up the page, the title is Saad Photography as I said in the index.html file in the title section. But then when another flash elements gets called or if I go to another tab WITHIN the flash program, the title changes!!!
I want it to stay as Saad Photography and NOT change. How do I do this??
Here is part of the code from index.html:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Saad Photography</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="src/swfobject.js"></script>
<script type="text/javascript" src="src/swfaddress.js"></script>
<script type="text/javascript" src="src/swfmacmousewheel2.js"></script>
<script type="text/javascript">
var vars = {};
var params = { scale:'noScale', salign:'lt', menu:'false', allowfullscreen:'true'};
var attributes = { id:'indexm', name:'indexm' }; // give an id to the flash object
swfobject.embedSWF("index.swf", "flashContent", "100%", "100%", "9.0.0", "src/expressInstall.swf", vars, params, attributes );
swfmacmousewheel.registerObject(attributes.id);
Please help!!!
What flash code exactly do you need? There's a whole lot of components. Every tab on my website is a different flash component. What do you suggest?