It looks like you are willing to at least look at issues with Wordpress that are outside of WP Auctions in this forum - so I'll give it a try.
I am running the twenty ten wordpress theme. On a page on my web site, I entered some HTML code via the HTML tab to get a live video/audio stream to work on that page. The application I'm using for the stream is called ClipStream Live. However - when I did that - my footer is now missing. I also am using the WP Symposium plugin as I want that bottom panel to appear as well on the streaming page so members can click the "chat" button to discuss the live stream.
This isn't my final site - so please disregard the rest - just trying to figure out why my footer and the WP Symposium plugin don't appear when I entered the HTML code.
Is there something I must "enable" when adding HTML to get this to appear?
My issue can be found by going to this link (where the footer is missing):
http://chaddahlberg.com/client-developm ... /streaming
Thanks! Chad
Here is the code I put into the HTML tab for the "streaming" page on my site. Any advice is appreciated!
<Applet MayScript codebase="http://PublicIPAddress:8080/" cabbase=clipstreamlive.cab archive=clipstreamlive.zip code=clipstreamlive.class alt=ClipstreamLive name=clipstreamlive width=320 height=256> <param name='AutoBitrate' value='true'> <param name="VideoURL1" value="Medium,150,/live128.vcs"> <param name="VideoURL2" value="N/A,0,SlowConnection.vcs"> <param name="AutoPlay" value="True"> <param name="ChannelChange" value="False"> <param name="VideoBufferSize" value="5"> <param name="BackgroundColor" value="#FFFFFF"> <param name="TextColor" value="#000000"> <param name="SeekEnable" value="false"> <param name="PanelEnable" value="True"> <param name="PanelImagesURL" value="buttons.gif"> <param name="PanelLayout" value="PMC"> <param name="PanelImageWidth" value="51,1,52,1,1,1,1,20,75"> <param name="PanelFlash" value="2"> <param name="PanelPopup" value="False"> <param name="PanelPosition" value="Bottom"> <param name="VideoTitleImageURL" value="title.gif"> <param name="VideoEdgeColor" value="#FFFFFF"> <param name="AutoLoop" value="True"> <br><A HREF=http://www.clipstream.com/help/visitorhelp.shtml>Clipstream Live requires Java enabled in your browser or email. Click here for more information.</A><br>
