Archive

Archive for the ‘How-To’ Category

How To Listen To Israeli Radio Stations On Your iPhone

January 30th, 2009 31 comments

israel-broadcasting-authority

Update (1/26/2010):
There is a new iPhone app that eliminates the need to configure FStream. Read about it here.

Original post starts here:

This tip is mainly for Israelis and other Hebrew speakers who live abroad or just travel and want to listen to Israeli radio stations on their iPhone while on the go. Getting this done is pretty simple:

1. Install the free FStream application on your iPhone via the AppStore

2. Open FStream and set up your favorite stations. You can do it on the iPhone or you could use a web interface which makes the input process quicker (see instructions under the More -> Web Management tab inside FStream)

3. Last thing, make sure to turn on the “Cellular Network” option otherwise the application will only work when you are iPhone is connected to a wifi hotspot.

I have collected urls for some of the popular Israeli stations streams:

Update (3/1/2009, thanks to Tal Barnea):

  • Galgaltz – http://glz.msn.co.il/media/gglz.asx
  • Galatz – http://glz.msn.co.il/media/glz.asx

I have found many other urls on different websites but those were broken. The streams above were tested and as of today (1/30/2009) (3/1/2009) are working.

If you know of other stations’ streams, feel free to add in the comments section.

Update (11/28/2009): I posted an updated list & more stations here.



Tip: How to send Flash elements to the back

November 24th, 2008 25 comments

I was checking the new LinkedIn search feature earlier today and noticed that the results displayed once you start typing inside the people search box were covered by the 300×250 flash ad.

This issue exists on many web sites where Flash objects appear in the front, and cover dynamic HTML content. One example are pages that have embedded YouTube videos as well as Snap Shots that appear as a layer under the video player instead in front of it .

To solve this issue, you don’t need to be a Flash development guru. All you should do is make sure the Flash object (ad, embedded video player, etc.) has a transparent background. Depending on whether you are using the OBJECT or EMBED tag:

  • Add the following parameter to the OBJECT tag: <param name="wmode" value="transparent">
  • Add the following parameter to the EMBED tag: wmode="transparent"

Once you change your code, you should not see an issue similar to the one below.