• poesleeve

    (@poesleeve)


    Hello to all~

    I am very very very very very very frustrated at this point. I have searched the support forums and found folks with similar problems getting no response to their queries.

    I am trying desperately to get my podcast trailer recognized as something other than a Quicktime file download. How?

    I am trying to get the RSS to synducate the podcast rather than the blog itself. How?

    I know the feed codes. I know them all. I’ve been looking at them all until I am bleary-eyed and exhausted. NOWHERE does it tell me WHAT to link them TO to differentiate the podcast and the blog which is what I am trying to do. If I am not linking them to anything, how on earth do they know what to syndicate?

    I have looked EVERYWHERE for the answer to the simple question of how to turn my MP3 files into a podcast feed. How?

    I have searched high and low for reasons why the plug-ins that seem to work for everyone else still don’t give me anything but an MP3 Quicktime dowload when I enclose my file with their features.

    What am I doing wrong? What am I missing???

    Not hostile, just EXTREMELY FRUSTRATED.

    Thanks for anything anyone can do ….

    C*
    https://www.subrosaradio.com

Viewing 16 replies (of 16 total)
  • You need to look at the source HTML for the page that displays after you click the permalink. The problem is that your XML file lives here:

    https://www.consumerfinanceadvisor.com/mp0.xml

    And the permalink post is looking for it here:

    https://www.consumerfinanceadvisor.com/2006/03/16/test/mp0.xml

    Your object embedding should be written like 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=https://www.consumerfinanceadvisor.com/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=https://www.consumerfinanceadvisor.com/mp0.xml" WIDTH="200" HEIGHT="60" quality="high" bgcolor=#ffffff type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" />
    </embed>

Viewing 16 replies (of 16 total)
  • The topic ‘MP3 opening in Quicktime, not as a feed’ is closed to new replies.