[Help]Website SWF Problem

06/01/2010 23:42 Faith.#1
Well the Problem is i had a .Swf file that i wanted to Put it on the Site , There was Already one i just edited the New ones name and Replaced it with the Old one:


PHP Code:
        </div>
        <
div class="flash">
        <
object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" style="width: 995px; height: 532px">
    <
param name="movie" value="http://www.elitepvpers.com/forum/images/menu_effect_new.swf" />
    <
param name="quality" value="High" />
    <
param name="wmode" value="transparent" />
    <!--
这里代码可使Flash背景透明 -->
    <
embed src="http://www.elitepvpers.com/forum/images/menu_effect_new.swf" width="700" height="410" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
  </
object
But after doing this the Flash was Replaced yea But the Bottons didnt Work After Repalcing the new one :

PHP Code:
        <div class="flash">
        <
object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" style="width: 995px; height: 532px">
    <
param name="movie" value="http://www.elitepvpers.com/forum/images/menu_effect_new.swf" />
    <
param name="quality" value="High" />
    <
param name="wmode" value="transparent" />
    <!--
这里代码可使Flash背景透明 -->
    <
embed src="http://www.elitepvpers.com/forum/images/menu_effect_new.swf" width="700" height="410" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
  </
object>

        </
div>
        <
ul>
                                <
li class="fmenu1 first1"><a href="index.htm"><strong>Home</strong></a></li>
                                <
li class="first2"><a href="Downloads.htm"><strong>Downloads</strong></a> </li>
                                <
li class="first3"><a href="Register.htm"><strong>Register</strong></a> </li>
                                <
li class="first4"><a href="xiazai.htm"><strong>Froums</strong></a> </li>
                                <
li class="first5"><a href="kefu.htm"><strong>Ranks</strong></a> </li>
                                <
li class="first6"><a href="huikuan.htm"><strong>Donate</strong></a> </li>
                            </
ul>



        </
div>

        </
td>
    </
tr>
</
table
I Need help how to make them work with the new Swf.

Thanks..
06/02/2010 00:13 .Ash#2
I can't see everything since I'm on my itouch lol go ahead and try putting a another /div and then a br
06/02/2010 00:24 Faith.#3
Already Theres a div between the SWF and Div .
But ok i will Give a try :D and put a br

Edit: Made several trying but always it mess the whole thing :/ idk why
06/02/2010 01:30 .Ash#4
and does "http://www.elitepvpers.com/forum/images/menu_effect_new.swf" Exist?
06/02/2010 01:44 Faith.#5
idk wtf is this O.o

Code:
<table border="0" cellspacing="0" cellpadding="0" width="986" height="541" align="center">
	<tr>
		<td height="541" valign="top" style="background:url('images/bg2.jpg')">
		<div class="nav">
		<div class="go">
		<a href="index.htm"></a>
		</div>
		<div class="flash">
		<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" style="width: 995px; height: 532px">
    <param name="movie" value="images/menu_effect_new.swf" />
    <param name="quality" value="High" />
    <param name="wmode" value="transparent" />
    <!--这里代码可使Flash背景透明 -->
    <embed src="images/menu_effect_new.swf" width="700" height="410" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
  </object>
</div>

		
		<ul>
								<li class="fmenu1 first1"><a href="index.htm"><strong>Home</strong></a></li>
								<li class="first2"><a href="Downloads.htm"><strong>Downloads</strong></a> </li>
								<li class="first3"><a href="Register.htm"><strong>Register</strong></a> </li>
								<li class="first4"><a href="xiazai.htm"><strong>Froums</strong></a> </li>
								<li class="first5"><a href="kefu.htm"><strong>Ranks</strong></a> </li>
								<li class="first6"><a href="huikuan.htm"><strong>Donate</strong></a> </li>

							</ul>



		</div>

		</td>
	</tr>
</table>
06/02/2010 01:57 .Ash#6
Quote:
Originally Posted by [Devil] View Post
idk wtf is this O.o

Code:
<table border="0" cellspacing="0" cellpadding="0" width="986" height="541" align="center">
	<tr>
		<td height="541" valign="top" style="background:url('images/bg2.jpg')">
		<div class="nav">
		<div class="go">
		<a href="index.htm"></a>
		</div>
		<div class="flash">
		<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" style="width: 995px; height: 532px">
    <param name="movie" value="images/menu_effect_new.swf" />
    <param name="quality" value="High" />
    <param name="wmode" value="transparent" />
    <!--这里代码可使Flash背景透明 -->
    <embed src="images/menu_effect_new.swf" width="700" height="410" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
  </object>
</div>

		
		<ul>
								<li class="fmenu1 first1"><a href="index.htm"><strong>Home</strong></a></li>
								<li class="first2"><a href="Downloads.htm"><strong>Downloads</strong></a> </li>
								<li class="first3"><a href="Register.htm"><strong>Register</strong></a> </li>
								<li class="first4"><a href="xiazai.htm"><strong>Froums</strong></a> </li>
								<li class="first5"><a href="kefu.htm"><strong>Ranks</strong></a> </li>
								<li class="first6"><a href="huikuan.htm"><strong>Donate</strong></a> </li>

							</ul>



		</div>

		</td>
	</tr>
</table>


HTML Code:
<table border="0" cellspacing="0" cellpadding="0" width="986" height="541" align="center">
	<tr>
		<td height="541" valign="top" style="background:url('images/bg2.jpg')">
		<div class="nav">
		<div class="go">
		<a href="index.htm"></a>
		</div>
		<div class="flash">
You made a Table and inserted a Image(bg2.jpg) to it, and linked it to main page(index.htm)

HTML Code:
<div class="flash">
		<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" style="width: 995px; height: 532px">
    <param name="movie" value="images/menu_effect_new.swf" />
    <param name="quality" value="High" />
    <param name="wmode" value="transparent" />
You put a Flash(menu_effect_new.swf)...

HTML Code:
<embed src="images/menu_effect_new.swf" width="700" height="410" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
  </object>
</div>
Its saying display menu_effect_new.swf with width as this size and height as this size and If the user doesn't have Flash, Download it here.. and closed the division.. and Home, Forum those things are a menu..
06/02/2010 02:43 Faith.#7
So its a width and height Problem ?
And how to fix it .. ?
06/02/2010 04:43 .Ash#8
Quote:
Originally Posted by [Devil] View Post
So its a width and height Problem ?
And how to fix it .. ?
Yup i know what you trying to add, Its width="1003" height="450"
06/02/2010 04:51 King_Arthur#9
Since there is already good discussion here:

#Moved
06/02/2010 13:29 Sui2k#10
y moved to the technical support?

It's an Problem with webcreating not an hardware issue ... oO *confused*

go away ...

#moved
06/03/2010 14:56 x]vIrus[x#11
yes, through your moving the thread around people cant find it anymore D;