Problem with flash buttons

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
sebis
Forum Newbie
Posts: 6
Joined: Thu Mar 19, 2009 7:28 am

Problem with flash buttons

Post by sebis »

Hello everyone.
I am using dreamweaver cs3. I have made a page where i inserted two flash buttons. i then uploaded the page and both of the flash buttons in the same directory. But for some reason i cannot see the buttons when i run the page. Can anyone help me?
This is the code of the page

Code: Select all

 
<!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>French history site</title>
<style type="text/css">
<!--
body {
    background-color: #CCFFCC;
}
.style1 {
    font-family: "Comic Sans MS";
    font-size: 36px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
 
<body>  
<div align="center" class="style1">Welcome to the French History site</div>
<p align="center"><img src="liberte-egalite-fraternite.jpg" width="212" height="291" /></p>
<p align="center">
  <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','100','height','23','title','new members','src','button1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','#CCFFCC','movie','button1' ); //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=5,0,0,0" width="100" height="23" title="new members">
    <param name="movie" value="button1.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#CCFFCC" />
    <embed src="button1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="23" bgcolor="#CCFFCC"></embed>
  </object></noscript>
</p>
<p align="center">&nbsp;</p>
</body>
</html>
 
Last edited by Benjamin on Thu May 07, 2009 11:34 am, edited 1 time in total.
Reason: Changed code type from text to html.
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: Problem with flash buttons

Post by papa »

What's it got to do with PHP ? :)
sebis
Forum Newbie
Posts: 6
Joined: Thu Mar 19, 2009 7:28 am

Re: Problem with flash buttons

Post by sebis »

well i thought that it is in php code maybe the error is in my code.I am new in this so i apologize if the topic is not relevant with this forum :)
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Problem with flash buttons

Post by Benjamin »

:arrow: Moved to HTML, CSS and other UI Design Technologies
Post Reply