eddyj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to do this…?thanks michael and thanks for the tip
Forum: Fixing WordPress
In reply to: embeddedYour going to run into a problem,…. reason is WORDPRESS doesnt like the embed command.. i use post2blog program and and you could insert code like that BUT!!!.. you have to install a plugin in your wordpress called
TEXTCONTROL and turn off FORMATTING… then your flash will show up.. BUT then all your formatting is gone.. is a catch 22
Forum: Fixing WordPress
In reply to: Is it possible to have too many Categories?damn what does your site look like.. it must just be one MASSIVE list down the left or right side
Forum: Plugins
In reply to: XMLRPC Enclosure Generation Plugin?use podpress
Forum: Fixing WordPress
In reply to: Updating to 2.0.2 Shouldnt I be able to do this in fantistico?yes they have changed it but for some reason i cant upgrade it with the usual 1 click .. i will contact hostgator something is wrong..
earlier today i logged in went under cpanel and before clicking anything it shows
UPDATE NOW
Following installations are not up-to-date. Keep your installations secure and up-to-date and ensure that future versions of Fantastico will be able to maintain your installations by updating now.Location installed upgrade link
myblog 1.5 hereNow when i log in it doesnt show my blog under location at all and no upgrade link
Forum: Fixing WordPress
In reply to: Rich Text Editorjust use post2blog so much easier to update your blog
Forum: Fixing WordPress
In reply to: This is killing me. Need help from a wordpress guruyeah ive given up something is wrong.. im going to have to use audioblog.com and pay them $10.. i cant believe this lol
ive tried this one https://www.1pixelout.net/code/audio-player-wordpress-plugin/ and it works but doesnt look as nice.
Forum: Fixing WordPress
In reply to: This is killing me. Need help from a wordpress gurugeoffe i have already tried that.. the result is it displays on the main blog ok but when you go to the post itself yes the player is viewed but then it ends up not playing and colors are messed
https://www.consumerfinanceadvisor.com/2006/03/16/test/
go look then go to main site the main plays but the post dont check the code again and you will see ive done what you said
Forum: Fixing WordPress
In reply to: Has Anyone Successfully got a Flash Player To Appear?Ive given up im going to pay audioblog there $10 and at least know that my file can be viewed in the player.. there are a lot of people who dont like to download mp3 and just want to click and listen
Forum: Fixing WordPress
In reply to: Has Anyone Successfully got a Flash Player To Appear?samboll that code in xml is just the project details..
for permalinks i go to admin, options, permalinks click in the dot then click update.
Forum: Fixing WordPress
In reply to: Has Anyone Successfully got a Flash Player To Appear?ok now if i change the code above in my post from
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”200″ HEIGHT=”60″codebase=”https://active.macromedia.com/flash7/cabs/swflash.cab#version=6,0,0,0″>
<PARAM NAME=”movie” VALUE=”player0.swf?loadFrom=mp0.xml”>
<param name=”play” value=”true”>
<PARAM NAME=”quality” VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<embed src=”player0.swf?loadFrom=mp0.xml” WIDTH=”200″ HEIGHT=”60″ quality=”high” bgcolor=#ffffff type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer” />
</embed>
</object>TO THIS
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”200″ HEIGHT=”60″codebase=”https://active.macromedia.com/flash7/cabs/swflash.cab#version=6,0,0,0″>
<PARAM NAME=”movie” VALUE=”https://www.consumerfinanceadvisor.com/player0.swf?loadFrom=mp0.xml”>
<param name=”play” value=”true”>
<PARAM NAME=”quality” VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<embed src=”https://www.consumerfinanceadvisor.com/player0.swf?loadFrom=mp0.xml” WIDTH=”200″ HEIGHT=”60″ quality=”high” bgcolor=#ffffff type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer” />
</embed>
</object>I can get it to show up but, the mp3 wont play and its a different color..? very weird this
Forum: Fixing WordPress
In reply to: Has Anyone Successfully got a Flash Player To Appear?Here is the deal.. permalinks seems to be causing the issue.. as if i leave it on the default it shows up on the main blog and on its own post but if i change to a permanent link path which is what i do for all my blogs then it wont show the player.. somehow the permalinks is throwing off the player from knowing where to look for the swf and xml.. IM SO CLOSE to getting this resolved just need peoples ideas
Forum: Fixing WordPress
In reply to: Has Anyone Successfully got a Flash Player To Appear?samboll i cant use that.. as its for video i just want sound, plus the issue is not with the player its with wordpress from what i can see and paths
Forum: Fixing WordPress
In reply to: Has Anyone Successfully got a Flash Player To Appear?Ok This is how it works.. i upload 3 things into my host root of that domain
mp3 file
player0.swf
mp0.xmlThe player0.swf is just the flash player
The Mp0.xml has details of what should be played and colors etc..Now the html code i post to my blog is
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”200″ HEIGHT=”60″codebase=”https://active.macromedia.com/flash7/cabs/swflash.cab#version=6,0,0,0″>
<PARAM NAME=”movie” VALUE=”player0.swf?loadFrom=mp0.xml”>
<param name=”play” value=”true”>
<PARAM NAME=”quality” VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<embed src=”player0.swf?loadFrom=mp0.xml” WIDTH=”200″ HEIGHT=”60″ quality=”high” bgcolor=#ffffff type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer” />
</embed>
</object>This basically calls the swf and the xml file.
Ok now the code inside the XML is this
<?xml version=”1.0″ ?>
<movie load=”on” colorAll=”#003366″ mode=”on” play=”off” loop=”off” tips=”on” streaming=”on” helpNote=”THis%20is%20a%20Test” copyrightURL=”https://www.consumerfinanceadvisor.com” projectTitle=”steve” player=”advanced”><catalog>
<item><title>You Will Do Even Greater Works</title><file>steve1.MP3</file><stoppoint timeout=”0″>off</stoppoint><beforeurl trg=”_self”></beforeurl><setpoints></setpoints></item>
</catalog></movie>The wierd part about it is that.. if i leave the permalinks set to the default
https://www.consumerfinanceadvisor.com/?p=123
then it shows up in when you click the title. but as soon as i change the permalinks to
https://www.consumerfinanceadvisor.com/2006/03/16/sample-post/
i get what you see at the site
Forum: Fixing WordPress
In reply to: MP3 opening in Quicktime, not as a feedKen please take a look at this
https://www.consumerfinanceadvisor.com I get my flash player to show up on the main page and play but click on the POST TITLE.. and its not there.. i have found that if i leave the permalinks on default it will show up but if i change the permalinks to anything else it wont..
this is a definate wordpress issue.. can you help