No news is good news.
Quote from: nas on December 12, 2007, 04:21:10 AMQuote from: Morpheus on December 11, 2007, 05:08:03 PM
Any news on a solution to this or an alternative plgin which can replace the functionality. I trued SOMPY Weather but it has the same problem.
Have a look here http://www.happyjackroad.net/pocketpc/weatherPlus/weather.asp
nas
Quote from: Morpheus on December 11, 2007, 05:08:03 PM
Any news on a solution to this or an alternative plgin which can replace the functionality. I trued SOMPY Weather but it has the same problem.
Quote from: tikko on October 15, 2007, 05:01:18 AMhey jhollin1138 it worksThis isn't an issue with SPGM-Vid but a problem with the other browsers and/or DivX. SPGM-Vid just determines the correct "object/embed" html code to use, beyond that SPGM-Vid has no control of if the video play or not.![]()
but with Mozilla Firefox only.
In IE i get the msg "divx player cannot play this file"
(find the screenshot attached)
and in k-meleon it doesn't always play. Sometimes the buffering account stays by 0% though the loading bar is complete ready.
Quote from: tikko on October 15, 2007, 05:01:18 AMjhollin1138 where do i find this additional code to change to fully support DivX ?As before, I haven't tried everything myself yet, but this should work. To fully support DivX, you will need to do the following.
?># image icon for DivX Player
$spgm_cfg['theme']['DXVideoImage'] = 'dx.gif';
# default thumbnail for DivX Player Videos
$spgm_cfg['theme']['DXVideoTHB'] = 'thb_dx.jpg';$spgm_cfg['global']['supportedVidExtensions']
= array('.asf', '.wmv', '.avi', '.mov', '.qt', '.rm', '.swf', '3gp'); // supported video file extensions$spgm_cfg['global']['supportedVidExtensions']
= array('.asf', '.wmv', '.avi', '.mov', '.qt', '.rm', '.swf', '.3gp', '.divx'); // supported video file extensions$spgm_cfg['theme']['SWVideoTHB'] = '';$spgm_cfg['theme']['DXVideoImage'] = '';
$spgm_cfg['theme']['DXVideoTHB'] = ''; if ( ($arrVideoInfo[2] == 'asf' or $arrVideoInfo[2] == 'riff') ) {
$strThumbnailPath = $spgm_cfg['theme']['MPVideoTHB']; if ( $arrVideoInfo[2] == 'asf' ) {
$strThumbnailPath = $spgm_cfg['theme']['MPVideoTHB'];
} elseif ( $arrVideoInfo[2] == 'riff' ) {
$strThumbnailPath = $spgm_cfg['theme']['DXVideoTHB']; array('RPVideoImage', 'Get Real Player!', CLASS_IMG_FOLDER, 'RP'), array('DXVideoImage', 'Get DivX Player!', CLASS_IMG_FOLDER, 'DX'), // key in $spgm_cfg
array('MPVideoTHB'), array('DXVideoTHB'), if ( ($arrVideoDim[2] == 'asf' or $arrVideoDim[2] == 'riff') ) {
print '<a href="http://www.microsoft.com/windows/windowsmedia/player/download/">'.$spgm_cfg['theme']['MPVideoImage'].'</a>'; if ( $arrVideoDim[2] == 'asf' ) {
print '<a href="http://www.microsoft.com/windows/windowsmedia/player/download/">'.$spgm_cfg['theme']['MPVideoImage'].'</a>';
} elseif ( $arrVideoDim[2] == 'riff' ) {
print '<a href="http://go.divx.com/plugin/download/">'.$spgm_cfg['theme']['DXVideoImage'].'</a>';
Page created in 0.104 seconds with 15 queries.