Embedding Strobe Media Player into Websites

Hello,
I am using the Strobe Media Player and want to have it so that using visiting my website can copy an embed code and use the player in their site.
Does Strobe Media Player have this capability or do I need to build it in myself?
Thanks

Hi,
this functionality is not present in the player itself, but you can use the code from the setup.html page that uses JS to generate the embed code from a set of parameters as a starting point.

Similar Messages

  • Embedded Windows Media PLayer With Non-Standard File Extension

    I have embedded a windows media player in a asp.net web page, using the usual
    <object> and <embed> tags. The video is served by an ashx (http handler). When I try to play the video, I usually (but not always) get an error message telling me that the file extension (ashx) does not match the file format.
    This happens in IE (8, 9, 10, 11) and also in Firefox (latest) with the WMP plugin.
    I know that the tags (with classid, etc) are correct because the media player displays and allows me to click the 'play' button.
    The ashx returns the correct mime type (video/x-ms-wmv) and a valid file name (somevideo.wmv) in the response headers. I have tried content-disposition attachment and inline.
    I have tried urls using 'http://', 'https://', and '//' (which I prefer)
    If I put the url (including the .ashx) of the video file in the browser address bar directly, the video downloads and plays in the standalone media player.
    If I modify the object tag to use a direct path to the video file (/somewhere/somevideo.wmv), it works - but I can't use this as a solution.
    The same ashx serves up video and audio in various other formats with out any fuss - it just seems that the embedded windows media player doesn't like it.
    This has been working for several years - I think this is some new behavior, though I can't identify what has changed, other than browser updates.
    Any ideas on what could be causing this? Am I missing something simple?

    Hi,
    Tools>Internet Options>Security tab, click "Reset all zones to default"
    Advanced tab of Internet Options>uncheck "Do not save encrypted files to disk"
    f12>Networking tab, click the Start button, navigate to your page and observer the response header and content.
    To determine if you page is being rendered in a x64 host (all IE versions and WaterFox, type
    navigator.platform in the IE Developer tools Console tab,
    Post questions about html, css and scripting for website development using MSIE browsers to the IE Web Development forum... WITH a link to your website.
    Rob^_^

  • Spry menu bar hidden behind embedded windows media player in IE but Not Firefox

    Hi ppl.. My spry menu bar submenus are hidden below my embedded windows media player when I go over the menu. Is there anything I can do to solve this. This doesn't happen in Firefox.(The submenu appear on top of the embedded player) Pls help.. Thank you!
    Here's my spry menu bar css code:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 9em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 9em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 9em;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        background-color: #333;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        color: #FFF;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding-top: 1.1em;
        padding-right: 0.75em;
        padding-bottom: 1.1em;
        padding-left: 0.75em;
        text-align: center;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000;
        background-image: url(../images/navimg2.gif);
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(../images/navimg2.gif);
        background-repeat: repeat-x;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;
    Here's my embedded windows media player code.
    <OBJECT ID="MediaPlayer" WIDTH="425" HEIGHT="344" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
              <PARAM NAME="FileName" VALUE="aqeedah1v7.wmv">
              <PARAM name="autostart" VALUE="true">
              <PARAM name="ShowControls" VALUE="true">
              <param name="ShowStatusBar" value="true">
              <PARAM name="ShowDisplay" VALUE="false">
              <EMBED TYPE="application/x-mplayer2" SRC="aqeedah1v7.wmv" NAME="MediaPlayer"
    WIDTH="425" HEIGHT="344" ShowControls="1" ShowStatusBar="1" ShowDisplay="0" autostart="1"> </EMBED>
    </OBJECT>

    Add
    <param name="WindowlessVideo" value="-1">

  • Problem with import files from windows media player into iTunes

    When I have tried to import my .wav lossless files created under windows media player into iTunes I use File, add folder to library but when the action is completed I get all of the files under the heading 'unknown album' with 'unknown artist'.
    Does anyone know that I need to do in order to include the artist and album ?
    Many thanks,
    John.

    You'll first need to add the MP3s to your iTunes library since the iPod is not compatible with Windows Media Player. You can use, for example, the File > Add to Library menu to do this.

  • Flash media server and strobe media player

    Hi,
    any one is done by sample program with Strobe media player and Flash media server?if yes means please send me some tutorials or sample file with steps how to do.

    Hi,
    Thanks for your interest in FMS and Strobe Media Player. SMP is a out of box sample player that can play streams from FMS and no coding is required for its basic functionality.
    It can play RTMP and HTTP dynamic Streaming / HTTP progressive as well as multicast streams.
    Download the Strobe media playback from http://www.osmf.org/strobe_mediaplayback.html , host it on a webserver and launch in a broswer.
    launch either strobemediaplayback.html or setup.html to setup your own player with different settings.
    Thank you !

  • Embed VLC media player into java GUI

    Hi
    Does anybody knows how to embed VLC media player into java GUI.
    thanks

    palakk wrote:
    Hi
    Does anybody knows how to embed VLC media player into java GUI.
    thanksWhat did you find when you googled it?

  • Strobe media player with aspnet

    I want to use strobe media player with my aspnet application. Can I access it on server side. I want to read one video at one time and display using strobe media player. Also I want to control current position of the video from server side. Truly it feels like I want to use Strobe media player as Windows media player in visual studio. Can anyone has some idea..please.

    You can control SMP via JavaScript, so if your app can dynamically write values to the JavaScript used in the app, then you should be fine.

  • Spry Menu Bar hides behind embedded windows media player

    Hi guys. My Spry Menu Bar hides behind my embedded windows media player when I go over the menu with my mouse. Below is the code I used to embed my player. How can I make it transparent? Thank you!

    To the Params in your object tag, add this:
    To the attributes in your embed tag, add this:
    wmode="opaque"
    Note that z-index is totally irrelevant to Flash. also note that the Adobe Flash Player is wildly inconsistent from browser to
    browser and from OS to OS, which is one of the more valid reasons for Apple abandoning the technology's support on its touch
    devices.
    Al Sparber - PVII
    http://www.projectseven.com
    Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/hgm
    The Ultimate Web 2.0 Carousel

  • Putting music from Media Player into iTunes???

    So....I just recently bought my Nano. I have lots of songs on my computer (that I put on there from my CDs) in Windows Media Player 10. When I connected to iTunes (to put music on my iPod) some of my previous songs from Media Player were put into iTunes, yet there are still LOTS of songs not in the iTunes Library. And I don't think that they didn't transfer because they are "protected", it has to be something else. I've tried dragging, copying, nothing is 'allowed'. I've gone to about every window, menu, and help/support site in both iTunes and Windows Media Player. This is almost a last resort.
    Thank you SO much if you have ANY information at all!!!

    I'm having the same problem, can someone help us?????

  • How do i get my videos from Media player into itunes?

    hello..i am new to this, so i have a probably very simple question, but all help is apreciated
    I just got a new video ipod... I would like to put the videos that i have onto itunes, thus into my ipod. How do i go about doing this? Currently, they are in Windows media player.
    Any help is greatly appreciated
    Thank you very much!

    i dont even know if im in the right message boar
    sorry to say: no, you're not..
    iMovie is the video edit app, exclusively included to any Mac..-
    please try here:
    http://discussions.apple.com/forum.jspa?forumID=807

  • Media player into Aux input on car stereo

    Hi,
    Blackberry Pearl 8100
    I would like to use the media player in my car.  My car stereo has an Aux input and I use it with a removable DVD viewer, it works well.  I have bought 2 x 3.5mm to 2.5mm adapters (the 2nd and 4th items here http://www.maplin.co.uk/Search.aspx?menuno=13259) but neither of them work.  Plugging the lead into the device doesn't divert the sound from the speakerphone or handset in the same way plugging in headphones does.  If I wiggle the connectors about, it will come and go in one channel (left) of the stereo, but not in any consistent or useful way.
    It has been suggested in one other thread ( http://www.blackberryforums.com.au/forums/blackberry-pearl-smartphone-discussion/1242-playing-music-... )that there could be an issue with the Aux input itself and the signal from the device is not high enough to drive the Aux but that isn't consistent with the sound levels that I get out of it when I wiggle the connectors.
    I have checked the vehicle manufacturer manual for the audio unit and I can't find the impedance of the Aux imput or specification of it, but its a Sony 6CD audio unit.
    Can anyone shed any light on my problem?  I have tried X Player over my handsfree Parrot, but the music sounds like a phonecall (unsurprisingly :-)
    Help, please..
    Gareth

    the manual says "an equipment such as a portable audio player can be connected to the aux input terminal using a commercially available mini plug (3.5).
    I'm almost positive that is what I bought.

  • How do i get my music files from my media player into i-tunes?

    i have tried to import my music from my old windows media player and it wont do anything. i just got my first ipod. i dont want to have to duplicate all the music on my computer twice just to have it in my itunes player?!?! please help!

    I have also tried to use Window Mieda Player to import my music. Only iTunes can import music to you iPod. If your iPod came with a cd to install drivers for it, It will also have iTunes on it. I am sorry. By the way, congradulations on your first iPod!
      Windows XP Pro   Hp Desktop iPod Nano

  • Sample to embed Adobe Media Player into html

    Hello everyone,
    I have searched for quite some time but can not find a simple sample to tell how to write a simple html page which could embed an Adobe Media Player and play a local music?
    Any samples?
    thanks in advance,
    George

    Just an idea...Maybe it would be better to add music through your editing html software - you can add music within background tab. Heres the code...place in html on page.
    change musicfile.wav to the name of your file.
    http://www.new-age-internet-marketing-academy.com/

  • How to parse HDS Live fragments in Strobe Media Player and read "mdat"

    Hi,
    Can any one please tell me how can I parse HDS Live fragmnent "mdat" in Strobe Media Playback.? My requirements is to add CC on SMP from HDS live fragments data.
    Please advise.
    Best regards,

    QuickTime will not play MPEG-2 content, streaming or otherwise, without the addition of the extra-cost MPEG-2 Playback Component. Even with that component, QuickTime cannot play all MPEG-2 streams. Read the FAQ carefully for details.

  • When I put the audio CDs I burned through Windows Media Player into my drive, it says disk is blank.

    I am using a Presario CQ61. I have burned audio CDs with Windows Media Player on my computer. Upon completion, when I try to playback the CD in my disk drive for the computer, it asks what I would like to do with the blank disk. However, this same CD plays just fine in my stereo, as well as on my roommates Presario CQ61 disk drive. We have the exact same computer except mine has a webcam and hers doesn't. I don't understand why these disks will play everywhere except on the computer that was used to create the disk! I am so frustrated! I have updated my drivers. I have also disabled and re-enabled the Windows Media Player. I even went as far as restoring my computer to factory settings. What else can I do to fix this problem??

    Which brand of discs u used??\
    tried any other brand??
    ||-Although I am working on behalf of HP, I am speaking for myself and not for HP.-||
    //Click on Kudos if my reply was helpful and answered your question//
    ||-If my answer solved the problem please mark the topic as the accepted solution-||

Maybe you are looking for

  • Stock Issue/Receipt Values in 0IC_C03 not matchin with MC.9

    Hi Experts, We are facing a certain mismatch problem in our Inventory Cube (0IC_C03) stock issue and receipt values. They are showing a huge difference with the issue and receipt values in ECC Report MC.9. Also please note that the Quantities in the

  • My macbook pro makes every 3 seconds a ticking sound

    Hello everybody i've bought my macbook pro 3 months ago and he is making all the time a ticking sound. sometimes it's quiet but sometimes it's also very loud. it comes from the left side of my mac and i think it's a fan. could somebody help me please

  • HT1420 Authorization/Deauthorization

    I have reached the limit on how many computers I can authorize, but some of the computers are duplicates. If I deauthorize all of my computers will I lose my library, and can I then reauthorize said computers?

  • Why are my Airport Expresses not extending my network?

    I have an AirPort TimeCapsule connected to the Internet.  It provides wifi perfectly within about 20 feet.  I purchased two Aiport Expresses to extend the network. The airport expresses are set up with Network Mode = "Extend a wireless network", with

  • How to process bdc session ?

    Hi ,   Suppose I created a session BDC . Then How can I process it ? by using sm36 or any standard program ? If any standard program is there how to use it ?