Auto load player

Status
Not open for further replies.

dcr_inc

Feed Provider *York Pa.*
Premium Subscriber
Joined
Feb 28, 2005
Messages
1,032
Location
Delta, Pa
Is there a way to add a player auto load feature to a webpage for smartphones?
I want to have my listeners be able to hear my feeds on their smartphones without having to exit my webpage and load a player seperately. I have tried the RR player but it does not seem to work on my Android or Iphone.

Any suggestions?
 

Deziel0495

PE/NB Database Guy
Database Admin
Joined
Feb 11, 2008
Messages
908
Location
PEI
Is there a way to add a player auto load feature to a webpage for smartphones?
I want to have my listeners be able to hear my feeds on their smartphones without having to exit my webpage and load a player seperately. I have tried the RR player but it does not seem to work on my Android or Iphone.

Any suggestions?

If the phone you are using is flash compatible (which most smartphones are) you should be able to listen using the normal web player. Use the code you normally use to embed the player but add "&as=1" (without quotes) after your feed ID. It should look something like this:
HTML:
<iframe width="325px" height="245px" src="http://api.broadcastify.com/embed/player/?key=xxxxxxx&feedId=XXXXX&as=1">Your browser does not support iFrames.</iframe>

This will cause the feed to begin playing automatically without having to press play.
 
Status
Not open for further replies.
Top