flash button

Status
Not open for further replies.

trana

New Member
Messages
7
Reaction score
0
Points
0
Hey
Uploaded my site in Cpanel but my flash buttons won't show up, but they work in the web browser if I open the site from my computer, please help Im totally new to this
http://youranime.x10hosting.com/

/ thanks in advance, Trana
 

supersaf

New Member
Messages
49
Reaction score
0
Points
0
Your files might be hosted locally on your computer and not on the X10 servers.

Can you give some more information?

Do you mean that it works when you access the site, http://youranime.x10hosting.com/ through your computer but it doesn't work when using someone else's computer?

I think I know what you mean but I might completely have the wrong end of the stick!:)
 

trana

New Member
Messages
7
Reaction score
0
Points
0
I uploaded everything in the Cpanel to the /public_html folder.
I meant that it works locally, you know when I just open the index file in my computer but not online.
"Your files might be hosted locally on your computer and not on the X10 servers."
I dunno ^^
Think I need help with the hosting :drool:
 

DarkDragonLord

New Member
Messages
782
Reaction score
0
Points
0
well
ive checked ur source code and is sure WEIRD to not say anything else.
Code:
<div class="home">
<script language="javascript">
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '105',
			'height', '72',
			'src', 'Home',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'Home',
			'bgcolor', '#ffffff',
			'name', 'Home',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'Home',
			'salign', ''
			); //end AC code
	}

</script>
<noscript>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="105" height="72" id="Home" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="Home.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="Home.swf" quality="high" bgcolor="#ffffff" width="105" height="72" name="Home" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
</noscript>
</div>

why u use this weird JS and added the button in the <no script> ??
just add the flash code without that JS and i think might work because the flash itself works;
http://youranime.x10hosting.com/Home.swf
http://youranime.x10hosting.com/contact ss2.swf
http://youranime.x10hosting.com/gallery.swf

et cetera
 
Last edited:

trana

New Member
Messages
7
Reaction score
0
Points
0
I just copyed the code from the html I got when I took publish in flash, and the other different code is when I inserted the swf in DW, tried both cause I thought that maybe it would make a difference, I dunno anything about java programming so I dunno if it's wierd ^^
What is JS? so which part of code should I keep then ? hmm
Edit:
I tested to remove everything except the object part, that didn't work tho so suppose that wasn't what u meant ^^
 
Last edited:

sonicsshadow

Member
Messages
200
Reaction score
0
Points
16
Just a note about the way you're doing this, if your resolution isn't the same as yours, the image gets cut off. On my computer I use 1024 x 768 and the site gets cut off, and there is no scroll bar because you used it as a background image.

Just a note. Also try:
Code:
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="105" height="72" id="Home" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="Home.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="/Home.swf" quality="high" bgcolor="#ffffff" width="105" height="72" name="Home" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
 

trana

New Member
Messages
7
Reaction score
0
Points
0
aah that code u show is what I tried.
I made the background bigger cause I thought about the resolution, just forgot it when I made the code, thanks for the notice =).
The flash button that I made as u showed popped up now so I suppose it takes a while for the CP to update the site and thats why it didn't work first ?
/thanks
 

trana

New Member
Messages
7
Reaction score
0
Points
0
aah I have changed it to top center in css, gets right locall so suppose Ill wait a little ^^, 2 buttons got positioned at the upper left corner which is kinda odd but maybe they get right to in a while hehe.
Edit:
Everything is fine now :D, thanks for all the help
 
Last edited:

trana

New Member
Messages
7
Reaction score
0
Points
0
Need help with another thing ;P.
I have put up some links for the buttons now, the problem is that when the next page is loaded all buttons gets white for a moment which is kinda ugly ^^.
This isn't something I have seen on any other sites so I suppose that it can be fixed. Have tried to find some info without succes, please help me =)

/Trana
Edit:
/bump
 
Last edited:

Jesse

Active Member
Messages
1,360
Reaction score
0
Points
36
Hi, Just wondering did you make those flash buttons?
 

trana

New Member
Messages
7
Reaction score
0
Points
0
youp I have made all the design =)
but someone pls help me ><
 
Status
Not open for further replies.
Top