I have a website project as example: http://websiteactorlive.com
I Need fully transparent Background (any) FLV Player with AS3. I have a transparent videos, but, I am adding video in FLV Player with wmode=transparent command on HTML.
I could not transparent video on HTML.
I have tried Flowplayer and JWPlayer
Also, I have this product, but product developer said to me:
It doesn't support transparent. You can do it only by editing the videoplayer.fla code
how can I add Which codes for transparency? or Anyone know another methods for this problem?
Related
Ok, I have on my joomla site a videogallery (Name: Apptha contus hd video share). The problem of this video gallery is that is not html5. So the videos of the gallery can not be played by mobile device. So I want to add a button at the bottom (available only for mobile device ) of the player that open the JW Player that must contain the same video information (Thumb url, Video url) of the player above him.
I know how to script the button, but my problem is how to change the JW Player code to get video and thumb information from the database. Any tips?
By default mobile devices does not support flash players and supports only HTML5 player. If you have flash player in your mobile, then it is possible to play the videos. Also HTML5 players does not support except .mp4 with H264 (HD) format videos. We can play embed videos like YouTube, Vimeo etc., So to replace the video share player with JW player, you need to customize the code. You need to replace the code with JW Player embed code in default_player.php in components/com_contushdvideoshare/views/player/tmpl/ path. You can find $this->htmlVideoDetails variable in that file. this will return the current video detail from database. You can pass the required detail from this array variable to JW Player embed code. Also make sure to place the HTML5 player code. So that it will work in mobile device too.
This picture is shown when one of my friends tries to play the video in my flash program. I use standard Flash Video things to play it (a media.Video class). I don't have a slighets idea what could cause such a peculiar bug???
Here is the image:
So I have shot some video on a green screen, removed the background in After Effects and have saved the video in an alpha channel. I want to place the video into Adobe Captivate, these video are going to be a talking narrative throughout the slides. After importing and placing the video where I want it, I go to preview. If I preview the slides in Captivates normal previewer the background is transparent, just the way I want it. But if I preview it or publish it to HTML 5 the background becomes black. HTML 5 is what this project needs to be viewed in. Am I doing something wrong or does HTML 5 not support transparent video. Thanks for your help.
You may need to use canvas element for rendering video with transparency, see https://github.com/m90/seeThru
seeThru - HTML5 video with alpha channel transparencies
This package adds "support" for the lacking alpha channel in HTML5 elements. The original video data will simply be re-rendered into a canvas-element, therefore adding the possibility to use transparencies for your video. Alpha information can either be included in the video's source file (moving) or in a seperate -element (static).
I want to use the Charmless youtube player in my application and I want to remove youtube logo from the Player. How can i achieve this thing? My application is developed using AS3.
Simply add ?modestbranding=1 to the end of your URL.
See more here.
modestbranding (supported players: AS3, HTML5)
This parameter lets you use a YouTube player that does not show a YouTube logo.
Set the parameter value to 1 to prevent the YouTube logo from displaying in the control bar.
Note that a small YouTube text label will still display in the upper-right corner of a paused
video when the user's mouse pointer hovers over the player.
try this API player code.
http://www.youtube.com/apiplayer?version=3&modestbranding=1&showinfo=1
Chromeless player, the modestbranding has no effect unless "showinfo=1" is must for API player.
I tried to remove youtube logo by many ways. But I didn't get success to remove it from the youtube player.
Finally I check the youtube player functionality and behavior. When video is attached to the player then it will be displayed in center. if player container height is bigger then video height so both (top and bottom) side Black strip will be appeared. Just we have to hide the Black Strip from the user display area using masking concept. (In Flash we can apply the mask to container and same thing will be done using the DOM model in Javascript.)
In directly it will be removed as per end user perspective not actually. so Indirect way youtube logo is removed from the player.
you can try GKPlugin this plugin using JWPlayer 5.x at:
https://drive.google.com/folderview?id=0B0OhZLpuvlSRTDZLMXowQWNMZTA#list
I need some advice on how to play video on a website. What I would like is to have a clip link on the page, and upon being clicked, a video player expands to the middle of the screen and plays the video (and has the standard video player controls). It also has "X" to close the video. I would suppose there is a widget or tool for this but I can't seem to find it.
Also what video resolution and format would be best (most compatible with browsers)? The video would just be a local file on the server.
Try look here:
http://rainbow.arch.scriptmania.com/scripts/music/video.html
http://www.w3schools.com/html/html_videos.asp
http://www.sothinkmedia.com/guide/makebutton.htm
Hope this helps.