PHP Flash And TPL

This is a discussion on "PHP Flash And TPL" within the PHP Forum section. This forum, and the thread "PHP Flash And TPL are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 14th, 2007, 06:50
New Member
Join Date: Sep 2007
Location: larnaca cyprus
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Flash And TPL

HI All im new to PHP i took over a site which is basically a script and I have been editing it trying not to distroy it to much.

I have a problem not realy PHP Per say but you might know the answer.

Basically the site i run uses PHP i have created a Flash menu in the header.php which displays on all pages as its in an include.

OK well the problem is the website www.greenfieldcyprus.com is for property sales (i have spoken to the script support they still lokking at it) and once you have generated the list of of properties you access one which is actually using a .tpl file (ok so far ?) well when i generate the TPL all you see in the header is the place holder.

I have tried simply inserting the flash file into the header same result.

if i insert it in the TPL it show but because its a drop down menu i get a large white box plus it appears on the main page not the header.

the script to insert is here

<div id="color_id" >Menu Placeholder, If you can see this message and no Menu please refresh your page.</div>
<script type="text/javascript">
var fo = new FlashObject("greenfield.swf","color","960","210"," 6","#FFFFFF");
fo.addParam("menu","false");
fo.addParam("quality","best");
fo.addParam("salign","LT");
fo.addParam("scale","noscale");
fo.addParam("wmode", "transparent");
fo.write("color_id");
if (navigator.appName.indexOf("Microsoft")!= -1) {
document.color.style.position="absolute";
document.color.style.zIndex="10";
document.color.style.left="145px";
document.color.style.top="95px";
}else{
document.getElementById('color').style.position="a bsolute";
document.getElementById('color').style.zIndex="10" ;
document.getElementById('color').style.left="145px ";
document.getElementById('color').style.top="95px";
}
</script>

OK please help for an example of what is displayed http://www.greenfieldcyprus.com/List...ments/157.html

thanks all awaiting your response
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sr. Flash Developer > SynCruiser Flash Widget ipanema Job Opportunities 0 Apr 10th, 2008 23:20
Flash Designer (Central London, Flash, Flash Games, Flash banners, 22K-28K) CapitalStrategy Job Opportunities 0 Aug 13th, 2007 09:39
Flash Designer (Central London, Flash, Flash Games, Flash banners, 22K-28K) CapitalStrategy Job Opportunities 0 Aug 13th, 2007 09:04
playing flash within flash with slow internet connection bejamshi Flash & Multimedia Forum 4 Jan 19th, 2007 02:07


All times are GMT. The time now is 07:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43