OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

IE and Swish Jukebox

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> IE and Swish Jukebox
Page: [1]
 
MCD

 

Posts: 758
Joined: 3/19/2002
From: Al USA
Status: offline

 
IE and Swish Jukebox - 8/10/2009 15:35:42   
I've posted this on the SwishZone forum but to no avail thus far. I have two mp3 audio files that I am streaming. One is located in the root web and works fine in every browser. I have a second that I placed the mp3, flv and the swf files in their own folders. Both audio files play fine in every browser except all versions of IE. Has anyone else ever had this problem?

_____________________________

Author of " How To Build A Website With Duct Tape"
swoosh

 

Posts: 1535
Joined: 5/18/2002
From: Beaver Falls, PA
Status: offline

 
RE: IE and Swish Jukebox - 8/10/2009 16:20:32   
quote:

except all versions of IE


Could it be a Security Patch that isn't installed for IE? On another forum with the almost same problem the corrective action was to install the MS08-024 update. Not sure if this would correct your problem but worth a look.

_____________________________

Swoooosh
Just Do It!


(in reply to MCD)
MCD

 

Posts: 758
Joined: 3/19/2002
From: Al USA
Status: offline

 
RE: IE and Swish Jukebox - 8/10/2009 16:33:59   
The problem Swoosh is that no one that I know that uses IE is getting the correct audio on the audio.html page. It is not feasible to ask every IE user to install a patch.

I am going to keep digging for an answer. Hopefully a patch is not the answer.. The IE visitors will not visit if a patch is required. There is no patch for IE8 and I still have a problem.

_____________________________

Author of " How To Build A Website With Duct Tape"

(in reply to swoosh)
MCD

 

Posts: 758
Joined: 3/19/2002
From: Al USA
Status: offline

 
RE: IE and Swish Jukebox - 8/11/2009 7:15:16   
I have changed the pages but if anyone knows how to put multiple swf audio players on a single page and the mp3 and flv files in their own folder and make it work with IE it would be appreciated.

_____________________________

Author of " How To Build A Website With Duct Tape"

(in reply to MCD)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: IE and Swish Jukebox - 8/11/2009 9:12:09   
Are you embedding the swf directly on the page or are you using a javascript? Are you using xml to alter the player properties?

_____________________________

:)

Follow us on TWITTER

(in reply to MCD)
MCD

 

Posts: 758
Joined: 3/19/2002
From: Al USA
Status: offline

 
RE: IE and Swish Jukebox - 8/11/2009 9:25:13   
I have the problem solved with IE. My problem now is trying to get multiple players working on the same page. Currently, I am not using any XML or JavaScript files.

_____________________________

Author of " How To Build A Website With Duct Tape"

(in reply to TexasWebDevelopers)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: IE and Swish Jukebox - 8/11/2009 10:16:44   
We do this with podcasts all the time...the player stays the same but the xml config handles the mp3 file (and the player attributes like button colors, etc) which is nothing more than a flash param like this (config1.xml):

<?xml version="1.0" encoding="UTF-8"?>
<config>
<param name="mp3" value="podcast1.mp3" />
</config>

Then the player object looks like this:

<object type="application/x-shockwave-flash" data="xplayer.swf" width="280" height="20" class="podcast">
<param name="wmode" value="transparent" />
<param name="movie" value="xplayer.swf" />
<param name="FlashVars" value="configxml=config1.xml&" />
<p>Texas Legislative Session</p>
</object>

<object type="application/x-shockwave-flash" data="xplayer.swf" width="280" height="20" class="podcast">
<param name="wmode" value="transparent" />
<param name="movie" value="xplayer.swf" />
<param name="FlashVars" value="configxml=config2.xml&" />
<p>Texas Legislative Session Update</p>
</object>

_____________________________

:)

Follow us on TWITTER

(in reply to MCD)
MCD

 

Posts: 758
Joined: 3/19/2002
From: Al USA
Status: offline

 
RE: IE and Swish Jukebox - 8/11/2009 12:50:11   
Thanks Tex. I'm going to play around with that code and see how it works for me.

_____________________________

Author of " How To Build A Website With Duct Tape"

(in reply to TexasWebDevelopers)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: IE and Swish Jukebox - 8/12/2009 9:14:01   
The movie may not be set to allow input from an xml file but you can simply add the mp3 as a new param.

_____________________________

:)

Follow us on TWITTER

(in reply to MCD)
Page:   [1]

All Forums >> Web Development >> General Web Development >> IE and Swish Jukebox
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts