Nucleus plugin has flashvideo player that uses JWplayer that works very well, but it doesn't support full screen and playlist option or we don't know how. Assuming we followed the instruction on the plugin page and installed the plugin correctly, all we need to do is to copy a youtube link and place the code in tinymce editor.
"(@)<%flashvideo(http://www.youtube.com/watch/v/MvgN5gCuLac)%>" must have the @ in front of "<"
JWPLAYER
We use jwplayer playlists a lot, therefore we need to use the code generator from longtailvideo.com. We just place the vars and it produces the embeded code for our page. We placed all down loaded files to a folder in the root directory for accessing everytime we use the code generator. After we did it once, we can just copy the codes and paste to other pages with the new*.xml name.
We need to make a playlist file in xml extension, put it in a folder and direct the player to that file. Here it's youtube.xml, the playlist names/icons are placed to the LEFT, we want the player to play through all the videos, we must select repeat always, volume initial set to 50%, when everything is done, click preview and select embedded codes for NucluesCMS... ... system.

Now, for some reasons, the display screen has (white) space and names of the file displayed next to the thumbnails which we don't like. We don't know how we did it, but the below embedded codes generate screen without the space between the thumbnails & the video.
If you want this codes, just copy and paste these to your page, change the player and xml files
<p>
<object height="320" width="500" data="http://yourdomain.com/jwplayer/mediaplayer.swf" type="application/x-shockwave-flash">
<param name="data" value="http://yourdomain.com/mediaplayer.swf" />
<param name="bgcolor" value="000000" />
<param name="flashvars" value="file=http://yourdomain.com/youtube.xml&backcolor=000000&frontcolor=000000&lightcolor=0099cc&screencolor=000000&playlistsize=80&skin=http://yourdomain.com/jwplayer/snel.swf&volume=50&playlist=left&repeat=always" />
<param name="src" value="http://yourdomain.com/jwplayer/mediaplayer.swf" />
<param name="allowfullscreen" value="true" />
</object>
</p>

This is the playlist xml file content.
For a single video, we normally use the flashvideo plugin, but in case we want to have the full screen option, we use jwplayer code generator also












