Problems w/ flash 8 LocalConnection and Mac Firefox crashing

  • clem_c_rock
  • Novice
  • Novice
  • No Avatar
  • Joined: Aug 22, 2006
  • Posts: 20
  • Status: Offline

Post November 7th, 2007, 2:19 pm

Hello,
I am using LocalConnection to talk between different mp3 players on our site and it works flawlessly in PC browsers but when I try to
use Mac Firefox I get random browser crashes when I click on the play buttons on the mp3 players that crash Firefox so bad you have
to restart the computer to be able to use Firefox again.

Here's an example of some of the code we are using:

Code: [ Select ]
var external_player_lc:LocalConnection = new LocalConnection();
external_player_lc.selectSong = function(songIndex:Number) {
    setSelectedIndex(songIndex);
};
external_player_lc.updatePlayPause = function(playing) {
    if (playing) {
        playTrack();
    }
    else {
         pauseSong();
    }
};
external_player_lc.setVolume = function(volume) {
    volume_mc.slider_mc._x = Math.floor(volume * 0.73);
    setVolume(volume, false);
};
  1. var external_player_lc:LocalConnection = new LocalConnection();
  2. external_player_lc.selectSong = function(songIndex:Number) {
  3.     setSelectedIndex(songIndex);
  4. };
  5. external_player_lc.updatePlayPause = function(playing) {
  6.     if (playing) {
  7.         playTrack();
  8.     }
  9.     else {
  10.          pauseSong();
  11.     }
  12. };
  13. external_player_lc.setVolume = function(volume) {
  14.     volume_mc.slider_mc._x = Math.floor(volume * 0.73);
  15.     setVolume(volume, false);
  16. };



Anyone know if this is a known issue w/ LocalConnection Mac Firefox? Also, does anyone know if they have made improvements
to LocalConnection in Flash 9?

Thanks for any help,
Clem C
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 7th, 2007, 2:19 pm

Post Information

  • Total Posts in this topic: 1 post
  • Users browsing this forum: No registered users and 38 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.