Viewing 10 replies - 1 through 10 (of 10 total)
  • jackosh

    (@jackosh)

    thats odd, what code did ou use to put the fash in the post. it should work…

    Samuel B

    (@samboll)

    Thread Starter eddyj

    (@eddyj)

    Ok This is how it works.. i upload 3 things into my host root of that domain

    mp3 file
    player0.swf
    mp0.xml

    The 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″&gt;
    <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&#8221; />
    </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&#8221; 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

    Thread Starter eddyj

    (@eddyj)

    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

    Thread Starter eddyj

    (@eddyj)

    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

    Samuel B

    (@samboll)

    Is this line correct in your XML?
    tips="on" streaming="on" helpNote="THis%20is%20a%20Test"
    Otherwise your code looks fine.

    Do you update your permalinks?
    BTW, I got a 404 on both links.

    Thread Starter eddyj

    (@eddyj)

    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″&gt;
    <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&#8221; />
    </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″&gt;
    <PARAM NAME=”movie” VALUE=”https://www.consumerfinanceadvisor.com/player0.swf?loadFrom=mp0.xml”&gt;
    <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&#8221; WIDTH=”200″ HEIGHT=”60″ quality=”high” bgcolor=#ffffff type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer&#8221; />
    </embed>
    </object>

    I can get it to show up but, the mp3 wont play and its a different color..? very weird this

    Thread Starter eddyj

    (@eddyj)

    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.

    maerk

    (@maerk)

    Single post pages have a different .php file — you need to add code to that as well as the Main Index Template (and you might want to look at the archive and category pages too).

    Thread Starter eddyj

    (@eddyj)

    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

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Has Anyone Successfully got a Flash Player To Appear?’ is closed to new replies.