Go Back   Speed Bag Forum > Speedbagforum.com Online Workout Timer

Supporter Links & Advertisements

Speedbagforum.com Online Workout Timer Announcements, Q&A, and technical support for the online workout timer, a free timer for martial arts, boxing, speed bag, tabata, crossfit and many other things requiring a timer!

Reply
 
Thread Tools Display Modes
  #1  
Old 02-10-2009, 11:34 PM
webstixdev webstixdev is offline
Speed Bag Trainee
 
Join Date: Feb 2009
Posts: 7
webstixdev is on a distinguished road
Question NO Sound in MAC Firefox

Hi!

I have downloaded latest version of the Online timer.zip from
http://www.speedbagforum.com/timer.zip and extracted to a folder.

I tried to access the path of the folder through URL, Online timer worked perfect in Windows FIREFOX 3.0.6, IE6,IE7. Thanks a lot! but I can't hear sound in Mac Firefox. It is working fine in mac Safari . I can't figure out where it is going wrong. Please do help me with this issue.

Technical Description.
Mac Version: OS X 10.4
Firefox Version: 3.0.1

Eagerly waiting for your response
WEBSTIX-DEV
Reply With Quote
  #2  
Old 02-11-2009, 06:43 PM
Tim Tim is offline
Administrator and Founder of SpeedBagForum.com


 
Join Date: Jan 2006
Location: Orlando, FL
Posts: 3,126
Tim has disabled reputation
I'm not sure what might be wrong. I also have Mac OS X 10.4 , but using FireFox 3.0.6. It works ok for me, from the zip file.

When you unzipped all the files, can you confirm that all the audio files (.wav) were unzipped as well? Also are you opening the timer.html file?

Sorry I couldn't be of more help
Reply With Quote
  #3  
Old 02-11-2009, 11:11 PM
webstixdev webstixdev is offline
Speed Bag Trainee
 
Join Date: Feb 2009
Posts: 7
webstixdev is on a distinguished road
Question Files and sound are in different folder

Thanks for you great Response.
Let me Explain my scenario in detail.
My Requirement
1. I need to place the sound files in folder say "media".
2. I need to place the html and js file in other folder say "timer"

media folder is in root say if my site name www.example.com then i will place my media files in www.example.com/media

timer folder is inside the site say
http://www.example.com/Inside_Page/m...mer/timer.html

I need to call my media files for sound, what i did is just place the sound files in root(base) . The code recognized the sound files and played the sound in almost every browser but not in Mac Firefox.


Hope I have explained my Problem in detail.

Please Help me.
Webstix-DEV
Reply With Quote
  #4  
Old 02-12-2009, 07:11 AM
Tim Tim is offline
Administrator and Founder of SpeedBagForum.com


 
Join Date: Jan 2006
Location: Orlando, FL
Posts: 3,126
Tim has disabled reputation
Ok, you are trying to re-use it on another site. Sorry, I can't help in that case, my policy is to require a fee for re-use. You can PM me if you are interested.

Please see here:
http://www.speedbagforum.com/forums/...ead.php?t=1300
Reply With Quote
  #5  
Old 03-17-2009, 12:39 AM
webstixdev webstixdev is offline
Speed Bag Trainee
 
Join Date: Feb 2009
Posts: 7
webstixdev is on a distinguished road
Exclamation Still There is an Issue.

We have bought a License to add timer into our site. We are having problems in the Timer scripts, the problem is that we could not here the sound of the timer only in Mac Firefox.

Let me Explain the scenario in detail.
Requirement:
1. We need to place the sound files in folder say "media".
2. We need to place the html and js file in other folder say "timer"

For example if the domain name is "www.domainname.com" then path for the media and timer folder is "www.domainname.com/media" and "www.domainname.com/timer" respectively.

In other words, instead of having all the files in a single folder say "timer". we need to have hierarchy and we need to play a sound file using path and not calling the sound file directly from the root folder.



Please let us know about this ASAP.

Thanks
Webstix-DEV

Last edited by webstixdev; 03-17-2009 at 05:45 AM. Reason: Changes in explanation
Reply With Quote
  #6  
