Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Flash Player showing Blank on IE

  1. #1
    Join Date
    Apr 2007
    Posts
    2,202

    Default Flash Player showing Blank on IE

    To fix video player showing blank on IE (vshare 2.1), replace content of your include/player.inc with

    http://www.buyscripts.in/vshare/player.inc

    OR

    http://www.buyscripts.in/vshare/player.zip

    OR

    Code:
    <?php
    
    $vshare_player = <<<EOT
    
    <object type="application/x-shockwave-flash" height="350" width="425" data="{$config["baseurl"]}/player/player.swf">
    <param name="movie" value="{$config["baseurl"]}/player/player.swf" />
    <param name="flashvars" value="&file={$config["baseurl"]}/flvideo/$vid.flv&height=350&image={$config["baseurl"]}/thumb/$vid.jpg&width=425&location={$config["baseurl"]}/player/player.swf&logo={$config["baseurl"]}/templates/images/watermark.gif&link={$config["watermark_url"]}&linktarget=_blank" />
    </object>
    
    EOT;
    
    ?>

  2. #2
    Join Date
    May 2007
    Posts
    588

    Default

    i now get the error:

    Parse error: syntax error, unexpected T_SL in /home/mysite/public_html/include/player.inc on line 3

    work for anyone else?

  3. #3
    Join Date
    May 2007
    Posts
    98

    Default

    Yeah, it works for me.

    However.... the Watermark is only visible on Firefix, not in IE ?

    How do we get around this ?
    I want the watermark on both IE and Firefox of course...

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Player.inc content is

    http://www.buyscripts.in/vshare/player.inc

    Save the file and upload to your site.

    If you are having problem with saving, download the file in ZIP format from

    http://www.buyscripts.in/vshare/player.zip

    Upload it to include folder.

    Having any problem, post the url.

  5. #5
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Quote Originally Posted by Blizzmo
    Yeah, it works for me.

    However.... the Watermark is only visible on Firefix, not in IE ?
    Watermark work fine for me on IE. You may have some cache, post your site url, so i can check if it works on IE.

  6. #6
    Join Date
    May 2007
    Posts
    98

    Default

    Quote Originally Posted by admin

    Watermark work fine for me on IE. You may have some cache, post your site url, so i can check if it works on IE.
    Indeed you were right.
    Checked on another computer and it looks good. Thanks for the tip!

  7. #7
    Join Date
    May 2007
    Posts
    24

    Default

    Quote Originally Posted by leki
    i now get the error:

    Parse error: syntax error, unexpected T_SL in /home/mysite/public_html/include/player.inc on line 3

    work for anyone else?
    I got the same exact error message :(

  8. #8
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Have you tried downloading the ZIP file, unzip it and upload to include folder ?

  9. #9
    Join Date
    May 2007
    Posts
    588

    Default

    that now works fine for me. thx

  10. #10
    Join Date
    May 2007
    Posts
    8

    Default

    but now the fllscreen function doesn't work for me.

    how do i turn it on?

    greetz steinar

    6rooms.nl

Page 1 of 2 12 LastLast

Similar Threads

  1. Flash Player Perameters
    By scwebmaster in forum General Discussions
    Replies: 0
    Last Post: 03-04-2008, 09:25 PM
  2. Set Flash Player to transparent
    By porkd in forum General Discussions
    Replies: 0
    Last Post: 11-29-2007, 03:29 PM
  3. Custom Flash Player
    By barkster in forum General Discussions
    Replies: 3
    Last Post: 10-07-2007, 02:36 PM
  4. Video Player Says Get Flash
    By porkd in forum Fixed Bugs
    Replies: 13
    Last Post: 09-25-2007, 07:55 AM
  5. Issue in IE with new flash player
    By prince in forum General Discussions
    Replies: 6
    Last Post: 05-23-2007, 12:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •