Hi I am new to this and it's been racking my brains trying to figure this out. in the promo block, I wanted to change the pictures and add my own content. I used the custom HTML block and create it now I went to preview and it did show the way I created but a little off so i moved some of the images... now it will not show what i created just the codes even in the front page you can see it here to see what i mean http://www.dyamondentertainment.net/site/tomaradio/Dolphin/index.php does anyone know how I can fix this? |
Did you try using the admin application? If my memory serves me well, I believe it's under the Basic Setting to control these images. |
Yeah, that's more detailed..And people, for some of the basic things, it's nice to visit the Admin app. It will save your souls once in awhile. |
thanks for the reply back, but I was not trying to add a picture I wanted to add my radio station player on there in replacement of the pictures. it worked at one point but when I went to change it thats when it didn't wok anymore |
|
The code for above is:
<object height="240" width="420" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"> <param value="VIDEO" name="id" /> <param value="http://streams.swcast.net/launch.cgi/tomaradio/hi-band.asx" name="URL" /> <param value="True" name="SendPlayStateChangeEvents" /> <param value="True" name="AutoStart" /> <param value="none" name="uiMode" /> <param value="9999" name="PlayCount" /><embed height="240" width="420" playcount="9999" uimode="none" autostart="True" sendplaystatechangeevents="True" url="http://streams.swcast.net/launch.cgi/tomaradio/hi-band.asx" id="VIDEO" type="application/x-mplayer2"></embed> </object>
|
The code for above is:
<object height="240" width="420" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"> <param value="VIDEO" name="id" /> <param value="http://streams.swcast.net/launch.cgi/tomaradio/hi-band.asx" name="URL" /> <param value="True" name="SendPlayStateChangeEvents" /> <param value="True" name="AutoStart" /> <param value="none" name="uiMode" /> <param value="9999" name="PlayCount" /><embed height="240" width="420" playcount="9999" uimode="none" autostart="True" sendplaystatechangeevents="True" url="http://streams.swcast.net/launch.cgi/tomaradio/hi-band.asx" id="VIDEO" type="application/x-mplayer2"></embed> </object>
it still do not work, the main page just shows the code not the player don't know why it's doing this, it worked the first time i did it then it will not work again
|
The code for above is:
<object height="240" width="420" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"> <param value="VIDEO" name="id" /> <param value="http://streams.swcast.net/launch.cgi/tomaradio/hi-band.asx" name="URL" /> <param value="True" name="SendPlayStateChangeEvents" /> <param value="True" name="AutoStart" /> <param value="none" name="uiMode" /> <param value="9999" name="PlayCount" /><embed height="240" width="420" playcount="9999" uimode="none" autostart="True" sendplaystatechangeevents="True" url="http://streams.swcast.net/launch.cgi/tomaradio/hi-band.asx" id="VIDEO" type="application/x-mplayer2"></embed> </object>
it still do not work, the main page just shows the code not the player don't know why it's doing this, it worked the first time i did it then it will not work again
hehe i know what your doing wrong.... your not inserting it via html....click on the little html button which will open up another window...just pop it it there 
|
thank you so much, got it now works perfect, now can you diect me on where i will find oout how to add a background image to the whole page |