Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 01:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help]Website SWF Problem

Discussion on [Help]Website SWF Problem within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
Faith.'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 558
Received Thanks: 145
[Help]Website SWF Problem

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..
Attached Images
File Type: jpg Untitled-1.jpg (28.7 KB, 11 views)
Faith. is offline  
Old 06/02/2010, 00:13   #2
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 539
I can't see everything since I'm on my itouch lol go ahead and try putting a another /div and then a br
.Ash is offline  
Thanks
1 User
Old 06/02/2010, 00:24   #3
 
Faith.'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 558
Received Thanks: 145
Already Theres a div between the SWF and Div .
But ok i will Give a try and put a br

Edit: Made several trying but always it mess the whole thing :/ idk why
Faith. is offline  
Old 06/02/2010, 01:30   #4
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 539
and does "http://www.elitepvpers.com/forum/images/menu_effect_new.swf" Exist?
.Ash is offline  
Thanks
1 User
Old 06/02/2010, 01:44   #5
 
Faith.'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 558
Received Thanks: 145
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>
Faith. is offline  
Old 06/02/2010, 01:57   #6
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 539
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..
.Ash is offline  
Thanks
1 User
Old 06/02/2010, 02:43   #7
 
Faith.'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 558
Received Thanks: 145
So its a width and height Problem ?
And how to fix it .. ?
Faith. is offline  
Old 06/02/2010, 04:43   #8
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 539
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"
.Ash is offline  
Old 06/02/2010, 04:51   #9
 
King_Arthur's Avatar
 
elite*gold: 246
Join Date: Jan 2008
Posts: 1,712
Received Thanks: 895
Since there is already good discussion here:

#Moved
King_Arthur is offline  
Old 06/02/2010, 13:29   #10

 
Sui2k's Avatar
 
elite*gold: 0
Join Date: Feb 2006
Posts: 7,735
Received Thanks: 3,454
y moved to the technical support?

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

go away ...

#moved
Sui2k is offline  
Old 06/03/2010, 14:56   #11

 
x]vIrus[x's Avatar
 
elite*gold: 37
Join Date: Apr 2004
Posts: 2,154
Received Thanks: 250
yes, through your moving the thread around people cant find it anymore D;
x]vIrus[x is offline  
Reply


Similar Threads Similar Threads
Website problem
02/26/2010 - EO PServer Hosting - 15 Replies
I am trying to set up a website for my server, but when a friend tries to access it, he can't see the website, the page either times out or says it cannot be displayed. But I can see the site just fine on my computer. I have port forwaded 80 on my router and McAfee fire wall, but it hasn't helped. Anyone know something that might help? I can put a picture of ports or anything if needed. Edit: I am using wamp
problem bei website
09/01/2009 - General Coding - 4 Replies
hey, ich habe ein Problem mit meiner Website, undzwar wenn ich sie bearbeite (ich nehme ConTEXT, und ziehe dann die html-datei von mir in den browser und aktualisiere dann einfach immer =]) geht die Seite wunderbar ! Aber wenn ich dann (ich habe meine eigene domain gemacht bei do*.tk) auf die Seite gehe funktioniert sie nicht -.-" bitte helft mir ich verzweifle langsam :( ... Lg Errors
[Help] Website problem?
03/18/2009 - EO PServer Hosting - 0 Replies
hey everybody.... since noone else knows whats wrong nor do i, however i know whats wrong but have no idea to fix it... my problem is Since port 80 is a notorious unsafe port i changed the default http server port. Since i did that it has to be... 2.2.2.2.2:port/whatever and when trying to make that into one of those free web domains for now it gives me 502 proxy error, but i know it's working because i access it from other places all the time. any ideas? :) thanks:handsdown:
i have problem with mysro website
02/01/2009 - SRO Private Server - 3 Replies
when i try in to mysro.cn for registar he show me that http://www.zix.co.il/images/z-319305977.JPG my friend registar ti ecsro from this website so i try too but nothing :\ someone cab hlpe me?plz^^
problem with my p server website
10/16/2008 - CO2 Private Server - 17 Replies
okay i use appserver and i put selected files in WWW and server runs great but unfourtuinnly other people cant get to it http://5.57.131.246/index.php



All times are GMT +2. The time now is 01:24.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.