 Rank: Addict
Joined: 7/19/2006 Posts: 649 Location: Preston, UK
|
Guys,
Its sort of an umbraco question. I have existing umbraco site and we are serving up podcasts (using warrens excellent podcast package for the itunes stuff). What we were also looking to do is creating a subsite within that site and serving up those videos for mobile phones. Has anyone else tried this sort of thing.
My research so far is:
1. create web pages with cut down templates minimal furniture etc so mobile phone friendly 2. serve up the videos as 3gp format so that any phone that is MMS compatible will be able to view 3. Possibly have 3 screen resolutions to cater for as many screen sizes as possible 4. If videos very big then use streaming video server provider
Anyone else any comments ideas? Anyone know any online phone emulators?
The issue is that phones come in so many shapes and sizes its getting the fits most scenario.
Regards
Ismail
Level 2 certified. If it aint broke dont fix.
|
 Rank: Fanatic
Joined: 3/19/2008 Posts: 219 Location: London, UK
|
Ismail. I do remember that there were some .net mobile controls which take care of a lot of the mobile device browser capabilities for you.
Darren Ferguson - Umbraco level 2 certified www.darren-ferguson.com - www.fergusonmoriyama.com
|
 Rank: Addict
Joined: 7/19/2006 Posts: 649 Location: Preston, UK
|
Darren, Cheers for that pointer i got a bit of reading to do http://www.codeproject.com/KB/dotnet/MobileWebAppSecret.aspxhttp://msdn.microsoft.com/en-us/library/system.web.ui.mobilecontrols.aspxhttp://www.asp.net/mobile/http://msdn.microsoft.com/en-us/library/z8h56a3f(VS.80).aspx One thing to note becuase the page is inheriting from MobilePage and the fact that its a page not usercontrol you could not integrate directly with umbraco. I will probably need to hack where i want to pull my media files from etc. Regards Ismail
Level 2 certified. If it aint broke dont fix.
|