ActionScript 3.0 :: Video Source From 2 Locations?

Feb 1, 2010

I need pointing in the right direction with a random question.I need to change my Flash player to take on adverts at the beginning or end of playing the desired video.Is there anyway to do this by supplying the player with 2 separate videos?For example, at the moment I use this within my player:

<script type="text/javascript"> var s1 = new SWFObject( "/flash/FLVClipEditor.swf?" + new Date().
getTime(),

[code].......

View 7 Replies


Similar Posts:


Media Server :: Encode Video From Several Source?

May 6, 2011

i would like to learn can Flash Media Encoder or other Adobe's product encode video then sent to FMS for streaming by combining two different sources (for example: from two cams).

View 8 Replies

Flex :: Open Source Video Playe?

Dec 14, 2009

That has all the basic functionality like play, pause, stop, forward, rewind, and volume controls?

View 6 Replies

Professional :: URL Variables Used To Set The Source Property For The VIDEO COMP?

Jan 5, 2011

Can you take a url variable and have that variable be the value for the source parameter of the video playback component in flash CS4 or CS5?

vplayer=videofile1
the actionscript 3.0
var videoFile:String = [who do I get the url variable's value here?]

[code]....

View 1 Replies

Flex :: Detect Source Video Size VideoPlayer?

Apr 30, 2010

Is it possible in Flex 4's VideoPlayer control (spark.components.VideoPlayer) to detect some attributes of the source video?

In my case, it's a local file. I would need to detect the original width and height of the input source video (an h264 f4v).

View 2 Replies

JavaScript :: Open Source / Commercial Web Video Player?

Oct 24, 2010

I'm basically looking for something that can play/stream a variety of formats if possible (or if not, to have an easy way for non-technies to convert them to the desired format). I'm also looking for something easy to setup - like including a javascript tag at the top of the page and then perhaps using a div, or just 1 line of script code to make it work. If it's flash, then have to be simple to setup too.

View 2 Replies

Open Source Video Chat Server Not Using Flash

Apr 18, 2011

Reading "Building the realtime user experience" by Ted Roden, I was wondering how to go further and get some video chat web app up and running without the use of flash.

So, in terms of feasibility:

client-side: how can one access to cam and mic local streams not using flash ?
server-side: are there any existing frameworks or open source servers (something like red5) that focus on this kind of use cases ? If not, what do I need to build my own (lightweight) visio chat server ?

View 2 Replies

ActionScript 3.0 :: Select All Video Error - Invalid Source

Jul 15, 2009

I am stuck in custom video player for a long time. The original example of the thumbnail buttons are jpg image. They work. However, instead of stable place of the thumbs, I changed the thumbs to swf file with motion.

I got the error.
Select allVideoError: 1004: Invalid source
at fl.video::NCManager/connectToURL()
at fl.video::VideoPlayer/[URL]::_load()
at fl.video::VideoPlayer/play()
at fl.video::FLVPlayback/doContentPathConnect()
at fl.video::FLVPlayback/set source()
at MyVideoPlayer_fla::MainTimeline/playVideo()

Here is my AS3 code
Code: Select allimport fl.video.*;
var thumb_width:Number;
var thumb_height:Number;
var thumbs_x:Number;
var thumbs_y:Number;
var video_x:Number;
var video_y:Number;
[Code] .....

View 2 Replies

ActionScript 3.0 :: Send Video Chat Source File Or Link?

Jun 17, 2009

send me AS3 video chat source file or link    

View 1 Replies

Media Server :: Recording Live Video From A Streaming Source?

Jul 16, 2009

I'm very new to FMS and I have been experimenting around with it as a part of my job. I already have the encoder, FMS, and my AIR application all talking, so that portion is going well.The problem that I want to tackle next though is to have the FMS server record the live stream to it's hard drive. All of the guides that I've found talk about how to make a DVR stream, but that's not what I want. I want to be able to have the live stream, and then separately I would like to have it recorded.

View 1 Replies

Html :: Take Picture From Local Video Source And Submit Via PHP Form

Aug 9, 2010

How would I go about taking a picture from a video capture card or webcam? Should I use flash to do this? I want to submit the picture via a php form and upload it to my webserver and place a link to it in my MySQL database.Is there a flash app already built that I can use to perform this?

View 1 Replies

ActionScript 3.0 :: Import The Video Source Flie Inside Flash ?

May 17, 2011

i want the source of the video imported inside the flash, not link.i can covert my swf to exe easily ,do any one know how to imported the video source flie inside flash ?

View 1 Replies

Media Server :: FMS4.5 Live Stream With Multiple Video Files As Single Source?

Jan 27, 2012

I am using Flash Media server 4.5 and i read the tutorial if i want to stream the live feed, i may need to use the media live encoder.
but what i found in media encoder is i have to manually setup everything and it only support camera devices. But in my case i have multiple video files keep received from another program and place it on file system (server),my goal is use the Flash Media server to perform a live boardcasting with these video file one by one. That means when client watching a live streaming, they will not notice the server is playing mov1, then mov2, then mov3, then mov4... and so on.
 
You can imagine i am trying to boardcast a live footage say for 60sec, but the video file will not recorded entirely after 60sec, instead for every 10sec i will save a new video file, so that when client watching the live by HLS [URL]when the time reach to 10sec, a mov1 video file available and FMS should boardcast this video on live123.when the time reach to 20sec, a mov2 video file available and FMS should Immediately follow the mov1 boardcast on live123.and so on...Also can FMS dynamically create a new streaming session (invoke by code), so that when client A uploading some video files to the server, the FMS open a new streaming session only stream cilent A video files?the configuration to boardcasting like screen size, bit rate, etc should be pre-defined on the server.  [URL]

View 5 Replies

Actionscript 3 :: Source From External Folder (linked Source) Not Appearing In Flex?

Aug 26, 2010

i have a Air Project in which i have added three extenal source folders. but when i reopen project or strat flash builder again i get icon on those folder like this but when i open the configuration for that project and try to validate the path and adding it again i get message like this but the path is valid. proof is this pic what could be possible error,,, is there any way that i when ever re-open project i get no warning and able to navigate through the linked source code. now i am doing it

1- deleting on of the linked folder

2- again adding that folder.

View 2 Replies

ActionScript 3.0 :: Flex Script Source In Source Path Cannot Be Found

Jan 11, 2010

So inside my src folder I have my app.mxml file. I have a source directory pointed to my actionscript library.It appears that Flex does not look inside that source directory including an .as file within the master mxml file.

Code:
<mx:Script source="com/domain/something/somethingelse/app.as"/>

I could just have the main app.as file inside the src folder along with my app.mxml file but it would be nice if it could live in the actionscript library.

View 1 Replies

Media Server :: Use Http Source Instead Of Rtmp Source?

Aug 31, 2011

I have this standard embed code to play my video:
 
<object height="409" width="600"><param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" /><param name="flashvars" value="src=rtmp://my-server/vod/flv:my-video" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" flashvars="src=rtmp://my-server/vod/flv:my-video"

[Code]...

View 4 Replies

ActionScript 3.0 :: Flex Source In Source Path Cannot Be Found

Aug 21, 2009

So inside my src folder I have my app.mxml file. I have a source directory pointed to my actionscript library.It appears that Flex does not look inside that source directory including an .as file within the master mxml file.[code]I could just have the main app.as file inside the src folder along with my app.mxml file but it would be nice if it could live in the actionscript library.

View 2 Replies

Zooming To Certain Map Locations?

Oct 27, 2009

how to zoom into(hence zooming the map outward) set locations on a map, yet only those locations. I have a script which will zoom to your mouse location and also if I set the specific x and y, but still zooms when clicking on any other spot.

how do I zoom to only a set location and nothing else within a map/image.

View 38 Replies

ActionScript 2.0 :: Interactive Map And Key Locations

May 25, 2009

I'm doing a project in flash. What I'm trying to do is have an interactive map and have key locations you can click to view a popup and using xml call in data such as thumbnails, images and information. I've also created a scroller so when you click the arrows the map scrolls left to right except I want to make it so that when you click the arrow right for example when the map gets to the far right edge the arrow greys out (to signify that you can no longer move to the right) It's complicated to explain so here's the assets in a zip file: [URL]

View 3 Replies

ActionScript 2.0 :: Make Locations On A Map?

Feb 24, 2003

I am getting ready to start a new project that about club located all over the world. I would like to make a map that locations pop-up on dynamically, like on

View 8 Replies

ActionScript 2.0 :: Two Icons Are In Different Locations?

Jun 18, 2010

there are two icons that become visible when a mc is selected, a small crosshair and a small circle. Sometimes they're in the same place, sometimes not. I understand the small crosshair is the origin, where all transforms originate from, but what's the circle, and what does it mean when the two icons are in different locations?

View 2 Replies

Flash Map - Rollover Lights Up Locations?

Apr 20, 2009

I have a map, which dots for locations, and a list on the right of place names. I want to rollover, say, Paris and the dot over central/northern France glows (expands, flashes, something... I know that would be in the movie over France).
So my question is, if the buttons on the right are the parts that mouseover (and will change colour, like good web links should) how do I get the dots on the map to change when the name is rolled over?

View 2 Replies

ActionScript 3.0 :: Accessing Web-locations From Local Swf Or Exe

Sep 20, 2010

I want to make such flash file, which would contact web content without asking an user to add the file in the allow list on adobe web-page, is it possible to make it without help of other programing languages?

View 4 Replies

Unable To Change File Locations

Oct 7, 2009

I made a flash-file that will load a file externaly (http://.../locus.f4v). When I publish that flash file it renders a locus.swf, locus.index and a SkinOverAllNoFullNoCaption.swf (skin).When I upload everything works fine. But to easily manage all of my video's I can't have them lying arround and would like them in a folder. So I create a folder locusvideos. I change all the links in the html-file to locusvideos/... .swf but it just shows an empty page.so where are all the files at? locus.html (is in the most top folder)

/locusvideos/locus.swf
/locusvideos/SkinOverAllNoFullNoCaption.swf

and the video-file is still on the same place.

View 5 Replies

Actionscript 3 :: Set Dynamic Locations In An Image?

Feb 17, 2011

I want to set different locations in an Image, and when I mouse over the location it needs to shows something('box' or 'x' nd 'y' position of the location). How can i achieve this.?

View 3 Replies

Actionscript 3 :: Button Only Working In Certain Locations?

Mar 23, 2012

Here is the code:

var abutton:AButton = new AButton; //Where AButton is a button defined in my library
addChildAt(abutton, numChildren);
abutton.addEventListener(MouseEvent.CLICK, attack);

It doesn't want to work when certain movie clips are underneath it, but I don't want to make it more complicated by switching to another screen. Is it possible to make the button work with movieclips underneath?

View 1 Replies

ActionScript 2.0 :: Put MC's Randomly In One Of Four Fixed Locations?

Nov 5, 2006

I am making a small game, and I have four movieclips and four fixed locations (fixed xy locations like x=86 and y=181).After every round of the game I want the movieclips to be randomly in one of the four locations.However my Actionscripting skills don't have a clue how I could do this efficiently.

View 5 Replies

IDE :: Changing The BitmapData.rectangle - X And Y Locations

May 2, 2009

I'm trying to take a 'snapshot' of a movieclip that i've got on the stage with "BitmapData" and then starting a "draw()" command on it. I'm able to get it drawing.. however.. it only takes the things from (0,0).( the upper left corner of the movieclip. Doing a trace on "BitmapData.rectangle" gives me it's X and Y coordinates .. and it's width and height..

How do I change the X and Y locations of the BitmapData for it to start the drawing from? As I have some stuff on the negative side of x.

View 1 Replies

ActionScript 3.0 :: Tween Parent In Regards To Child's Locations?

Jul 21, 2010

I am working to tween a map of US States to center over and zoom on a specific state once clicked on.I know that I'd want the new x,y of the US States to be something in regards to the difference between its registration location and that of the child clicked uponThe tricky part I am finding is that the coordinate space of the children is specific to that of the container (parent)

View 2 Replies

Media Server :: Broadcast To Multiple Locations?

Jan 28, 2011

Trying to output to multiple servers - tried launching multiple window of FMLE-but get an error message with the second broadcast attempt.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved