If I purchase a commercial license is it possible to remove the right-click link to "About JW Player 4.0…"? If so, how would I do that?
Thanks for your help,
-flash

If I purchase a commercial license is it possible to remove the right-click link to "About JW Player 4.0…"? If so, how would I do that?
Thanks for your help,
-flash

Can you please provide a example with the above flashvars?

Post your player embedding code or a link to your Test Page so we know what format of embedding code you are using. There are many different formats and sorry, we can't read minds.

Here is my coding....
<object id="player" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="585" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="name" value="player" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value="streamer=rtmp://000.000.000.000/vod&file=streams/full-path-to-other-media-location&logo=/jwp/logo.png" />
<param name="src" value="/jwp/player-licensed.swf" />
<param name="quality" value="high" />
<embed id="player" type="application/x-shockwave-flash" width="585" height="385" src="/jwp/player-licensed.swf" quality="high" flashvars="streamer=rtmp://000.000.000.000/vod&file=streams/full-path-to-other-media-location&logo=/jwp/logo.png" allowfullscreen="true" name="player"></embed>
</object>

flashvars="streamer=rtmp://000.000.000.000/vod&file=streams/full-path-to-other-media-location&logo=/jwp/logo.png<strong>&abouttext=This is the text that will be shown instead of the default about text.&aboutlink=http://www.domain.com/path/page.html</strong>"
Hi TW!
Have you manage to change the menu using the SWFobject method?
I've tried something like:
so.addParam('flashvars.abouttext','MyDomain');
so.addParam('flashvars.aboutlink','http://www.mydomain.com');
But this doesn't work :(
Thanks

You must have the licensed version of the player for this to work.

Using SWFObject 2 - JavaScript, how do I remove it? I'm using Drupal for my CMS and SWF Tools to display the video using JW Player.
this is my code:
<script type="text/javascript">
swfobject.embedSWF("http://mysite.com/player/flash_media_player/player.swf", "swfobject2-id-12669402611", "640", "375", "7", "", { "fullscreen": "true", "autostart": "true", "backcolor": "0xFFFFFF", "frontcolor": "0x999999", "lightcolor": "0x000000", "screencolor": "0x000000", "logo": "http://mysite.com/player/flash_media_player/logo.png", "captions": "http://mysite.com", "skin": "http://mysite.com/player/skin.swf", "width": "640", "height": "375", "repeat": "list", "displayclick": "play", "file": "http://mysite.com/files/video/file.flv" }, { "swliveconnect": "default", "play": "false", "loop": "false", "menu": "false", "quality": "autohigh", "scale": "showall", "align": "default", "salign": "t", "wmode": "opaque", "bgcolor": "#FFFFFF", "version": "7", "allowfullscreen": "true", "allowscriptaccess": "sameDomain", "base": "/", "src": "http://mysite.com/player/flash_media_player/player.swf", "width": "640", "height": "375" }, { "id": "swf12669402611" });
</script>
hi. anyone?

Do you have a link?

hi ethan, can i email you?

sure - ethan [at] longtailvideo.com

I´ve got licend an jw player advanced Modul for joomle but i can´t put my logo in it anyone knows how i can change the logo??

This seems like player setup issue. Please repost in that forums.
Step 1 = Buy a commercial license
Step 2 = enable the following flashvars:
- abouttext (undefined): text to show in the rightclick menu. Please do not change this if you don't have a commercial license! When undefined it shows the player version.- aboutlink (http://www.longtailvideo.com/players/): url to link to from the rightclick menu. Do not change this if you don't have a commercial license!
For all supported flashvars, see:
http://developer.longtailvideo.com/trac/wiki/FlashVars
Step 3 = Profit???