Topic: Valid Flash code doesn't work in IE? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=25901" title="Pages that link to Topic: Valid Flash code doesn&amp;#039;t work in IE? (Page 1 of 1)" rel="nofollow" >Topic: Valid Flash code doesn&#039;t work in IE? <span class="small">(Page 1 of 1)</span>\

 
Ensellitis
Bipolar (III) Inmate

From: Kansas City, MO , USA
Insane since: Feb 2002

posted posted 05-30-2005 03:19

My problem this time is I am trying to post a flash file (mp3.swf), it works in firefox, but not IE... Any ideas?

code:
<li>

<h2><?php _e('Music Time'); ?></h2>

<ul id="music">

	<li style="text-align:center;">

		<strong>CKY</strong>/96 Quite Bitter Things<br />

		<object data="music/mp3.swf" width="24" height="17" type="application/x-shockwave-flash">
			<param name="type" value="application/x-shockwave-flash" />
			<param name="src" value="music/mp3.swf" />
			<param name="data" value="music/mp3.swf" />
			<param name="codebase" value="music/mp3.swf" />
			<param name="FlashVars" value="TheSound=music/cky.mp3" />
			<param name="allowScriptAccess" value="sameDomain" />
			<param name="movie" value="music/mp3.swf" />
			<param name="loop" value="false" />
			<param name="quality" value="high" />
			<param name="wmode" value="transparent" />
		</object>

	</li>

</ul>
</li>



Check it out at http://www.ensellitis.com

:: WWW || Deviations || ThoughtPrism ::

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 05-30-2005 10:29

last time I looked, you needed an <embed> tag for IE.
Look at the sample pages that flash outputs if you ask it to - it should contain what you need.

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 05-30-2005 11:46

isn't the song called "96 Quite Bitter Beings" btw?

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 05-30-2005 18:50

last time I checked, just the object with data & param for file path worked fine in both

will check this in IE in a minute

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 05-30-2005 19:07

ya, just remove these:

code:
<param name="src" value="music/mp3.swf" />
<param name="data" value="music/mp3.swf" />
<param name="codebase" value="music/mp3.swf" />



(Edited by reisio on 05-30-2005 19:07)

Ensellitis
Bipolar (III) Inmate

From: Kansas City, MO , USA
Insane since: Feb 2002

posted posted 05-31-2005 01:07

Thanks Reisio, that did the trick!

:: WWW || Deviations || ThoughtPrism ::



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu