@flashjunkiejoe7 To make FLV / H.264 Video Player I use playlists, you need to customize the player, and need some action scrip skill to do that. Player II already has it, and you can make it look exactly like I if you play with the settings.xml file (and hide the playlist).
You must log in to post.
-
Posted 9 months ago #
-
We have just made a new update. New features have been enabled:
RTMPE Support
You can now play rtmpe, as well as rtmp.
Mouse Wheel Scroll
If the description underneath the video is larger than the available space, the text is scrollable with the mousewheel.
Captions / Subtitles
You can now add your texts / comments or even subtitles to your videos by simply writing them in a xml, srt or sub file (in the standard format, provided as an example with the download). Remember to provide the name of the captions/subtitle file in the settings.xml.
Several fixes have been made as well.
Posted 8 months ago # -
Does either of these players include the actionscript within the Flash file or are they external .as files? I would need them within the FLA. Also, what I am exactly looking for is somewhat a Youtube feature where 2-4 links to videos or urls (_blank window) can come up on the screen at the end of the video (not a playlist at the side). Would you know how to tweak the file(s) for that and I would pay an additional cost?
I am working on a project with a deadline and the sooner you could answer would be very much appreciated.
MediaVisionDS
Posted 8 months ago # -
@mediavisionds All the coding is external: each class has its own as file. This gives versatility to the player (there are several other benefits as well). About customized work, let’s move the discussion on private.
Posted 8 months ago # -
Hi,
is it possible to add myspace videos to playlist?
I tried but no succeeed like
<video><videoPath value=“http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=35995336”/></video>
if it is possible tell me the trick. TIAPosted 8 months ago # -
@latvis MySpace, like Vimeo and YouTube, do not provide direct access to their videos (if you copy the link you provided in the settings file and paste it into the adress bar, it is not a video you will access, but instead a web page). You can see YouTube videos with our player because we used an api provided by them, which acts both as an intermediary and as a protection system. Without this api no player can play their videos. Nor should anybody attempt to bypass their api, since that would constitute a copyright violation.
Posted 8 months ago # -
Hi,
I've purchassed FLV / H.264 Video Players Pack and I would like to know how displaying "FLV / H.264 Video Player III" with hidden playlist ? I want to keep "ShowHidePlaylistButton".
Jef06
Posted 7 months ago # -
@jef06 You still have “ShowHidePlaylistButton” option, in Player III as well.
Check the line 26 in the settings.xml file. The button hides the playlist and the description in Player III.
Posted 7 months ago # -
@jef06 Perhaps I understood wrong? You want to hide the playlist always, but still have the “show/hide” button so it only acts on the description?
If that is the case, set the size of the playlist and of its elements to 0 from the settings file, but let the “ShowHidePlaylistButton” option set to true.
If you need assistance with this, contact me on private.
Posted 7 months ago # -
I will like to know. If there is a code so i can put a comercial in front of my video before it plays the actual content that people will see ?
Posted 7 months ago # -
@juliomario14 We are working on pre-rol and post-roll commercials support for the next big update. We haven’t implemented it yet with the last update.
Posted 7 months ago # -
Ok thank you i cant wait for the upgrade. Please let us know as soon as you have it done ! :)
Posted 7 months ago # -
I have version III and was wondering what I am doing incorrectly. It is stretching my “preview pictures” and making them terribly pixelated. I would just like to be able to set an image size to show up behind the large play button but I didn’t want it to stretch it…is this possible and am I doing something wrong?
Posted 6 months ago # -
@scot.dryer The player takes the image you provide and makes it fit the display area. You can make the image with whatever dimension you desire (if you make it smaller than the display area, it will be stratced and pixelated). Remember that it is also you who sets the dimension of the display area from within the settings.xml file.
So take these steps: first set the dimensions of the player, the width, the height, the playlist and the description. This will make the stage with a certain dimension. Secondly, cut your preview images to fit that size. This is the optimum way to do it. Of course, you can always just make the preview images bigger, and let the player fit them into place. If they are larger than the display area, they won’t look pixelated.
Posted 6 months ago # -
flashXpert,
Is there any chance you can add support to these players for seek and pause when using rtmp servers? I’m used to this functionality in the JW player, and my users have a hard time without these feature when playing long videos.
Thanks!
Posted 6 months ago # -
@stanweatherby the next update is too close to add the feature. The following one, however, will contain it.
Posted 6 months ago # -
Hello, first off these are really nice players. I am having an issue on the mov total time. I have the settings.xml set to <totalTime value=“3”/> which is what the total time displays till you click the big play button then it displays 7:58? Using the movie inspector in Quicktime, it shows the duration as 00:02:55:08. I tried setting <totalTime value=”“/> to blank and that doesn’t work either. If the total time is not accurate, the player doesn’t stop – try to download more of the movie. Also if the movie is 02:30 in duration how do I enter that amount into <totalTime value=”“/>? Thanks!
Posted 5 months ago # -
@azfixit The player reads the video’s metadata. The total time you write in the settings.xml is used as a backup and only if the video doesn’t find the info in the video’s metadata. The metadata overrides the info you provide in th settings file.
The conclusion is that the video’s metadata is corrupted. Try and reencode the video. Let me know how it worked.
Posted 5 months ago # -
Dear users, starting today the available version 2.0 has the following functionalities added:
* Customized controls bar: You can now set the order in which you want the buttons to show on the controls bar, using the settings file. * next video / previous video buttons added: When pressing one of them, the player upholds the random/jump to next category settings in the xml file * tooltips. All buttons now have a tooltip (you can edit the text appearing on them if you so desire by editing the tooltip.as file available in the source folder). The tootltip autoresizes to match the buttons’ position and the text length inside the tooltip * Volume positioning. You can set the volume to either be horizontal or vertical(in which case the bar autohides) * Close captions button. It is no longer necessary to disable the captions from the settings file. Users ca disable them while the player runs.
Apart from this, we made several modifications:
* We greatly improved the architecture of the code (in preparation for the next update) * Redesigned the settings file. The options are now grouped differently, hopefully more accessible and easier to understand. A complete desription of what the settings do can be found here: player I: http://www.flashxpert.net/products/videoPlayerI/ player II: http://www.flashxpert.net/products/videoPlayerII/ player III: http://www.flashxpert.net/products/videoPlayerIII/ * Found a way to go around YouTube uploads that were done without matching the video aspect ratio with the selected YouTube preset. Even uploaded erroneously, the videos now occupy the entire display area. * Also for YouTube videos, we changed the way the player acts when a video finishes. If playContinuously is set to true, there will be no more freezes at the end of those videos – the player will advance to the next video normally
I know, we also promissed ads. However, we are already working on the ads system. In its current state the ads system is not yet up to this community’s expectations, so we decided to make this early release today without the ads, and come back with the ads during this weekend.
best regards to all of you,
and thank you for your patience
PS: Remember that anyone who owns an older version can redownload the new version freely.
Posted 1 month ago # -
I run a small website streaming live content will this player allow live rtmp files also does it support video embedded in iframes?
Posted 1 month ago # -
@sc0tsman Yes, it does. Also, please check your private messages, I’ve sent you more details. best regards
Posted 1 month ago # -
Post erased. Found the answer on your forum. THANKS!!! Great product.
Posted 2 weeks ago # -
@ All clients owning older versions of our player:
YouTube made modifications and the older versions of the player are no longer able to play YouTube.
Please update your version of the player to the latest available version. Simply redownload it.
To check what YouTube changed, check
http://www.flashxpert.net/forum/index.php?topic=261.msg822#msg822
Posted 1 week ago #


help
and feedback
latest
news
latest
forum entries