Hi everybody,
Looking for help
I have embedded the below script in my weblog, its for Aljazeera channel live streaming, can anybody help me to stop the auto start playing mode, to be optional when in log into my blog?
Here is the complete script which I have embedded and now is working perfectly, but in auto start mode in my weblog:
Note: the host site is not accepting java script
Thanks in advance
<p class="MsoNormal" dir="ltr" style="MARGIN: 0cm 0cm 10pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left"><span dir="rtl"></span><span lang="AR-SA" dir="rtl" style="FONT-SIZE: 6.5pt; COLOR: white; LINE-HEIGHT: 115%; FONT-FAMILY: "Tahoma","sans-serif""><span dir="rtl"></span> &nb sp;   ; & nbsp; &nb sp;   ; <object id="WMP" style="WIDTH: 154px; HEIGHT: 212px" height="212" width="154" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param value="h t tp: // live1.interoutemediaservices.com/?id=466e564a-1dd1-4296-8f7b-80beaa31eb33" name="URL" />
<param value="1" name="rate" />
<param value="0" name="balance" />
<param value="707.4566875" name="currentPosition" />
<param value="" name="defaultFrame" />
<param value="1" name="playCount" />
<param value="-1" name="autoStart" />
<param value="0" name="currentMarker" />
<param value="-1" name="invokeURLs" />
<param value="" name="baseURL" />
<param value="100" name="volume" />
<param value="0" name="mute" />
<param value="full" name="uiMode" />
<param value="-1" name="stretchToFit" />
<param value="0" name="windowlessVideo" />
<param value="-1" name="enabled" />
<param value="-1" name="enableContextMenu" />
<param value="0" name="fullScreen" />
<param value="" name="SAMIStyle" />
<param value="" name="SAMILang" />
<param value="" name="SAMIFilename" />
<param value="" name="captioningID" />
<param value="0" name="enableErrorDialogs" />
<param value="4075" name="_cx" />
<param value="5609" name="_cy" /></object></span></p>
|
Go4Expert Founder
|
![]() |
| 14Feb2009,21:47 | #2 |
|
What kind of script is that ? Its not JavaScript ?
|
|
Newbie Member
|
|
| 15Feb2009,16:24 | #3 |
|
of course this is not java script, because its working in my blog, otherwise it will never work because as i said the site which hosting my blog is not accepting javascript codes. i hope you understand what i want, regarding the script i don't know what is it, but its for Aljazeera live streaming thru media player.
|
|
Go4Expert Founder
|
![]() |
| 15Feb2009,21:45 | #4 |
|
No I dont get what you want ?
|
|
Newbie Member
|
|
| 15Feb2009,22:11 | #5 |
|
dear shabbir
i will try to explain: if you copy this script and embed it in a an internet site, you will get the streaming of Aljazeera channel live played thru media player, my problem is i do not want the channel to play automatically when i visit the site which you embed it in. i hope i made it clear now. thanks haydar |
|
Newbie Member
|
|
| 15Feb2009,22:18 | #6 |
|
i forget to tell you, before you embed it you need to delete the spaces in the address of the channel in order to be like this:
h t tp: // live1.interoutemediaservices.com/?id=466e564a-1dd1-4296-8f7b-80beaa31eb33 i cant delete it here as it will not be accepted from the administrator here hope its clear now to you haydar |
|
Go4Expert Founder
|
![]() |
| 16Feb2009,01:16 | #7 |
|
So whats your problem ?
|
|
Go4Expert Member
|
|
| 8May2009,02:28 | #8 |
|
Try this out (autostart to 0 not -1):
<p class="MsoNormal" dir="ltr" style="MARGIN: 0cm 0cm 10pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left"><span dir="rtl"></span><span lang="AR-SA" dir="rtl" style="FONT-SIZE: 6.5pt; COLOR: white; LINE-HEIGHT: 115%; FONT-FAMILY: "Tahoma","sans-serif""><span dir="rtl"></span> &nb sp;   ;   ;& nbsp; &nb sp;   ; <object id="WMP" style="WIDTH: 154px; HEIGHT: 212px" height="212" width="154" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"> <param value="h t tp: // live1.interoutemediaservices.com/?id=466e564a-1dd1-4296-8f7b-80beaa31eb33" name="URL" /> <param value="1" name="rate" /> <param value="0" name="balance" /> <param value="707.4566875" name="currentPosition" /> <param value="" name="defaultFrame" /> <param value="1" name="playCount" /> <param value="0" name="autoStart" /> <param value="0" name="currentMarker" /> <param value="-1" name="invokeURLs" /> <param value="" name="baseURL" /> <param value="100" name="volume" /> <param value="0" name="mute" /> <param value="full" name="uiMode" /> <param value="-1" name="stretchToFit" /> <param value="0" name="windowlessVideo" /> <param value="-1" name="enabled" /> <param value="-1" name="enableContextMenu" /> <param value="0" name="fullScreen" /> <param value="" name="SAMIStyle" /> <param value="" name="SAMILang" /> <param value="" name="SAMIFilename" /> <param value="" name="captioningID" /> <param value="0" name="enableErrorDialogs" /> <param value="4075" name="_cx" /> <param value="5609" name="_cy" /></object></span></p> |


