mahvin
Forum Replies Created
-
Forum: Plugins
In reply to: Use Audio Player in a sidebar widget?Much easier way to use the same Audio Player in a widget is to download the standalone version and extract “player.swf” and “audio-player.js” to your server, and call up the player.swf using object type:
<object type=”application/x-shockwave-flash” data=”http://your server location/player.swf” id=”audioplayer1″ height=”24″ width=”240″>
<param name=”movie” value=”http://your server location/player.swf”>
<param name=”FlashVars” value=”playerID=audioplayer1&soundFile=http://YOUR_URL.mp3″>
<param name=”quality” value=”high”>
<param name=”menu” value=”false”>
<param name=”wmode” value=”transparent”>Works like a charm for me.
Check out this website for more details: http://www.macloo.com/examples/audio_player/index.html
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Breaks WP dashboard pageActually, I caused this problem myself, unknowingly. A few WP glitches popped up the day before so I manually re-installed WP and it affected my .htaccess file. My host requires us to use the php5 string to use the newest version of PHP 5:
AddType x-mapp-php5 .php
NextGen uses the newest PHP 5. My .htaccess is back to normal once again.
Forum: Plugins
In reply to: [Plugin: WP Geo] 306 : Failed opening ‘filters.php’ for inclusionI am getting the same errors.