Video background

  • Posted in : impressivCard
  • burder
    Participant

    Hi,
    Thank you for this greate tamplate. i am trying the make video backround with your “impressivCard” can you help me for this?
    i bought this temp for video backround ” http://codecanyon.net/item/easy-video-background/1365012

    EDIT: lütfen aynı sorunu yaşayabilecek diğer kişilerin de anlayabilmesi için destek taleplerinizi ingilizce yazınız.

    Merhaba,
    Cok güzel bir template olmuş ellerinize sağlık.Arka plana code canyon dan EasyVideoBackround u aldım ama baya deneme yapmama rağmen main.js ve transation.js ile beraber açıldığında çalışmadı (kodlama bilgim yok zaten) .Bu template için arka planda video oynatmanın bir yolu varmı acaba?

    • This topic was modified 13 years, 6 months ago by ahmetsali. Reason: language
    ahmetsali
    Keymaster

    Hi, could you provide a live preview link to see whats wrong.

    burder
    Participant

    i added the videobackround script code in impresiveCard but i don’t many understand the code.

    http://i47.tinypic.com/29pvqls.jpg

    [IMG]http://i47.tinypic.com/29pvqls.jpg[/IMG]

    result: just impresive temp without videobackround

    ahmetsali
    Keymaster

    Hi, do you see any error messages in console? It would be much easier to detect the issue with a preview site.

    burder
    Participant

    Hi,
    There is no error.Here you can see preview http://www.ba-bees.com/
    Thanks

    ahmetsali
    Keymaster

    I see some errors in console, on your site. You need to place the code block that calls video_background function after all script definitions in the head.

    The code block that contains;

    $("body").video_background({  format:"16:9", 
    
    burder
    Participant

    i did it but still i can’t see video backround.i can send ftp pass if you give a mail adres.maybe this way you can help us much easier

    ahmetsali
    Keymaster

    Hi, you also need to move the script definitions after jquery script code;

    <!-- VideoBackrounds -->
    	<script type="text/javascript" src="jquery/modernizr.custom.26584.js"></script>
    	<script type="text/javascript" src="jquery/swfobject.js"></script>
        <script type="text/javascript" src="js/video_background.js"></script>
    	<script type="text/javascript" src="js/video_background.min.js"></script>
    

    also you are including both minified version and normal version of video-background script, only add one of them;

    <!-- VideoBackrounds -->
    	<script type="text/javascript" src="jquery/modernizr.custom.26584.js"></script>
    	<script type="text/javascript" src="jquery/swfobject.js"></script>
        <script type="text/javascript" src="js/video_background.min.js"></script>
    
    burder
    Participant

    Hi,
    I moved the scripts like you sad and its worked on my computer but when upload and try on internet i can not see video again.
    And now another problem is 3d transitions are not working anymore after moved the script

    ahmetsali
    Keymaster

    I see an error on the console that says, video not found. Make sure you have uploaded the video to your server.

    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.ba-bees.com/video/videobg.mp4
    
    burder
    Participant

    i am sure videobg.mp4 is on server.
    i deleted “modernizr.custom.26584.js” and now 3d transitions is working.But still video backround can not see on internet.on my local computer everything is ok

    ahmetsali
    Keymaster

    Browser still says video not found on console, make sure the path is correct;

    http://www.ba-bees.com/video/videobg.mp4
    
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘impressivCard’ is closed to new topics and replies.