Cant see Flash movie

Status
Not open for further replies.

bigmoeron

New Member
Messages
13
Reaction score
0
Points
0
Hi,
I need some help uploading my flash site. I have uploaded the index.swf the index.html and the images, all in to the root folder. Is there an obvious reason the movie wont play. Its prob. a stupid question. Appreciate any help.
-Clare
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
You need to upload any files visible to the public to the folder public_html
 

bigmoeron

New Member
Messages
13
Reaction score
0
Points
0
Ok . Ive done that. Am I just to stupid for this hosting. Is it only for php or something. Thanks Christopher.

user name:
claremak
Edit:
heres the code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
background-color: #CCFFFF;
}
-->
</style></head>

<body>

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','600','title','Samples','src','index','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','index' ); //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,28,0" width="800" height="600" title="Samples">
<param name="movie" value="index.swf" />
<param name="quality" value="high" />
<embed src="index.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600"></embed>
</object></noscript>
</body>

</html>
Edit:
Can anyone help me. Flash movie wont load. I just uploaded the scripts folder to the public_html. Still no luck
Thank you
Edit:
Problem solved
thank you v much
 
Last edited:
Status
Not open for further replies.
Top