Brightcove smart player media controls button quality - brightcove

Have just completed an implementation for brightcove on the following site: www.disney.com.au.
We have a brightcove player running for some of the items in the main header slidershow. We're using the smart api and when viewed in on desktop(flash) I noticed that some controls in the player are a little blurry. It looks vert similar to an old flash issue where certain items we're blurry if they weren't positioned on a full pixel x,y value.
We cannot use the 'flat' brightcove theme and would prefer not to have to create a custom skin if avoidable. Any idea how to fix this issue ?
Cheers

Related

Threejs 360 stereoscopic video

When I look at this demo from three js in my mobile device I get duplicate screen:
https://threejs.org/examples/#webxr_vr_video
When I look at some youtube 360 stereoscopic video for example: https://www.youtube.com/watch?v=oR5LEg1rpUo&ab_channel=BLUERAVENstudios I get normal behavior.
Is this the correct behavior for three js demo ? What is picture divided in 2 parts? Can this three js demo behave the same as youtube?
Yes, this is the correct behavior for that Three.js demo. See here for WebXR description on each device. Specifically, you're interested in the part that reads:
Enable VR by providing pose information and allowing the WebGL scene to be rendered side by side to be placed in a headset like the Cardboard
So the reason you're seeing it side-by-side is because you need a Google Cardboard to get the VR experience.

Adobe Animate CC - Clicks not working with a Video embedded

I'm working on HTML5 canvas in Adobe Animate CC. Before embedding video I've created click actions and added links and since the video has been added (by Components > Video) all clickable objets stoped to work. Video is playing and slides and all animation is happening except interactive elements. I am feeling that the video is somehow embedded above everything (I have video layer at the very bottom).
Would you be able to help me please? Any advice appreciated
Video isn't part of the canvas, it's DOM element and it's over HTML5 canvas by default. If you'll view Animate's generated HTML code you can see it (video tag in "dom_overlay_container" div).
You need to rearrange your project and keep in mind that you have other DOM elements too in addition to the canvas.

J2ME setting textfield over a background image

I am new to J2ME. I just want to know how to put a textfield over a background image. I tried canvas but I can only set the background image and don't know how to add a textfield above the background image. Please help me.
APPROACH I: Using high level api's like Screen, Item, etc
It is NOT feasible in Java ME (CLDC) using high level api's like screens, items, etc are laid out on the display with default device styling and without the extensive layout support like Swing.
APPROACH II: Using low level api's like Canvas
To use the low level api's you need to create custom components like in J4ME. In their you layout the Canvas and paint the components on the top. So in your case you can render the image of the size of Canvas and then render the components on top of it.
NOTE: Please keep in mind this a very tedious and not so rewarding process.
APPROACH III: Use third party library
High Rated UI libraries: LWUIT and J2ME-Polish
SO: JavaME UI Libraries

Animation in blackberry with several Images

I want to display a number of images in the same position so that it looks like animation. these images should come one after other within microsecond at the moment when the screen loads
There is a very good example of what you want to do on the supports forum knowledge base article Display an animatedGif
See the progress animations section of the BlackBerry knowledgebase article "Implement advanced buttons, fields, and managers"
It has a working code sample for slicing up an image of concatenated frames, and displaying each one for a period of time to create a progress animation.

Could you recommend an image carousel?

I have a .NET 2.0 web project. I need a simple image carousel. What I would prefer is the main image on the top, and a scrolling bar with smaller images on the bottom. When the user hovers over or clicks the smaller image, it would populate the larger image space.
If you know of anything like this, even 3rd party paid controls, please recommend them.
jQuery is the way to go here is the google search result:
http://www.google.com/search?aq=0&oq=jquery+image+car&sourceid=chrome&ie=UTF-8&q=jquery+image+carousel

Resources