I follow this steps and manage to play videos on my flash movie, http://code.google.com/apis/youtube/flash_api_reference.html
Now I wonder if is possible to block the ads? any help will be much appreciated
Cheers
try to overlay them with some divs
decompile player swf and find ad id, and to remove it outside from swfloader
Related
I use NetConnection, NetStream and Video classes to show video in actionscript 3 (AIR SDK 31.0.0.96) and I can play/stop/pause video, but I don't know how can I add any audio effects (speed changing, distortion, waves or something else).
In my game user has to guess video by deformated sound and for some reasons deformated effect should to be applied in runtime.
I hope, that you will can advice me some library for process audio track in runtime or show me simple code example to access to audio from actionscript.
Thank you.
I'm using HTML 5 video player and I need to add advertising clips at the begging of my videos . Is it possible to do that?If so ,How should I do that?
Thanks
Very large question, many solutions!
It's very hard to implement it yourself but, for exemple, VideoJS (free HTML5 video player) with the plugin "contrib-ads" fill your needs.
VideoJS: http://videojs.com/
VideoJS ads-contrib: https://github.com/videojs/videojs-contrib-ads
Hope this help you.
i work on as3 mobile project , iam using starling as Framework , how i can added a video on starling using stage video , not video player .
stage video option is a lot better for performance .
any one to advice me.
answer :
add your stage video class inside starling display object as overlay :
Starling.current.nativeOverlay.addChild(stageVideoPlayer)
Hi sameer I couldn't understand you need to add a device's camera recording a video or need to add any video file on stage using starling? Give detailed explanation.
I read some examples to upload videos (from the user's disk) to yotube, using an AS3 app.
http://gdata-samples.googlecode.com/svn/trunk/gdata/YouTubeApi/YouTubeApi.mxml
I need to publish (into my youtube channel) a video generated with AS3, using the user's webcam.
¿Some example or idea?
Thanks.
https://developers.google.com/youtube/v3/
Everything you need is there, good luck !
Good afternoon,
I trying to play a flv file in a flex mobile (flex 4.6) The files will all be locally stored and on the device. Would it be better to use the video even if it is not supported or can i use a movieClip? I am going to try and fade out a picture and then play the video with out any user controls and then fade back to the picture. The this will all be on a tablet. I am using Flash Builder 4.6. If I can use a movieClip would someone please give me a tutorial or a snippet of code on how to load a local flv file into it.
Thanks for you help!
Justin
i hope this will help you:
http://www.adobe.com/devnet/flex/articles/video_flex.html