@vanrugge Please provide a link to your site using private messaging.
You must log in to post.
-
Posted 11 months ago #
-
I am looking forward to this great video player.
Steve
Posted 11 months ago # -
Thank you !!!
But know i have another problem. When i put my owm .mov . I dont get any audio ?
http://notascongabi.com/Video_Enanitos_player/deploy/videos/TestEnanitos.mov
Posted 11 months ago # -
This is the one with your player:
http://notascongabi.com/Video_Enanitos_player/deploy/videoPlayer.html
Posted 11 months ago # -
@juliomario14 mov files need to be H.264 encoded. Make sure you have them encoded correctly.
Posted 11 months ago # -
Hi! I love your players!
I recently purchased your FLV / H.264 Video Player II, without knowing you have this package that includes the 3 models. Would it be able to pay the difference in price and get this set?Posted 10 months ago # -
@renatapereira I answered you on private about the procedure. Let me know how you would like to proceed
Posted 10 months ago # -
Hi. I’m having problem with the special characters like á é í ó ú ñ in the settings.xml file.
If the description or name of the videos in you tube have it is doesn’t appear. What is the correct way to used it? ThanksPosted 10 months ago # -
@yomiento Open the source file videoplayer.fla. Navigate on stage until you have the description textfield selected. Embed the font that uses the special characters (use the properties bar below), then recompile.
Posted 10 months ago # -
Hi
I'm hoping someone could assist me with is what I'm sure a very simple problem.
I have adding the player to a section of my index.html page and all works fine apart from the full screen function. The HTML page has several flash movies (non video) on the page and then the player at the top in it's own div area.
Could someone please tell me what code Ineed to add and where it should go on my index.html file.
If easier I could send the index.html file as a private email.
I would really appreciate the help as it's one of the last things on the project I need to fix prior to completion.
Many thanks in advance
Chris
Posted 10 months ago # -
@mediapieuk From my experience, there are two possible reasons for a specific user not to have the fullScreen available:
1) When embedding the player in your web page, you need to have the parameter allowFullscreen set to true. You may as well use our embed code (you can find it in the videoplayer.html).
2) You need to have the fullscreen option set to true in the settings.xml file.
If neither of these suggestions work for you, please provide a link to your site (on private), so we can have a look.
Posted 10 months ago # -
Hi
I would like to use the video player with different xml files, and get the file with php and mysql, using a url variable. Is it possible?
ThanksPosted 10 months ago # -
@yomiento If I understand correctly, you want to have the settings.xml generated dynamically. If that is the case, you should have no problem. Other users have done it.
Posted 10 months ago # -
OK, but I don’t know where I have to change the name of the file “settings.xml” in the fla file
ThanksPosted 10 months ago # -
@yomiento I honestly believe that if you want to generate the settings file, it is a lot easier to generate it with the name of “settings.xml” On the other hand, you can generate it with whatever name you want, and only change the name of the settings file in the embed code (since the file is passed as parameter from within the embed code).
Posted 10 months ago # -
I am contemplating purchasing your video player package. I have a question: It is important that viewers be able to link to a url in the description under the video in player number III. Is this possible within the xml file?
Posted 9 months ago # -
@RanRan Yes, the description of a video (which you write in the settings.xml file) can contain an active link. It uses CData, so you may find it executes a lot of html.
Posted 9 months ago # -
Thank you. I have one more question concerning Player III – Is the video window scalable?
Posted 9 months ago # -
oops, nevermind, I found the scale button.
Posted 9 months ago # -
@RanRan Thank you, Let me know if you need any help.
Posted 9 months ago # -
I purchased the video players pack. Great job! I’m still playing with some of the color settings – but everything seems to work beautifully.
Only one hitch – my full screen button is not working. Is this a problem on my end? (I’m encoding to 264 (mp4) – 720×480 for most videos.
Posted 9 months ago # -
One other question – is it possible to pin the ‘categories’ at the top of the scroll list? That’s really where they belong. For example, for a car dealership – it would be great for a viewer to immediately see that there are video categories for new cars, used cars, and service videos without having to scroll down.
Posted 9 months ago # -
@RanRan Please make sure that the embed code you used allows fullscreen. var params should have: allow fullscreen: “true”. Now about the categories: they are not pinned, the current opened category closes all the others. So if the current open category would be the last one, all the categories would appear in the upper section. On the other hand, please contact me using private messaging if you would like to have all categories closed by default (they only open when the user clicks on a closed categ, not automatically)
Posted 9 months ago # -
@FoneticFreak Hello. I had a look at your link, and analyzed the settings file (85152.xml). I noticed you deleted the STAF tag from it altogether, probably while you were working on customizing it. The message title and the content are taken from what you write in the STAF tag at “title”, and content, respectively. If the player finds nothing in the xml file, it sends the email with the title and the content as “undefined”. Simply copy the tag in discussion from the original settings file you got when you download it, and paste it at the end of your settings file. If you can’t get hold of the original file, let me know. Also, let me know if you encounter other problems.
Posted 9 months ago # -
Great, I knew it would be something simple.
Thanks.
Posted 9 months ago # -
Thanks to one of our clients we found out there is a user on FlashCoponents trying to accuire, in a fraudulent way, the source files of our product. The spam message is simple and asks for your opinion about the product and along with it, the source files as well. They are using the email adress khyeee@hotmail.com
Spam message quote:
“May I know your personal review on the FLV video player III by flash Xpert. If u dont mind, could u send me the files?”
Please help us by not complying to their request.
Thank you all.
Posted 9 months ago # -
I am looking to mimic the functions of the getamac page: http://www.apple.com/getamac/ads/
for a client where you can choose your size (modem, medium & HD) on the same page... the player resizes to fit the content... and you can choose different videos to play on the same page.... I can't tell from the demo if any of the three extensions do that AND if they will play SD flv as well as the HD ones, or if everything has to be H.264....Also, I saw today on the site an add for 80% off all AS2 / AS3 components for the rest of the year, but I'm not sure if that was for all components or just for that one developer...
Thanks
JeffPosted 9 months ago # -
@jefferis The player can play flv files, streaming and YouTube videos and any of the following extensions IF they are H.264 encoded: MP4, M4V, M4A, MOV, Mp4v, F4V, FLV. You can set a page with buttons for each video dimensions set, each button to load a different player instance that starts playing a video file with the given dimensions. (For this idea, FLV Video Player I is best)
Another way is to embed a single instance of FLV Video Player III, and use the playlist as video launch thumb-like buttons to launch the same video, but with different sizes. This will be perfect and will look good as well, the only thing is it will not be the player itself that resizes, only the video container in it.
About the 80% reduction, it only refers to that specific developer, not us.
Posted 9 months ago # -
How can I make an actual playlist that plays more than one video for the FLV / H.264 Video Player I? Or should I just save the pain and purchase II?
Posted 9 months ago #


help
and feedback
latest
news
latest
forum entries