play video with UIimageview [closed] - ios

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
You can play video in a UIImageView?? for example:

No, an image view is for images. You can have a set of animated images but you can't play an actual video.
You could use a MPMoviePlayerController to play a true video and add its view in place of the image view.

Related

How make UiView displayed on top? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have two UiViewControllers. I need to be UIView with UiButton and UISlider displayed on top.
Also i already read any topics about this...but it's not work.
Make use of the quartzCore zPosition = MAXFLOAT
Just Like this:
yourView.layer.zPosition = MAXFLOAT

ios google maps dont allow to add images onto it [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to put static image using imageview on google maps. but its not displaying that image. so there is any idea to put up imageview on google map ? thanks in advance. plz help
You can use a ground overlay or marker (depending on if you want it to scale with the map or not), but these both use a UIImage, not a UIImageView.

sprite tapped on in xna [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to get the sprite tapped in xna for WP7 ? how to detect which sprite is tapped on? I want to get the sprite id or anything which give me the reference of that particular sprite which i tapped on.
There's no out-of-the-box way to do that using XNA. You'll have to get the tap coordinates, then manually check if there's a sprite in those coordinates.

How to run remote video like local video in augmented reality for ios [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am working on iOS augmented reality and just implemented vuforia-videoplayback-ios-1-0-2
from https://ar.qualcomm.at/sdk/ios
In case of local videos when marker is being detected, video overlayed over the marker only(video screen size increases with marker size does increase and vice-versa). But in case of remote image I gave the video link as filename instead of a video file(.mp4). It worked but video from web ran through iPhone build-in full screen player. I just want to make it overlayed over marker just like what occours in case of local videos.
I will be grateful if anyone help me to sort this out.

Animating particular section of the screen [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am creating a view based application. I have an image in this app and I have to cut a particular section of the image and animate it little up and down.
How can this be achieved?
set imageview frame and wrirte these two line
[imageview commitanimation]
[imageview setanimationduration:1]
You should duplicated your image and crop it (have a look at this post), then you put the resulting image in a UIImageView or CALayer and animate it as you like.

Resources