Flash :: How Does Bring Video Search Extract Video From So Many Different Websites
May 12, 2010Are they decompiling the flash or something like this? I can't imagine how they have done it.
View 1 RepliesAre they decompiling the flash or something like this? I can't imagine how they have done it.
View 1 RepliesI know when I create a Flash file I can utilize ActionScript to link buttons created in the .swf video file. Can I do the same with HTML 5? I would like to change one of my swf files over to HTML 5 to experiment with the new code. I heard Flash was going to offer this feature in CS5.
View 1 RepliesI have created an animation using illustrator files in AE CS3 and now want to convert this to flash so it will play on my website.The problem I am having (or rather my web designer) is getting the transparency in flash.
1. How should I export out of AE
2. Do I need to bring the video into Flash and export out of there to get the transparency?
3. Can this workflow even be done?
4. What is the best way for me to deliver the files to my web designer?
I have attached a movie file of the look I am going for. The birds were done in AE and I want them to move across my home page.
Attachments:Hone Bird Anim DEMO.mov (983.4 K)
The quick question: is there a pure PHP library that can extract a frame from the video to use as the thumbnail? I guess the answer is "no" but let me know if I am wrong :-) ffmpeg wrappers will not go, since I want this feature to work on most hostings without special PHP modules or binaries to launch.
There might also be some tool to do this on the client side with flash for example.
I want to extract a video from an swf file and make from it a video to load to youtube(I lost the origianl videos).
The swf was created with flash 5-8(not sure which. how can I check if it is importent?).
When I looked at the source(I don't have the fla) with Sothink SWF Quicker I could export the sound but not the video.
What I did see was that the video was without sound(wierd but true).
I am developing an application on android and I want to embed the flash video of qwiki pages within a webView. How can I have access to the flash video of a qwiki page for a particular topic? I cannot find the embedded flash file at page info
View 1 RepliesWhat are people using to increase their natural listing or rankings in search engines, etc for their flash websites.
What methods or ways are people using to search Engine optimize their Flash websites. Are people building their Flash website a certain way for SEO?
Recently i have visited so many video enriched flash site like this one [URL] Most of them shows video in full size. I downloaded the video using FF plugin. Video framesize is very small compared to the stage size. When i tried to add video and resize the video acoording to the page size , it slows the browser. I tried to embed the flv inside an swf and loaded the swf using normal loader and plyed it.. but the quallity and performance comapred to these site is very low..
View 3 RepliesI made a video in After Effect and export it to flash as a FLV video.. and write de code to load it into flash.. but I need it to loop.. Here is the code
[Code]...
I have written this code to extract a YouTube video ID, the most recent based off upload date, from YouTube.
[Code]....
I want to modify all the frames loaded from NetStream before playing them out.
Is there any possible way? better with build-in classes and methods, or 3rd-party lib.
any thoughts on how to extract the audio from a movie? Pitch shifting is do-able to this article:But the code uses the Sound class.I've NO idea how to go about extracting the audio from a movie/FLVPlayback
View 5 RepliesIm trying to make a video class so I can put in my src and video dimensions to load up a video .. I am wishing to implement this in the following way
[Code]...
Is there a way in actionscript to search through a block of text and extract certain sentences for example or pieces of information that match a certain criteria. What im thinking of doing is loading in some data from an XML file and searching through to see if it contains a link and/or an URL
View 1 RepliesI'm trying to extract relevant information from an xml in AS3 using text and not a node name as the filter, and I'm not quite getting it. Here's a sample xml:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Storybook>
<story>
[Code].....
I would like a search function that would give me to a list of the paragraphs where "Jane", or "Janet" or any other supplied word appears within the xml.
Just wondering where I could get a flash video player that enables the user to embed the video like youTube functionality.URL....
View 3 RepliesI'm trying to create a flash video that will incorporate powerpoint-like slides along with video footage. So for instance I will have slide 1 (graphic) - slide 2 (video clip) - slide 3 (text). I have used CS4 before for one of my classes but that was a little while ago, and I feel like I'm starting over again. When I import the first graphic (.png), is there an option to have it resize to fit the stage?
View 5 RepliesInternet Explorer will not display flash video in stand alone video players, similar to the one at: [URL] The other embedded flash content is viewable.In the IE8 tools, manage add on's, Adobe Flash Player is not listed.I've also noticed that when I access the Adobe Flash Settings manager, I can not uncheck "hardware acceleration".Windows XP Home Service Pack 2 is the operating system.
View 4 RepliesI am currently working on a flash website that has several flv videos on it. Since the website layout has a slight tilt, I have had to transform the videos to slightly tilt as well. The problem that I am having is that when I do this the image becomes very pixelated and the edges of the video become jagged. I have somewhat fixed the edges issue by making a mask around it but i really dont know how to make the resolution better, or what causes it to loose resolution when slightly transformed. The size of the videos is the same as encoded. All I do is tilt them upwards on the right side a bit.
View 1 RepliesI'm trying to get a video (flv) or an swf video player to work on Facebook walls, however no matter what I do - facebook posts the raw fbml and ignores the code.
<fb:swf
swfsrc='http://www.domain.com/flv_player/Main.swf'
imgsrc='http://www.domain.com/large1.jpg'
[Code]......
Looking into HTML5 video tag, and researching which browsers support which video file types, and my initial thought is things just got harder than just using flash. I am wondering if there is some skeleton code (combined with development approach for videos) that someone has figured out to do the following: If flash is available, use it If not, try html5 video ogg format If that doesn't work, try html5 video h.264 format If that doesn't work, try html5 video webM format Based on what I am seeing, am I correct in thinking that now, in order to accommodate all users on all browsers, a video needs to be published in 4 formats? If so, this HTML5 video thing is an epic fail!
View 2 RepliesI have a FLV playing in Flash with a full screen button. The problem is I want only the video to be shown full screen, not the entire stage. This is the code I'm using to make the video fullscreen.
function fullScreenUP(event:MouseEvent):void {
if (screenCheck == false) {
stage.displayState = StageDisplayState.FULL_SCREEN;
[Code].....
I'm porting in an .flv to Flash for the first time. I created the .flv from an .MP4 using Media Encoder CS5, and then opened a new Actionscript 3 .fla in Flash Professional CS5, clicked File > Import > Import Video. Then selected 'Load external video with playback component'. Everything seems to have imported fine, but when I publish the SWF and import it via Dreamweaver CS5 and preview the page, the video is there, but the controls are not. There's just a white box where the controls should be. Also, the video is out of sync with the audio, which I believe is a problem with Media Encoder, not Flash.
Here are some links:
The page that I'm working on (video at the bottom of the page)
The .FLA
The .FLV
The .SWF
Create a html video list that uses a flash video player?
View 14 RepliesI'm currently working on a website design. The idea is a big chromakeyed interactive video in Flash. The size of the video is 1080 (width) x 1500 (height) pixels.I've exported the video in After Effects with the standard settings for flash (File>Export>Adobe Flash Player(SWF)). Now when I import the video in Flash and preview the file, the video plays in a slower speed and it's not playing smooth at all...Is the video too big? Is there a maximum video-size to keep the video running correct in Flash? Is it something else that causes this problem..?
View 5 RepliesI'm pretty much the rookiest rookie when it comes to Flash.
Here's the actionscript (3):
// Here's the dumb-dumb:
/*****************************************************************/
/*****************************************************************/
function captureImage(e:MouseEvent):void {
[Code].....
So I'd still like to find a solution that maximizes the quality.
This will create an flv video file on flash media server:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
ns.publish("yourCamera", "record");
ns.attachVideo(Camera.get());
How can I generate an image for the current video frame every 2 seconds?
I was wondering how I can delay (2 seconds) a video to play in a Flash Video Player? I know one way is for me to add blank frames but I would like to know some other options.
View 2 RepliesI am using Flash Professional 8 and Dreamweaver 8 to maintain a website. I have just started using flash to show video highlights from high school football games which I record. Using iMovie I export the video as quicktime file and then import to flash to convert to a flash video file to post on the web site. The video coming out of iMovie has very good contrast and the quicktime movie has the same good contrast. When looking at the file in Flash the contrast changes dramatically. I becomes washed out. I am using Max OX 10.6 operating system.
View 2 RepliesWith the Flash Player that comes with CS3 and on my PC XP Pro laptop.I want the player controls to appear at the _bottom_ of the video not on top of the video and not under (behind) the video.
- my video is 640 x 480
- so I modified the "properties" tab at the bottom of the screen to 640x480... (it was 550x400)
- but that just makes everything larger when I click File > Publish
- and then look at the video in Internet Explorer... the Player Controls are still _On Top_ of the video.
I guess I need to learn how to
- Make the stage bigger
- Position the Player controls below the actual video