flash problem

Status
Not open for further replies.

kaykim

New Member
Messages
29
Reaction score
0
Points
0
Hi!

I made a simple website with flash, I uploaded it to my public_html, but it shows just a blank page. Does x10hosting not support .swf or am I just doing something wrong (I'm a newbie, so that could be possible....).

Thanks for helping!!!
 

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
Err could you show us the coding you used to embed the flash onto your index page (or whichever page you want to view it on for that matter)?
 

kaykim

New Member
Messages
29
Reaction score
0
Points
0
I used Dreamweaver to embed, this is the code:

<embed src="/public_html/media/flashsite7-2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="500"></embed>
 

alfren

New Member
Messages
207
Reaction score
0
Points
0
I used Dreamweaver to embed, this is the code:

<embed src="/public_html/media/flashsite7-2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="500"></embed>


your code is wrong....
remove the /public_html/ in your embed src.........

so the remaining code will be:

<embed src="media/flashsite7-2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="500"></embed>

well i hope it helps........... ^_^
 

kaykim

New Member
Messages
29
Reaction score
0
Points
0
Thank you! Changing the code made it work! :biggrin:
 
Status
Not open for further replies.
Top