Professional :: Get Video To Play (now) On Smartphones Like Droid, Other Than On YouTube?
Feb 25, 2010
I understand Flash will be ready for the Droid in mid year... and maybe some other smart phones.BUT... till then... other than using YouTube... is there anyway to get web video to play on the Droid or other smart phones?
View 1 Replies
Similar Posts:
Jun 2, 2011
If there is already a thread on this please point me in the right direction.My flash movie runs fine in ie, ff, gc but not pda's / smart phones
View 1 Replies
Nov 2, 2010
How can i play youtube video using SWFLoader?
Currently, i can play only 1 video at a time (suppose its name is A), if i try to play video B it doesnt play it. but if again i play vidoe A, it works.
View 1 Replies
Dec 18, 2010
I need to autoplay youtube video as I click on its thumbnail.Since IE doesn't support <EMBED> tag I need preset all needed values in <OBJECT> and then create a new object with my parameters.So I did something like this:
var $newObject = jQuery('<object><param name="play" value="true"/>' + $oldObject.html() + '</object>'); // preparing virtual object on the fly.
$thisObject.html($newObject.html()); //Creating new object
[code].....
View 2 Replies
Jan 24, 2012
what the best way to embed a youtube player inside a flex app is. I've looked around and it seems that one can
Try to use SWFLoader (as with what's described here) but this ends up throwing crossdomain violations Use the YouTuve API Ideally use the Spark VideoPlayer component, although I have not been able to figure out how to play a YouTube video through it and am starting to think that it is, in fact, not possible.
View 2 Replies
Jun 4, 2009
My Objective is to play a youtube video in a site which is build in Action Script 3.0. We have developed a site where the client side is completely flash and the back end is managed using php. what we need is to display the youtube vidoes in the client side flash page. Youtube videos can be displayed in html pages using the <object> tag. But in flash is it possible. note: You tube is providing an API, which will work only in sites developed in Action Script 2.0. But we need it to be played in Action Script 3.0. Is there really an API for Action Script 3.0 ?
We have tried to use the API which will work in Action Script 2.0 to communicate with the Action Script 3.0, but it didn't work. We tried the bridging it also did not work. We have also tried in google to find some and we got some links:
[Code]...
View 1 Replies
Jun 15, 2010
I'm working on a website template that includes a video component. I'm assuming I need to use the video object and it only plays actual video files. What if I want to play videos from Youtube? Would I have to download the video and put the video file somewhere where Flash can access it? Like on my computer or uploaded on a server?
View 2 Replies
Dec 1, 2010
stream a video from Youtube and play that video in the player of their choice? I have a client wanting a response for this one, I did check out Youtube and found nothing.
View 5 Replies
Jan 31, 2011
Is this posible? Can I play a local video with YouTube player? Where can I download the code?
what i really want is a player similar to YouTube's, i need to look the same, so i can play the videos of my web that are going to be locally stored
View 1 Replies
Jan 16, 2012
I am trying to play a Youtube video in a Flash SWF. I have a button (video_btn) and a black rectangle movie clip (480 x 365) named video_mc. The AS2 I have for video_btn is:
video_btn.onRelease=function(){
createEmptyMovieClip("video_mc",_root.getNextHighe stDepth());
video_mc.loadMovie("http://youtube/.......");
};
This does not seem to be working locally. I did try uploading a test swf to a free swf hosting website but it still does not play the Youtube video.
View 1 Replies
Oct 4, 2010
I am trying to get a youtube video to play in a fancybox popup window. The popup window comes up okay, but the video does not play. Firebug indicates that all the necessary elements are loading, but no video.On this page everything works fine.On this page the window pops up but no video. Here is the html:
<div id="play-btn">
<a class="play-video" href="#flashArea1">Play Video</a>
</div>[code].....
View 1 Replies
Feb 14, 2012
I am trying to build a Flash banner ad which will be hosted on a site I have no access to. My client would like to have a button which, when clicked, would open a youtube video in a lightbox frame. I've been looking all around, but all I see that seems workable involves my being able to edit the html page. I am trying to do this with AS3 and Javascript. Some solutions involve JQuery, but I am not a JQuery pro.
View 1 Replies
Mar 19, 2010
I am still new to AS. Looking for a detailed tutorial/explanation on adding/embeding a youtube video to flash. If anybody has a descent example that would work too. Also i would like the youtube video to play in the flash file.
View 1 Replies
May 7, 2010
Is there any way I can create a slider on my desktop to access some of the controls of the YouTube Video player like volume, pause, play, playback speed? I know it is a flash player, but would this involve accessing the YouTube API or something else? For example, I'd like to program something similar to what's provided by the Enounce MySpeed application (control over play back speed).
View 1 Replies
Feb 1, 2010
I wanted to know if this is possible. On my site I want to play youtube videos from my account from youtube. Basically, there will be an empty text box. Users will type in some text. Click on a button to search and play a random video based off tags associated with a video from my youtube account with the words from the text box? And if they did the same search it wouldn't play the same video again?
View 0 Replies
Jul 7, 2009
Just wondering where I could get a flash video player that enables the user to embed the video like youTube functionality.URL....
View 3 Replies
Nov 22, 2010
by following a tutorial on [URL], I was able to display a youtube video in flash, but the problem is that the video doesn't have a control menu. Just wondering if there is a way to make one, either it is customized or some default menu provided by youtube or flash.
View 0 Replies
Jan 12, 2009
In my CS4 flash document I have created a media gallery. It's a very simple interface that has mouse overs on thumbnail pictures, and then the larger picture will fadeUP in the center of the document. (With use of framelabels in the timeline).
In the same document, I want the user to be able to click on a video thumbnail, and that video plays back in the center of the document. Several questions: If the user clicks on the thumbnail "onrelease," the time line goes to the player, is it possible to stream this video from a youtube clip into my media player on the screen? If not and I have the document in a fl4 format, is there a simple process to have this video open? (I currently do not have the document in fl4 format).
View 0 Replies
Nov 8, 2010
I just updated to CS5 - I'm working on a custom video player. It works fine embedded in a web page both locally and on the network. It works fine in the debug player. However, when I test it in the authoring player I get a NetStream.Play.StreamNotFound error and no video. I have tried setting the Local Playback Security publish settings to both local and network - doesn't find the video either way.
It used to run fine in CS4 in the authoring environment.
View 1 Replies
Mar 7, 2011
My flash project is a video player. There are library items and .as files that help compile everything that it needs.I'm experiencing something very strange.Here is what is happening.
1. When I test my movie in flash it works great. The preview image appears, the movie loads quickly, and when I click play on either the big play button or the control bar play button it starts immediately without hesitation.
2. When I compile the video, I can open the generated HTML file with either IE or FF and everything works the same as above - flawlessly. Here is where the problems begin...
3. When I copy the HTML from the generated HTML file and add it to my page where I want my video embedded problems begin! First the preview image and the big play button does not appear until the movie runs and finishes (I click on the play button on the control bar to start the movie in this case). After the movie runs they appear. It's obvious my file paths are not the issue since I see the movie and the preview image (eventually), right?
4. The movie will not load in IE until I click on play, I just see my preloader spinning with 0% loaded showing. That stays until I click on play, and then just like FF at the end of the movie I finally see the big play button and the preview image. I tested in IE 7 & 8.This also can't be a local development issue because I uploaded the files to our server (I'm in an intranet) and saw the same phenomenon occur. I tried different embed/param code found on the net as well hoping that would do the trick, but no luck there either. I'm using flash5 and all standard out of the box setings.
View 1 Replies
May 21, 2010
I don't know how you solve the Gamma issues for users using PC and Mac. The thing is I have a video with the flvplayback component. Is it possible to, depending on the OS (the only way that I think of knowing if that person is using PC or Mac), have it pick a video or another (which would be the same but with different Gamma.
View 1 Replies
Jan 11, 2011
I created a website in Flash that is suppose to play a video with sound when the site opens. My logo then fades in over the video as it plays. I added the logo on it own timeline. On the web, my logo plays with the fade in effect correctly but the video is missing. The site works fine when I preview it but not on the web.
The site address is: [URL]
View 5 Replies
Feb 5, 2010
I have placed a FLV file in to my flash document, when I test it it plays fine, but when it upload it online the skin doesnt show up and I cant control the video.
View 1 Replies
Jun 4, 2010
I have a series of videos in the project I am working on and I do not want them to auto play once loaded, I want the user to click the play button to start, how do I do this? I am using AS2 on CS3, the video is on progressive download from the server, I tried a couple behaviors, but none did what I was going for.
View 7 Replies
Jul 18, 2010
I'm just trying to make it so the video in my swf (the flv) does not immediately play when a web page opens. I have: imported the .mov into flash, creating a flv file
given it a skin converted it to a symbol (Movie Clip)
given it an instance name of movie_Clip
created an actionscript layer with the simple code of: movie_Clip.stop();
Shouldn't the clip be stopped upon opening the SWF file? How can I make it be stopped?
View 4 Replies
Dec 8, 2010
I built a website using flash. I have two videos that play directly in flash CS5, i published the site and everything worked great including the videos. now the videos won't play. my website is [URL]
View 5 Replies
Jul 27, 2011
i'm trying to embed h264 mp4 video into website using flash cs3 professional.
when i select the source file it's looking for .flv files and not the mp4 file so the mp4's are greyed out.i read a great tutorial using a pc which shows the workaround for being able to see the mp4 files.url...I'm however using a mac and this method of putting an * in the file name box doesn't work on mac.
View 1 Replies
Jan 18, 2010
How to get a video to play upon rollover and pause upon rolling out? Here's an example: [URL]. Roll over the dark gray stripe and click on Contact. Roll over the videos to start them. I have not been able to find any info out there on how this is done.
View 4 Replies
Jan 19, 2010
I've created a video player using the flv component. I have images of cue points. The user should be able to click on an image and the video should skip or start at that cue point
View 9 Replies
Feb 21, 2010
We have imported our video into flash cs4 (we are using presentation mode to mimic a powerpoint presentation), we have gone into the component inspector and altered it so it doesn't autoplay. When it is on autoplay, it plays the audio throughout the entire presentation. We want the video to start on click (hit the spacebar or return or anything).
View 9 Replies