Search FlashComponents.net's Forum

FLV Player Black

Home / /community/ / Components Discussions / FLV Player Black / Page 2

  • Hi,


    In need documentation to transform the plyer in a CS3 Flash component to use in a Flash stage.


    Thanks


    #  /  posted on Aug 27, 2009

  • #  /  posted on Aug 27, 2009
  • You can see an example of addChild method in com/flashdo/flashblue/Main.as


    If you want to add that as an external movie use this script:


    var request:URLRequest = new URLRequest("flvplayer.swf"); 
    var loader:Loader = new Loader(); 
    loader.load(request); 
    loader.x = 100; 
    loader.y = 100; 
    addChild(loader); 
    


    You can change x-y coordinates there.


    #  /  posted on Aug 27, 2009
  • Thanks for you replay, but I have a AS2 Proyect, and need to change the FLVPLAYBACK component for your FLV Video Player as a Flash AS2 Component, in order to have a fullscreen video.


    Thanks in advance for your kind collaboration


    Regards.


    #  /  posted on Aug 27, 2009
  • There’s AS2 version included in source folder.


    #  /  posted on Aug 27, 2009
  • Please could you send me an example, to use the player in flash CS3 on AS2


    Thanks for your kind colaboration


    Regards


    #  /  posted on Aug 27, 2009
  • Please, send me a private message from my profile page. I can’t see your e-mail address.


    #  /  posted on Aug 27, 2009
  • I sent your file.


    #  /  posted on Aug 28, 2009
  • Hi!


    I love this video player!!! Thanks! Excellent work. :)


    I am having just one problem… The play button that pops-up in the center of the video does not appear when first loading the page… I have to hit the smaller play button on the video controls, and the hit pause again in order for it to appear.


    My videos are being hosted on Amazon S3 servers. Would that make a difference?


    When playing videos locally, the play button appears… This only happens when playing videos on my server.


    Any tips?


    Thanks! :)


    #  /  posted on Sep 05, 2009
  • Ahhh, looks like I can’t load jpg/png images from amazon hosting? Maybe my permissions are wrong, but it does work perfectly when the preview images is hosted on the same server. :)


    Also, FYI for others… Looks like the preview image should be the height of your overall swf size, and not just the size of the actual video (looks like the preview image aligns to the bottom of the stage when loading-in.)


    Like I said b4, I love this player! It would be cool to see a vimeo-style skin… I bet that would sell like hot cakes. :)


    #  /  posted on Sep 05, 2009
  • Great player!
    However, I want to use jpg-files that are in a different domain in the ImageUrl property in the flashvars. I’ve created a crossdomain.xml file but it doesn’t work. When I put the jpg in the same domain as the swf file it works fine.


    Hosting flv files on a different domain seems to work but the jpg’s do not.


    Please advise.


    #  /  posted on Sep 17, 2009
  • It can occur as a result of security settings. Change folder security which contains jpg file.


    #  /  posted on Sep 17, 2009
  • Hi,


    does the player support mp3-files too? And if I want to use it in my own PHP script which I sell to others, what license do I need?


    #  /  posted on Oct 11, 2009
  • It’s doesn’t support MP3 files.


    #  /  posted on Oct 11, 2009
  • Very Good Player I like its very simple to set up


    #  /  posted on Oct 16, 2009
  • Thanks.


    #  /  posted on Oct 16, 2009
  • Hi,


    Is there any way for me to be notified if/when you update this file?


    Also, would you consider setting the stage to align the preview image and video to the upper left of the stage? I will probably do this myself, but I think it would be a good addition to your code. :)


    Thanks!
    M


    #  /  posted on Oct 24, 2009
  • I updated it 2 weeks ago.


    #  /  posted on Oct 24, 2009
  • Thanks FlashBlue!


    I have a quick question about the pixel font used…


    Your docs say “standard 07_55”, but for me, “standard 07_54” looks more like the font used in the out-of-the-box swf (I imported a screen grab to compare.)


    I am wondering if my version of “standard 07_55” is not the exact font used in swf included in the zip file?


    Do you remember where you purchased that font from?


    Thanks a billion!
    Cheers,
    M



    #  /  posted on Oct 25, 2009
  • Hi,


    I fixed the problem I was having with the preview image alignment… Originally, I thought it had to do with the stage alignment.


    Anyway, Long story short, I commented out these lines on line numbers 528-529 & 533-534:


    flvplayer.image.x = Math.round((sw-flvplayer.image.width)/2);
    flvplayer.image.y = Math.round((sh-flvplayer.image.height)/2);


    Now my preview images align to the top of the stage instead of center. :)


    Thanks!


    #  /  posted on Oct 25, 2009
  • You download that font here:


    http://www.fontyukle.com/en/ara.php?ara=standard%2007_55


    #  /  posted on Oct 25, 2009
  • What’s up guys…


    Love the player, works awesome on my HTML pages… but…


    How do I get it to work on a Drupal node? I don’t know how to link the javascript and css properly. Is there anyway I can keep all the coding within the one HTML file so that I can paste it into my Drupal page, without having to reference to other files on my server…?


    I hope this makes sense, thanks to everyone for your contributions.



    #  /  posted on Nov 08, 2009
  • I didn’t use Drupal before. But, you can see swfObject use in index.html.


    #  /  posted on Nov 08, 2009
  • Hi Flashblue, I love your player, simple, but stylish and easy to control, best yet, easy to maintain dimensions of .flv videos people already sent me for their website. I’m fairly new to programing, especially flash, so I have a dumb question for you. What is the little icon next to the full screen button? When I press play, the video starts to play, I can hear it, but can’t see it. Once I bush the button second from the right, I can then see it; what is it and what can I do so they can see the video after pressing play? Thanks!


    #  /  posted on Nov 13, 2009
  • It’s for video scale to screen.


    #  /  posted on Nov 13, 2009
  • Hi flash, thank you for getting back to me; how can I keep that button “on” so the video can be seen, it plays fine and I can hear it, but I have to click that button to see it? Or remove that button. Everything else works great. Thank you so much!


    -John


    #  /  posted on Nov 13, 2009
  • Hi,


    Seems like using Standard 07_53 looks more like the font used in the preview… Anyone else noticing this? :D


    Feature request: Could you make the blue highlight color white (#ffffff) instead? Seems like a bright white as a highlight color would fit into more folks color schemes. :)


    Thanks! Keep up the great work.


    #  /  posted on Nov 16, 2009
  • So, I finally figured out why my PNG images were not loading via Amazon S3 hosting… The SWF was not finding my policy file.


    Here is how to fix:


    1. Open main.as
    2. On line #5, put this:


    import flash.system.Security; 
    


    On line #20, add this:


    flash.system.Security.loadPolicyFile('http://YourBucket.s3.amazonaws.com/crossdomain.xml'); 
    


    For some reason, the swf was not finding the policy file without the above code.


    Hope that helps!


    Cheers,
    Micky


    #  /  posted on Nov 16, 2009
  • Make


    autoPlays: true 
    


    in HTML to start flv playing automatically.


    mhulse: Can you send me your files to [email protected] to change color?


    #  /  posted on Nov 16, 2009
  • Hello, I’m going through a completely urgent project, and i’m really depending on this player I bought here. I don’t think this is a very difficult question, but I just cant find it on your AS code.
    On AS2 version, how can I auto rewind, or take it to first frame with the play button when the playback ends?


    I’m hoping to hear from you very soon.


    Thanks in advance,
    Diogo Pace


    #  /  posted on Nov 17, 2009

SUPPORTERS

FORUM