You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Embed player with Playlist on external sites Created Jul 7, 2009

This thread is solved

Views: 3986     Replies: 3     Last reply Jul 5, 2011  
You must login first before you can use this feature

randland

Posts: 1

Registered:
Jul 7, 2009

Embed player with Playlist on external sites

Posted: Jul 7, 2009

I have been using Flowplayer for quite some time now, and really enjoy the options and features offered. Unfortunately, several of our clients recently requested the ability to allow users to upload media to our site and let them embed their custom player and playlist on their own site (or MySpace, FaceBook, Blog, etc.)

The Embed Tag feature works great, but it only embeds the basic player itself, without any visual playlist. On our sites, we use the JS Playlist plugin to create the HTML playlist, but we have not found any way to include an HTML playlist on an embedded copy of the player. All the files are included, just no way to tell what files are there and jump between them.

I have researched the issue from many angles, and have come to the conclusion that most sites do not allow inline JavaScript code or linking. Also, Inline Frames and Cross Domain Web Services seem to be restricted on most sites.

Is there any way to include a simple HTML playlist with the embed code? One possibility we were considering was to add javascript calls to the configuration and include the extra DIVs necessary to populate the playlist, will this work?

Alternatively, is there an easy way to use the Content plugin to create a playlist directly in the player window, as the files will be MP3s and won't require display area? If so, how should the content be coded so that clicks will change the current file being played?

An unknown player that I found has this feature (although not very well styled in my opinion), which can be demonstrated by including this in a document:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="800" height="600"><param name=movie value=http://www.jayworkplace.com/players/flash9.swf"><param name=quality value=high><param name=allowFullScreen value="true"><param name=FlashVars value="foo=michaeljackson&remoteDomain=net&playerStyle=ChangGong"><embed src=http://www.jayworkplace.com/players/flash9.swf" quality=high pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600" allowFullScreen="true" FlashVars="foo=michaeljackson&remoteDomain=net&playerStyle=ChangGong"></embed></object>

Additionally, we would like to have the embeded player load the playlist dynamically from our site (as the user will update their media and we need those changes to persist to all copies of the widgets). Is there a way to load a playlist remotely every time the player is loaded (such as a webservice call, or even an asp.net handler that would output a valid RSS/XML playlist)?

I know this is a long post, but at this point I am having a hard time getting all the features implemented with the tools available and the security restrictions of web content. I truly appreciate any help in figuring this out.

bronnen

Posts: 1

Registered:
Jul 15, 2009

Embed player with Playlist on my Site with Floatbox

Posted: Jul 15, 2009

Reply to: Embed player with Playlist on external sites, from randland
Searching for the same Problem many days, because floatbox only allows to embed Flash with an swfobject, how can i create that embedcode, including my html playlist.
Thaks for help.

artephius

Posts: 1

Registered:
Sep 1, 2010

» Embed player with Playlist on my Site with Floatbox

Posted: Sep 1, 2010

Reply to: Embed player with Playlist on my Site with Floatbox, from bronnen
I really need to be able to do this as well. I've been trying to embed a playlist with the list of videos on the right as shown in the demo. I've got the playlist showing fine, and the embed code along side it, but when I embed it I just see the video, not the playlist selector.

If anyone has figured out or knows of a way to embed the full playlist, with the scrolling video chooser as show in the demo at

http://flowplayer.org/demos/plugins/javascript/playlist/youtube.html

PLEASE PLEASE PLEASE share the love and/or code with the rest of us!!!

If I can get this to work, we'll be buying the software because we will want to remove the watermark.

Thanks in advance!

Becomeaceleb
[url=http://www.becomeacelebrityjournalist.com]celebrity journalist[/url] [url=http://www.becomeacelebrityjournalist.com]become a celebrity

Posts: 1

Registered:
Sep 6, 2010

Embed player with Playlist on my Site with Floatbox

Posted: Sep 6, 2010

Reply to: Embed player with Playlist on external sites, from randland
Let me try this one.