Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently May 18th, 2024, 11:25 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: Multiple sound control
PostPosted: July 27th, 2016, 10:19 pm 
Offline

Joined: July 18th, 2016, 1:59 pm
Posts: 17
Opus: New user
OS: Win 10
System: Lenovo T510, intel i7
Hello, does anyone know if I have multiple Sounds say for different words play one while the others are disabled to avoid playing multiple sound at the samme time and then play the next and the others are disabled and so on , its for Android publication..
Thanks


For this message Lars Mars has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Multiple sound control
PostPosted: July 28th, 2016, 11:29 am 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
You need to post a profile. See user control panel - top right of page.

There is an action that stops all other sounds which you could use before playing any sound to ensure only one plays at a time.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: Multiple sound control
PostPosted: July 28th, 2016, 12:03 pm 
Offline

Joined: July 18th, 2016, 1:59 pm
Posts: 17
Opus: New user
OS: Win 10
System: Lenovo T510, intel i7
what do you mean by ( You need to post a profile. See user control panel - top right of page.) and then ( There is an action that stops all other sounds which you could use before playing any sound to ensure only one plays at a time.) is't your answer?
Thanks


For this message Lars Mars has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Multiple sound control
PostPosted: July 29th, 2016, 9:11 am 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
On the Actions Tab, under Audio / Video - use Stop Wave Sound before playing any new sound to allow only one at a time.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: Multiple sound control
PostPosted: July 29th, 2016, 11:32 am 
Offline

Joined: July 18th, 2016, 1:59 pm
Posts: 17
Opus: New user
OS: Win 10
System: Lenovo T510, intel i7
Thanks for your reply, but what I need is: i have 14 images when the user left Mouse Click the current image it plays the sound at the samme time if the user touch one of the other 13 images the sound should be inactive to avoid sound conflict, and then the user touch say the second sound so it plays and the others are inactive and so on...
Thanks


For this message Lars Mars has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Multiple sound control
PostPosted: July 29th, 2016, 12:06 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
One method using only actions could be:

1. Add left mouse click trigger to image.
2. Add play sound action.
3. Add Show action for an empty frame that covers all the other images. Make sure frame has Stop Mouse Clicks Passing Through option enabled.
4. Add delay action for length of sound.
5. Add Hide action for frame in step 3.

You could also use the disable / enable action instead of the frame but the idea is the same.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: Multiple sound control
PostPosted: July 29th, 2016, 8:34 pm 
Offline

Joined: July 18th, 2016, 1:59 pm
Posts: 17
Opus: New user
OS: Win 10
System: Lenovo T510, intel i7
Thanks for your reply I appreciate this, but it looks a bid complicated than I thought, I thought just an Action that can enable and disable, do you think there is a code that can collect this purpose?
Thanks


For this message Lars Mars has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Multiple sound control
PostPosted: July 30th, 2016, 10:08 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Yes, a coded solution is possible and elegant but as far as I can tell would require packaging using a third party application.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: Multiple sound control
PostPosted: July 30th, 2016, 10:39 pm 
Offline

Joined: July 18th, 2016, 1:59 pm
Posts: 17
Opus: New user
OS: Win 10
System: Lenovo T510, intel i7
OK, third party application? where from?


For this message Lars Mars has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Multiple sound control
PostPosted: July 30th, 2016, 11:03 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
The two that come to mind are PhoneGap and XDK.

It should be pointed out - that using either JavaScript coding or third-party app builders fall under Advanced development and do not belong in this section.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: Multiple sound control
PostPosted: July 30th, 2016, 11:17 pm 
Offline

Joined: July 18th, 2016, 1:59 pm
Posts: 17
Opus: New user
OS: Win 10
System: Lenovo T510, intel i7
Thanks for your reply I appreciate this, I will try the Frame or disable/enable solution...if you have a small Toturial about that that would be very helpfull for me as a new opus user..and please remember it is for Android devices...
Thank you


For this message Lars Mars has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Multiple sound control
PostPosted: July 30th, 2016, 11:28 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
I don't produce specific Android tutorials - too little demand.

The standard Opus and HTML5 ones will cover enough functionality to more than get most people started and the functionality generally applies across types anyway.

https://www.youtube.com/playlist?list=P ... 4ucrELVYhq

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: Multiple sound control
PostPosted: July 30th, 2016, 11:40 pm 
Offline

Joined: July 18th, 2016, 1:59 pm
Posts: 17
Opus: New user
OS: Win 10
System: Lenovo T510, intel i7
OK, thanks, I have watched those tutorials but they do not have a sound so it is not easy to fully on each step..


For this message Lars Mars has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Multiple sound control
PostPosted: August 23rd, 2016, 12:58 pm 
Offline

Joined: July 18th, 2016, 1:59 pm
Posts: 17
Opus: New user
OS: Win 10
System: Lenovo T510, intel i7
Thanks, it was (action that stops all other sounds) I was looking for, so now works as I want..but do not know why suddenly the sounds stop playing on Android device until i reset the cache and I can not tell the users to clear the cache to work, maybe you can help me?

Thanks


For this message Lars Mars has been thanked by : mackavi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 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

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group