|
#11
|
|||
|
|||
|
Quote:
The auto-player was working before the Livestream crew updated the player. I'm already working on a new release, check the extension page from time to time. |
|
#12
|
|||
|
|||
|
Joomla content editors are notorious for stripping code, especially in articles.
download the custom html module from joomla extensions, put your code in it. assign the module to the article. |
|
#13
|
|||
|
|||
|
1st, joomla dose not accept iframe tags. if u want to frame something use the wrapper mod. I would not use this method. it looks bad. 2nd, to embed your player use the code starting with ( <object width="560" height="340" ) ext. copy/paste it in to a custom_html mod and place it where u want it all should work if your joomla site was installed correctly. 3rd, the editor will not show the player, no worries hit toggle editor the code should still be there, just apply and save then enjoy.
|
|
#14
|
|||
|
|||
|
hi all,
i just wana ask if there are some joomla extension for livestram or something like this Thans verry mutch |
|
#15
|
||||
|
||||
|
Quote:
I've merged your post with an existing Joomla thread, which should be helpful. If your question is still unanswered, please specify what kind of information you're looking for. Best, Jason |
|
#16
|
|||
|
|||
|
i also have similar problem with the embed code only for Video Library. It works fine it covers sub menu options the same time that video player dont cover sub menu options. I have tried almost everything like wmode=transparent, wmode=opaque, add this like param name and etc. When i reach a situation when both player and library appear correctly for strange reason i loose connection between player and libray... The above code works perfect in HTML but not in joomla.
<object width="596" height="480" id="lsplayer" classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="http://cdn.livestream.com/grid/LSPlayer.swf?channel=iatriceducation&color=0xe 7e7e7&autoPlay=true&mute=false&iconCol orOver=0x888888&iconColor=0x777777"> </param> <param name="allowScriptAccess" value="always"> </param> <param name="allowFullScreen" value="true"> </param> <embed name="lsplayer" wmode="transparent" src="http://cdn.livestream.com/grid/LSPlayer.swf?channel=iatriceducation&color=0xe 7e7e7&autoPlay=true&mute=false&iconCol orOver=0x888888&iconColor=0x777777" width="596" height="480" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash"></embed> </object></td> <td> <p> <object width="351" height="480" id="lslibrary" classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="http://cdn.livestream.com/grid/LSLibrary.swf?channel=iatriceducation&&player=l splayer&mode=idname"> </param> <param name="allowScriptAccess" value="always"> </param> <param name="allowFullScreen" value="true"> </param> <param name="wmode" value="opaque" /> <embed name="lslibrary" src="http://cdn.livestream.com/grid/LSLibrary.swf?channel=iatriceducation&player=lspla yer&mode=idname" width="351" height="480" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash"></embed> </object> |
|
#17
|
|||
|
|||
|
Because i have hitting my head on the wall for a couple of days with this issue(player and library in article page with transparent attributes to avoid covering drop down menus and to be compatible with all browsers)
i finally found the solution for Joomla and it is called Jumi http://extensions.joomla.org/extensi...n-content/1023 Install this extension and you can do anything you want with the code! If you want to have player and library on the background and not to "disturb" other elements of your Joomla website(like drop down menus) use the exact code below with your channel data <style scoped="scoped" type="text/css">.benner , .content_right{ display:none; }</style> <table style="width: 983px; height: 490px;" border="0"> <tbody> <tr> <td><object width="596" height="480" id="lsplayer" classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="http://cdn.livestream.com/grid/LSPlayer.swf?channel=iatriceducation&color=0xe 7e7e7&autoPlay=true&mute=false&iconCol orOver=0x888888&iconColor=0x777777"> </param> <param name="allowScriptAccess" value="always"> </param> <param name="allowFullScreen" value="true"> </param> <param name="wmode" value="opaque"> </param> <param name="wmode" value="transparent"> </param> <embed name="lsplayer" wmode="transparent" src="http://cdn.livestream.com/grid/LSPlayer.swf?channel=iatriceducation&color=0xe 7e7e7&autoPlay=true&mute=false&iconCol orOver=0x888888&iconColor=0x777777" width="596" height="480" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash"></embed> </object></td> <td> <p> <object width="351" height="480" id="lslibrary" classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="http://cdn.livestream.com/grid/LSLibrary.swf?channel=iatriceducation&&player=l splayer&mode=idname"> </param> <param name="allowScriptAccess" value="always"> </param> <param name="allowFullScreen" value="true"> </param> <param name="wmode" value="opaque"> </param> <param name="wmode" value="transparent"> </param> <embed name="lslibrary" wmode="transparent" src="http://cdn.livestream.com/grid/LSLibrary.swf?channel=iatriceducation&player=lspla yer&mode=idname" width="351" height="480" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash"></embed> </object> </p> </td> </tr> </tbody> </table> <p></p> |
|
#18
|
|||
|
|||
|
i have the same problem with joomla 1.5.15
|
|
#19
|
|||
|
|||
|
There are one of two ways to fix the problem. Try this one first:
1) In your Joomla Administrator backend, go to Site > Global Configuration. 2) Find where it says "Default Editor." Change it to one of the other options. It's been a while, so I forget which editor will work (I think it begins with an "n", though). You'll likely just have to try them all. 3) When you pick a different one, click "Save." Then go back to the article where you're trying to embed the Livestream channel. 4) You'll see the HTML code of your article, and can embed it into there without the code stripping. Option #2 - Now the newest version of Joomla I noticed does not allow this type of editor anymore. So here is what you'll have to do. 1) From your administrator backend, go to "Menus" and then pick the menu in which you're trying to place a link to your video player. Mine is the Main Menu. 2) Create a new menu item. (Click on the "New" or "Add New Menu Item" button). 3) Click on "Menu Item Type" to select a type of menu item to create. 4) Select Wrapper > iframe Wrapper. 5) After naming your new menu item (I called mine "Videos"), go to Basic Options > URL. You are going to put the URL to your video player in here. Here is where you get that URL: A) Find your LiveStream embed code (the code Livestream gives you to embed your channel). B) Look for the first part of the code that reads iframe src="A URL" C) Copy the URL that is between the two quotes there ("here"). For example, mine is http://cdn.livestream.com/embed/miss...512&height=480 D) Don't copy anything but the URL between the two quotes. This is what you will paste inside Basic Options > URL on the Joomla New Menu Item page. Lastly, look for "Scroll bar parameters" on the Joomla New Menu Item page. Change "Scroll Bars" to "no." Then type in the Width and Height of your LiveStream embedded channel. For example, if mine is http://cdn.livestream.com/embed/miss...512&height=480 ...then I would type Width = 512 and Height = 480 into the Scroll Bar Parameters section of the Joomla New Menu Item Page. Save it, and you're done. Now, there is one catch with this method: It won't embed it into a preexisting article. It will only embed it on it's own page. But it should work. Good luck! |
|
#20
|
|||
|
|||
|
Has there been any updates for Joomla 2.5?
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|