-
Posted in : impressivCard
-
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
Hi, could you provide a live preview link to see whats wrong.
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
Hi, do you see any error messages in console? It would be much easier to detect the issue with a preview site.
Hi,
There is no error.Here you can see preview http://www.ba-bees.com/
ThanksI see some errors in console, on your site. You need to place the code block that calls
video_backgroundfunction after all script definitions in thehead.The code block that contains;
$("body").video_background({ format:"16:9",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
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>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 scriptI 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
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 -
This topic was modified 13 years, 6 months ago by
The forum ‘impressivCard’ is closed to new topics and replies.