radio

Radio Streaming on iPhone

I have implemented Radio Streaming functionality for iphone. I am successful to play audio likes mp3, mp4. But I need to play live streaming like AAC, WMA format which iPhone doesn't support directly. Is there any way to play this file formats. There is already one application available called Wunder radio on the app store. They also pr...

iPhone Radio Streaming for WMA audio files

I need to implement iphone streaming functionality for WMA audio files from the server. iPhone can support only mp3, wav, aac audio files. But I need to play wma audio streaming for the iphone radio application. Can anyone tell me how to do this things. I really thankful for your help. Thanks in advance. ...

JQuery conflict with radio buttons

I have some radio buttons with default checked attributes but they show up as being unchecked. However using Firebug, I can see that they are in fact checked. When I remove the JQuery library from the page, the buttons work fine. Yes<input type="radio" value="1" name="Contact0_AmericanExpress" style="width: 20px;" id="amex"> No<input ty...

setting form validation rules for form_radio()

Hello I want to have a form_radio() set as obligatory field in codeigniter any ideas on how can I do that? this is my form: echo form_radio('radio','earing',FALSE)."earings"; echo form_radio('radio','bag',FALSE)."bag"; echo form_radio('radio','bracelet',FALSE)."bracelet"; echo form_close(); ...

Dynamic Radio Button Group in Coldfusion

The user will input their Id number then the accounts tied to this Id number will be presented(radio buttons) . They could have 1 or even 10 accounts returned(radio buttons). I need to have them update their account to a Y, N. The account Id is what makes up the radio groups. Now I need to know who to loop through these radio buttons to ...

How to play .asf file yon iPhone?

Hello, Any one know how to play .asf file on iPhone as iphone doesn't support asf file which I need to play for Radio streaming. Can anyone help me to solve this problem. Thanks in advance. Regards, Gurprit ...

AudioStreamBasicDescription invalid while trying to record live streaming MP3 file

i am using AudioStreamer and recording the streaming MP3 packets to a file(by creating with AudioFileCreateWithURL), file writing is fine but when playing recorded file it plays noise only for few seconds. i think this is because of wrong AudioStreamBasicDescription provided to file i am using for record and play.. thanks in advance. ...

FM radio source code on android

Hi, My HTC Wildfire has built in FM radio plus a application to listen to it. I wish to write a similar application that would stream this live FM radio over bluetooth. I currently cannot find any examples of accessing the tuner. Can anyone help? ...

jqgrid radio button

Hi, I was trying to define a jqgrid column as a radio button group, but I could not. Anybody knows what I have to do? Please give me an example. ...

Show box if radio button checked using jQuery

I have the following code: <fieldset> <legend>Do you currently have SolidWorks</legend> <ul> <li><label for=""><input type="radio" name="solidworks" value="Yes" id="rdYes" /> Yes</label></li> <li><label for=""><input type="radio" name="solidworks" value="No" id="rdNo" /> No</label></li> ...

adding .asx to windows media player 12 library problem

Hi friends I'm trying to listening web radio on WMP 12 but I need to add extension .asx to libary and choose the low connection but I could not find how to do ? in microsoft support site "http://support.microsoft.com/kb/977314" they gave hotfix but also howfix is not related to this Can anyone help me? ...

Help with changing DropDown event to Radio Button triggers - javascript

Hi everyone, I have a dropdown in my form (the code was provided) and when the second option (of2) in the drop down is selected, some form elements change. It all works fine. What I want to be able to do is change the dropdown to two radio buttons instead. Having the same form changes take place on selection of the second radio button...

broadcast audio over HTTP like a radio station

Hi guys, I'm tearing my hair out on this one so thought I'd ask over here. I'd like a PHP script that will allow me to broadcast my audio files over HTTP like a radio station. I've tried xmoovstream and its great but I can't figure out if it can be set up to broadcast audio radio-like. It currently only allows me to stream audio, i'd l...

Software Entrepreneur Radio

Hi there, Is there any one who knows an online radio which runs all the day(that I can listen all the day, with ads and songs it is okay) and talks about entrepreneurs especially for software developers? Best, cas sakal ...

Selenium: Dynamic clicking of radio button beside search result

Hi all, I'm a month-old with Selenium and so far all I use is the IDE. Haven't had the luxury of reading on RC (although I will be after this critical project). Anyway I would like to know how I could click the radio button beside a search result w/c does not always appear on the same position. W/ my limited knowledge in Selenium and pr...

jquery/javascript: arrays

Hi, I am a begginer with Javascript/jQuery and I hope someone can help me with the following: I have a simple form (7 questions; 3 radio buttons/answers per question - except for question 5 with 8 possible choices ) and based on the selected answers, when user clicks on 'view-advice' I want to display relevant advices (combination of 3...

Check first radio button with JQuery

Hello, I would like to check the first radio button of each group. But there are some radio button that are disabled, so the script should ignore them and go to next non disabled. I write something like this but doesn't work: $(document).ready(function(){ if ($("input['radio']).is(':disabled')) { $(this).attr('checked', f...

jquery radio checked status

Here is the basic code <ul> <li> <input type="radio" name="r" value="a" id="a" checked="checked" /> <label for="a">A</label> </li> <li> <input type="radio" name="r" value="b" id="b" /> <label for="b">B</label> </li> </ul> So I need to have it work as: 1 Click on the <label> and check if the sibling <radio> is checked="che...

Oracle ADF Jdeveloper dynamic radio button not showing

In my Data Control Palette, I have a table. That table has a Yes/No column...lets call it: 'A1'. Now I drag and drop off 'A1' as an AF:SelectOneRadio component. When the dialog box pop up for me to fill out the bindings, I use dynamic. For the 'base data source attribute' I use A1 and for the 'list data source attribute' I use a column c...

checking at least one radio button is selected from each group (with jquery)

I'm dynamically pulling and displaying radio button quesitons on a form (separated into different sections by jquery tabs). So there are lots of 2, 3, 4, 5 etc radio buttons together, which have the same 'name' but different ids. When you hit next between the sections, I want to check that at least one radio button has been selected fo...