- This topic has 6 replies, 2 voices, and was last updated 11 years, 11 months ago by
KezinDazel.
-
AuthorPosts
-
KezinDazelMembervar primero = “http://av2.radioformula.com.mx/podcast/manopeluda/”;
var segundo = “_manopeluda.mp3”;
var final = primero+total+segundo;
var ver =$(‘#m1-RadioPeluda-audio1-container’).attr(“data-m1-audio-url”);
$(‘#m1-RadioPeluda-text2’).text(ver);
$(‘#m1-RadioPeluda-audio1-container’).attr(“data-m1-audio- url”,”http://av2.radioformula.com.mx/podcast/manopeluda/21062013_manopeluda.mp3″);
ver =$(‘#m1-RadioPeluda-audio1-container’).attr(“data-m1-audio-url”);
$(‘#m1-RadioPeluda-text3’).text(ver);
$(“#m1-RadioPeluda-audio1-player”).jPlayer(“setMedia”, { mp3: ver });
$(“#m1-RadioPeluda-audio1-player”).jPlayer(“play”);My widget dont work
KezinDazelMemberAny help?
KezinDazelMemberI did this
var url= “http://av2.radioformula.com.mx/podcast/manopeluda/21062013_manopeluda.mp3”;
$(“#m1-RadioPeluda-audio1-player”).jPlayer(“setMedia”, { mp3: url });The widget is turning red.
support-octavioMemberHi KezinDazel,
What mobione version are you running? The must probably is that you are having the problem found with audio widget to interact with jPlayer api in Mobione 2.3.2. Please see this ANN about Mobione 2.5dev10 where this issue have been fixed: http://www.genuitec.com/support-genuitec/viewtopic.php?f=2&p=18554#p18554
Please see the highlights to learn about the audio player modification.
Please Read Before Downloading a Dev version
Dev versions provide a preview of new features that will be available in an upcoming production version. They should be considered a work-in-progress that may change or not appear in the production version. You are strongly encouraged to back up all program data that use in this release as changes to it may not be backward compatible with previous production versions.
KezinDazelMember2.3.2 hot fix 1 full version
support-octavioMemberIn that case you need to download 2.5dev10 to be able to use jPlayer api in your apps.
KezinDazelMemberThx it works now!!!!!!!!! 🙂
-
AuthorPosts