Search FlashComponents.net's Forum

Fullscreen Video Player 03 AS2

Home / /community/ / Components Discussions / Fullscreen Video Player 03 AS2

  • Older user

    New tags have been added for the new component Fullscreen Video Player 03 AS2
    #  /  posted on Jul 24, 2009
  • Hello, Do I need to use xml for the player to work?


    #  /  posted on Sep 30, 2009
  • Hello, Do I need to use xml for the player to work?


    #  /  posted on Sep 30, 2009
  • Older user

    Not necessarily, you can use flashvars to configure it straight from the html file it is embeded in. Examples for both ways are provided.


    #  /  posted on Oct 01, 2009
  • I am experiencing a problem with this player. I have created a flash projector file, from which the file with the video in it is loaded as a new level. The problem is that when this new file is loaded, the screen (not the video) jumps out of full screen mode. The video player itself works perfectly but it is definitely causing this screen size refresh.

    Any suggestions as to what part of the actionscript may be causing this?

    Thanks


    #  /  posted on Oct 01, 2009
  • Older user

    Hello,


    I’m sorry we have no idea what could be causing this, you could try our support forum and maybe give an example of your (compiled) projector there.


    Cheers !


    #  /  posted on Oct 02, 2009
  • Hi Oxlus,

    Thanks for the reply, as it turns out, a friend of mine managed to figure it out and was happy to let me post the actionscript here.

    if (btnFull.isFull)
    {
    checkFull=true;
    Stage.displayState="fullScreen";
    scrubblers._y=-parinte._y+Stage.height;
    videoMenu4.visible=false;
    videoMenu5.visible=true;
    parinte._x=0;
    parinte._y=0;
    bgr._width=Stage.width;
    bgr._height=Stage.height-scrubblers._height;
    resizeAllElements();

    var videowidth=realWidth;
    var videoheight=realHeight;
    if (videowidth==0 || videoHeight==0)
    {
    videowidth=bgr._width;
    videoheight=bgr._height;
    }
    var mW=videowidth/bgr._width;
    var mH=videoheight/bgr._height;

    var videoRation=videowidth/videoheight;
    var dispRation=bgr._width/bgr._height;
    //zoom to fit
    if (typeZoom==2)
    {
    var sc=0;
    if (mW>=mH)
    {
    movie._width=videowidth/mW;
    movie._height=videoheight/mW;
    }
    else
    {

    movie._width=videowidth/mH;
    movie._height=videoheight/mH;
    }
    }
    //original size
    if (typeZoom==1)
    {
    movie._width=videowidth;
    movie._height=videoheight;
    }

    movie._x=bgr._width/2-movie._width/2;
    movie._y=bgr._height/2-movie._height/2;
    bgrPicture._width=Stage.width;
    bgrPicture._height=Stage.height;
    bgrPicture._x=0;
    bgrPicture._y=0;

    playBar._alpha=100;

    }
    else
    {
    checkFull=false;
    Stage.displayState="fullScreen"; //Edited to prevent loss of full screen background
    scrubblers._y=bgr._width
    videoMenu5.visible=false;
    videoMenu4.visible=true;
    parinte._x=parinte.ix;
    parinte._y=parinte.iy;
    parinte.iy=parinte._y;
    bgr._width=parinte.iBgrW;
    bgr._height=parinte.iBgrH;
    resizeAllElements();

    var videowidth=realWidth;
    var videoheight=realHeight;
    if (videowidth==0 || videoHeight==0)
    {
    videowidth=bgr._width;
    videoheight=bgr._height;
    }
    var mW=videowidth/bgr._width;
    var mH=videoheight/bgr._height;

    var videoRation=videowidth/videoheight;
    var dispRation=bgr._width/bgr._height;
    //zoom to fit
    if (typeZoom==2)
    {
    var sc=0;
    if (mW>=mH)
    {
    movie._width=videowidth/mW;
    movie._height=videoheight/mW;
    }
    else
    {

    movie._width=videowidth/mH;
    movie._height=videoheight/mH;
    }
    }
    //original size
    if (typeZoom==1)
    {
    movie._width=videowidth;
    movie._height=videoheight;
    }

    movie._x=bgr._width/2-movie._width/2;
    movie._y=bgr._height/2-movie._height/2;
    bgrPicture._width=bgrPicture.sw;
    bgrPicture._height=bgrPicture.sh;
    bgrPicture._x=0;
    bgrPicture._y=0;

    }

    No idea whether that is completely useless to you or wrong of me to post here, let me know if you want me to delete it, but hopefully it will illustrate the problem I had more clearly. I love the component though, great work and thank you.


    #  /  posted on Oct 03, 2009
  • Hi Oxux
    I’m trying to embed this player into a html page using Dreamweaver.
    I already have a table at the top of the page with menus.
    I don’t know how to get the div tag that holds the player to align in this html body.
    any advice?
    hal


    #  /  posted on Nov 02, 2009

  • #  /  posted on Nov 02, 2009
  • http://versaceentertainment.com/home_entertainment3.html


    that is my result Oxux


    but I need to center this player and have images on the left and right but I don’t understand this code. I’m use to a swf player showing in design mode in Dreamweaver. This is a empty div tag with {upgrade your flash player} text in it….
    Is this the css or code in the head tag where I can center this player?
    Please help
    Sincerely
    Hal


    #  /  posted on Nov 02, 2009
  • Older user

    Hey guys, please use the support forum, our devs can’t post here.


    #  /  posted on Nov 03, 2009
  • Hi, I purchased the software and got everything to work except the FULL SCREEN mode. It says ON in the xml and shows up in the player. When I click on it though nothing happens and it doesn’t become full screen. This is link where the video is playing, http://tankless-water-heater-pacificpalisades.com/. please let me know how I can fix this. Thank you!


    #  /  posted on Dec 04, 2009
  • Hi!


    I am interested in buying this product, but would like to confirm that it works in flash8. I wondered after seeing this link on the forum: http://forum.oxylusflash.com/fullscreen-video-player-03-as2/4474-fla-file-wont-open.html


    And then, works in flash8? Can I buy?


    I await an answer to complete the purchase. Thanks!


    #  /  posted on Apr 05, 2010

Please login to post replies.

SUPPORTERS

FORUM