Post Reply »

You must log in to post.

FLV / H.264 Video Players Pack
  • Started 1 year ago by aragoneldragon
  • Latest reply from FlashXpert
  1. FlashXpert
    Member

    @vanrugge Please provide a link to your site using private messaging.

    Posted 11 months ago #
  2. thirdgruv
    Member

    Has bought the file

    I am looking forward to this great video player.


    Steve

    Posted 11 months ago #
  3. juliomario14
    Inactive in forum

    Has bought the file

    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 #
  4. juliomario14
    Inactive in forum

    Has bought the file

    This is the one with your player:


    http://notascongabi.com/Video_Enanitos_player/deploy/videoPlayer.html

    Posted 11 months ago #
  5. FlashXpert
    Member

    @juliomario14 mov files need to be H.264 encoded. Make sure you have them encoded correctly.

    Posted 11 months ago #
  6. renatapereira
    Inactive in forum

    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 #
  7. FlashXpert
    Member

    @renatapereira I answered you on private about the procedure. Let me know how you would like to proceed

    Posted 10 months ago #
  8. yomiento
    Member

    Has bought the file

    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? Thanks

    Posted 10 months ago #
  9. FlashXpert
    Member

    @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 #
  10. mediapieuk
    Member

    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 #
  11. FlashXpert
    Member

    @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 #
  12. yomiento
    Member

    Has bought the file

    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?
    Thanks

    Posted 10 months ago #
  13. FlashXpert
    Member

    @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 #
  14. yomiento
    Member

    Has bought the file

    OK, but I don’t know where I have to change the name of the file “settings.xml” in the fla file
    Thanks

    Posted 10 months ago #
  15. FlashXpert
    Member

    @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 #
  16. RanRan
    Inactive in forum

    Has bought the file

    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 #
  17. FlashXpert
    Member

    @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 #
  18. RanRan
    Inactive in forum

    Has bought the file

    Thank you. I have one more question concerning Player III – Is the video window scalable?

    Posted 9 months ago #
  19. RanRan
    Inactive in forum

    Has bought the file

    oops, nevermind, I found the scale button.

    Posted 9 months ago #
  20. FlashXpert
    Member

    @RanRan Thank you, Let me know if you need any help.

    Posted 9 months ago #
  21. RanRan
    Inactive in forum

    Has bought the file

    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 #
  22. RanRan
    Inactive in forum

    Has bought the file

    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 #
  23. FlashXpert
    Member

    @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 #
  24. FoneticFreek
    Inactive in forum

    Has bought the file

    Hi,


    We have this control working on our site but we can’t get the email friend option to work. The email is sent and recieved however the subject and the body just say “undefined”.

    link text


    Any ideas?

    Posted 9 months ago #
  25. FlashXpert
    Member

    @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 #
  26. FoneticFreek
    Inactive in forum

    Has bought the file

    Great, I knew it would be something simple.


    Thanks.

    Posted 9 months ago #
  27. FlashXpert
    Member

    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 #
  28. jefferis
    Member

    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
    Jeff

    Posted 9 months ago #
  29. FlashXpert
    Member

    @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 #
  30. 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 #