Old 03-17-2009, 12:07 PM
Tim Tim is offline
Administrator and Founder of SpeedBagForum.com


 
Join Date: Jan 2006
Location: Orlando, FL
Posts: 3,126
Tim has disabled reputation
Hi, I will look into this tonight and get you an answer.

Tim
Reply With Quote
  #7  
Old 03-17-2009, 08:46 PM
Tim Tim is offline
Administrator and Founder of SpeedBagForum.com


 
Join Date: Jan 2006
Location: Orlando, FL
Posts: 3,126
Tim has disabled reputation
Quote:
Originally Posted by webstixdev View Post
We have bought a License to add timer into our site. We are having problems in the Timer scripts, the problem is that we could not here the sound of the timer only in Mac Firefox.

Let me Explain the scenario in detail.
Requirement:
1. We need to place the sound files in folder say "media".
2. We need to place the html and js file in other folder say "timer"

For example if the domain name is "www.domainname.com" then path for the media and timer folder is "www.domainname.com/media" and "www.domainname.com/timer" respectively.

In other words, instead of having all the files in a single folder say "timer". we need to have hierarchy and we need to play a sound file using path and not calling the sound file directly from the root folder.



Please let us know about this ASAP.

Thanks
Webstix-DEV
Change the embed2-6.js file as follows:

(add ../media/ to the front of each SRC attribute). I've confirmed this works in FireFox mac.

If you have more questions PM me your e-mail address.

document.write('<embed style="height:1; width:1;" src="../media/bell1.wav" autostart="false" id="bell1.wav" enablejavascript="true"/>');
document.write('<embed style="height:1; width:1;" src="../media/buzzer3_x.wav" autostart="false" id="buzzer3_x.wav" enablejavascript="true"/>');
document.write('<embed style="height:1; width:1;" src="../media/buzzer_x.wav" autostart="false" id="buzzer_x.wav" enablejavascript="true"/>');
document.write('<embed style="height:1; width:1;" src="../media/click_x.wav" autostart="false" id="click_x.wav" enablejavascript="true"/>');
document.write('<embed style="height:1; width:1;" src="../media/short1.wav" autostart="false" id="short1.wav" enablejavascript="true"/>');
document.write('<embed style="height:1; width:1;" src="../media/short2.wav" autostart="false" id="short2.wav" enablejavascript="true"/>');
Reply With Quote
  #8  
Old 03-30-2009, 11:20 PM
webstixdev webstixdev is offline
Speed Bag Trainee
 
Join Date: Feb 2009
Posts: 7
webstixdev is on a distinguished road
Exclamation Still there is problem

Hi!
Thank you for your code. I really appreciate your Help. The code works in all browser but not in MAC firefox. Let me explain the whole process again. I have built my site in Joomla1.5 and I am trying to incorporate the Online timer as component. I am successful in almost every browser but not in Mac Firefox. Please help me to solve this. You can ask me any technical question regarding Joomla and component conversion.

Thanks
-Ram

Last edited by webstixdev; 03-30-2009 at 11:22 PM. Reason: change in words
Reply With Quote
  #9  
Old 03-31-2009, 06:46 PM
Tim Tim is offline
Administrator and Founder of SpeedBagForum.com


 
Join Date: Jan 2006
Location: Orlando, FL
Posts: 3,126
Tim has disabled reputation
Can you zip up your HTML and send to me? I really can't say what might be wrong without seeing the source code.
Reply With Quote
  #10  
Old 05-07-2009, 10:30 PM
webstixdev webstixdev is offline
Speed Bag Trainee
 
Join Date: Feb 2009
Posts: 7
webstixdev is on a distinguished road
Exclamation Still no answer!

Hi!

We are desperately waiting for your reply for the Sound issue in the Firefox browser in MAC. We are waiting to Launch our site, once you give us a solution. To remind you Lemme explain the problem. Using your Timer.zip we have converted it into a joomla component. It worked Perfect in almost every browser But not in MAC Firefox Sound is not working. We have tried Hard to understand what went wrong. Some ideas or some thoughts about the problem will be very helpful and We have mailed you the ZIP and Hope you have understood the Problem.

Please Help us!

Webstix-DEV
Reply With Quote
Reply

Bookmarks

Tags
mac firefox, no sound


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Forum Jump


All times are GMT -5. The time now is 01:19 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.