Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
my flash movie keeps looping only in internet explorer
Old 08-29-2008, 04:48 AM my flash movie keeps looping only in internet explorer
Webmaster Talker

Posts: 611
Trades: 0
in firefox and netscape my movie doesnt loop, but in internet explorer it keeps looping even after i put a stop() action in the last frame, and used loop="false" in the html code. any help greatly appreciated. i dont want derekshowm.swf to loop. thanks derek. here is my html code for the page.

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>Derek Van Derven</title>
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
    background-color: #FFFFFF;
}
-->
</style></head>

<body>
<div align="center">
  <p>
   <embed 
  src="button5.swf" 
  width="100"
  height="50"
  allowscriptaccess="always"
  allowfullscreen="true"
/>
  </p>
  <p>
     <embed 
  src="derekshowm.swf" 
  width="300"
  height="300"
  loop="false"
  allowscriptaccess="always"
  allowfullscreen="true"
/>
  </p>
<p>
     <embed 
  src="kaleidoscope.swf" 
  width="300"
  height="300"
  allowscriptaccess="always"
  allowfullscreen="true"
/>
  </p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
</div>
</body>
</html>
silverglade is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-29-2008, 02:42 PM Re: my flash movie keeps looping only in internet explorer
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
First thing - do NOT use the <embed> to put the Flash into your page. Look in the HTML forum area for a sticky on how to put Flash (and other media) into your page.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-29-2008, 10:16 PM Re: my flash movie keeps looping only in internet explorer
Webmaster Talker

Posts: 611
Trades: 0
thank you. i used the <object> instead, and it works in netscape and firefox, but derekshowm.swf still loops in internet explorer. ironically, it doesnt loop when i run the page locally to test it. any help greatly appreciated. thanks. derek (i still used embed for the buttons since that worked ok) i didnt understand the satay method.

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>Derek Van Derven</title>

<style type="text/css">
<!--
body {
    background-color: #FFFFFF;
}
-->
</style></head>

<body>
<div align="center">
  <p>Go to my art site 
  below<br />
  <embed 
  src="button5.swf" 
  width="100"
  height="50"
  allowscriptaccess="always"
  allowfullscreen="true"
/>
  <br />
  or go to my multimedia file sharing site below</p>
  <p>
    <embed 
  src="derekbutton.swf" 
  width="100"
  height="50"
  allowscriptaccess="always"
  allowfullscreen="true" name="derekbutton"
/>
  </p>
  <p>
  <object width="300" height="300">
<param name="movie" value="derekshowm.swf">
<embed src="derekshowm.swf" width="300" height="300" loop="false">
</embed>
</object>


  </p>
<p>
<object width="300" height="300">
<param name="movie" value="kaleidoscope.swf">
<embed src="kaleidoscope.swf" width="300" height="300" >
</embed>
</object>
 
 
</p>
  <p>&nbsp;</p>
</div>
</body>
</html>

Last edited by silverglade; 08-29-2008 at 11:36 PM..
silverglade is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to my flash movie keeps looping only in internet explorer
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12078 seconds with 12 queries