FORUM

Vista FLV Player

Home / Forum / Components Discussions / Vista FLV Player

  • Hi,


    I just purchased a copy, and I am wondering how I can implement this similar to the JW player implementation like flashvars:file=urlofmyfilehere. I want to add my media file in the flashvars and not in the xml file as shown on the sample page.


    thank you very much


    #  /  posted on Jul 14, 2009
  • Hi poorboy,


    This is what you need to do first. Since the flv loads the parameters from an xml you will need to make it loading flashvars.
    I have made a list of what you need to do.
    1. Select the layer code and press F9
    2. Delete the lines 1,2 and the last to lines 636 ,637
    3. Now you will need to delete from line 1 to line 8
    4. Once deleted you will need to publish a new file. Press shift + F12
    5. So far in the fla files you are done.
    6. Insert the swf file in an htm file with notepad.
    7. You will see there <param name=“movie” value=“player.swf” />
    8. Now add this text after it.
    <param name=“FlashVars” value=“ID1=video.flv&ID2=text”>
    9.Test the player. Open the htm file.


    Note in order to add the rest of the parameters you add after everyone an & . For example <param name=“FlashVars” value=“ID1=video.flv&ID2=text&ID3=no”>


    Any problem please let me know. Don’t forget to rate the file.


    Bets Regards,
    Cornel


    #  /  posted on Jul 14, 2009
  • Hi Cornel,


    You are amazing, thank you very much for the time spent responding to my question. I will try to do it by tomorrow. Don’t worry I will rate your product the highest. I am also thinking of buying more licenses for this later on. Please let me know if you can give me a little discounts lol, seriously.


    #  /  posted on Jul 15, 2009
  • I purchased your product - seems simple so far. The one thing I am trying to do is to remove the % loading after it reaches 100%. When it gets to 100% it just keeps spinning and displaying 100%. How do I get the 100% to disappear after the movie is loaded?


    #  /  posted on Mar 23, 2011
  • PM sent to theinz


    #  /  posted on Mar 24, 2011

Please login to post replies.