Faisal Sarfraz
Faisal Sarfraz

Reputation: 660

Eliminate extra space on right side of hslider. Flex

I am building a mediaplayer in flex /as3 using OSMF I have issue in seekbar's width, I have given its width to stage.width but still there might be a problem with skin or what but I am having extra space on right side of hslider. Any one know why it is? or how to remove that extra white space? My current width of that hslider is set to 100% still its showing extra space. I apologize for my bad English

Upvotes: 0

Views: 70

Answers (1)

Zeus
Zeus

Reputation: 6566

You may try right =-5(or the amount required) on the hslider. Also see if the outer container has margin or gap set between the components. Hslider does not has default margin or gap or padding applied on it as per the api. Post your code if none of these work.

Upvotes: 1

Related Questions