Flash :: Options For Playing Multicast Video On A Webpage

Feb 14, 2010

Assuming a network hierarchy that supports video multicasting, what options are there today to tap into this stream from a web page? I've seen some references to this with Silverlight and project Star Light, which I unfortunately have no experience with. It also feels like a third option behind HTML5 and Flash.

View 1 Replies


Similar Posts:


Media Server :: Video Player For Pure IP Multicast Video

Mar 21, 2011

I'm developing a video player for Pure IP multicast video. I'm using the Multicast Configurator provided with FMS 4 for generating the configuration. This is the manifest file generated:
<manifest xmlns="[URL]">
<id>Multicast_IP_Multicast</id>
<streamType>live</streamType>
<duration>0</duration>
[Code] .....

That's not working. And I have several doubts about it:
1.- It's not working, and I don't know where is the error. I'm not sure what I should add as parameter in GroupSpecifier constructor? GroupSpecs from manifest file?? "com.adobe.pureIPMulticastGroup"??

2.- I've been watching the multicast.as application in FMS4. The only way of publishing multicast streams in FMS4 is using the configurarion from Multicast Config Tool? Is it possible publishing a stream without the GroupsSpec generated by the Config Tool?

3.- If It's mandatory using the config tools for managinf the pure ip multicast. I would like to integrate the Multicast Config Tool in my platform. Is there any place where I could get the code of Multicast Config Tool? Any documentation about how to build it? This component have any flashvars or callbacks that could allow me integrate it in my platform?

View 3 Replies

ActionScript 3.0 :: VIDEO Stops Playing, Continue Playing Flash Movie?

Aug 7, 2009

I am loading an external SWF file into my main timeline. The external SWF file contains an FLV video. At a certain point in my main timeline, the SWF file loads and plays the video. Is there a way to say...

If the VIDEO (FLV) is done playing, gotoAndPlay(X)?

View 4 Replies

Flash :: Video Resolution On Webpage?

Dec 8, 2009

I have flash video files to display on to website.The flv files are in 1024*768 size.But , when i am displaying the flv on website with 960*720,the video quality is not good.

How can we handle the video sizes on webpage?

View 2 Replies

Flash :: Embed FLV Video On A Webpage?

Dec 6, 2010

What is the way to embed a FLV video on a web pageAre there available SWF ready to use and easy to customise that would allow a streaming of the FLV from our site to the client browser?In this case what would be the wrapping code to run and setup that SWF?

View 2 Replies

Display Live Video In A Webpage Using Flash?

Aug 25, 2009

I have a Network camera Sony SNC-RZ50P , I want to display the live video streaming in a web page? How to display this using Flash 8

View 1 Replies

Professional :: Flash Video Playback Over Webpage?

Nov 24, 2010

I would like to be able to play my flash video on top of my website, and then disappear once its finished. Just like on the apple website, with the macbook air. This is probably very simple, but I am not sure what it is called!

View 1 Replies

Professional :: Importing A Flash Video To A WebPage?

Feb 3, 2011

I am having a problem getting my flash file to work on my webpages. I first converted the original .avi to a .flv format,then I imported the.flv into flash. It has a skin because I wanted the users to be able to stop and pause the video. When I test the file outside of the web page it works fine. The skin file, the .flv and the .swf are all in the same folder. But when i Upload the webpage , the flash does not play online. If i preview in design mode, the flash file plays. Although with out the skin. Now if i open the flash file outside of the webdesign software it opens in a web browser and all works.

View 1 Replies

IDE :: Video In Flash - Controller Not Showing On The Webpage?

Sep 9, 2009

I imported flv flash video file into the Flash and added a controller there. I chose one from the list. I then published the video and got this swf file, which I then put onto the webpage using this code, as I want my page to be XHTML compliant:

HTML Code:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

[code].....

View 5 Replies

Flash :: Video Skin Controls Not Appearing On Webpage?

Apr 4, 2007

I have a puzzle. I have some test movie clips that areoperated (played) by pressing a thumbnail. All works ok in theresultinmg html and flash file that is produced, but when I importthe flash movi into DW, the controls disappear, but the movieplays...if you look at the link below you can see the flash moviecontrols in operation OK[URL](press thumbnail 2 to play the test movie)

View 4 Replies

Professional :: Using Flash Video And Skins In Exsisting Webpage

Jul 9, 2011

I am trying to use Flash CS5.5 to make a flash video.I have successfully used the Media Encoder to take a WVM file and convert it to use in flash..I have choosen a skin to use for playback.My question is that I now want to take the flash video (swf) and the skin (swf) and add it to an exsisting web page I have...(using Dreamweaver)Can anyone tell me how to do this -- since the video and skin are separate swf's?I did try to embed a FLV directly into my webpage and that worked...(the content is all video).

View 13 Replies

Professional :: Can Play Video In Flash Player And Embed It Into Webpage

Jul 22, 2010

Is there a way I can play a video in a flash player and embed it into a webpage, so the user and start and stop the movie.

View 2 Replies

ActionScript 3.0 :: Swf Keeps Playing When Move Webpage?

Jan 10, 2009

New to this and using Flash CS4/AS3 to build simple website...and everything works fine apart from the swf movie keeps playing when I move to another page.

I am using MC buttons to go to labels on a timeline in a MC. On the time line 'videos' I dragged on UIloader to play a swf of a video. My problem is that when I go to another page (along the timeline), 'home' or 'contact' etc, the swf is still playing from the 'Videos' section. You can't see it of course but can hear the sound. If I click back to 'Video' the swf starts to play again over the first play. I have stop action on timeline above each different section, but this just stops all the pages from cycling.

below is the code i'm using for the buttons.

function btn1Over(event:MouseEvent):void {
btn1.gotoAndPlay("over"); }
function btn1Out(event:MouseEvent):void {

[Code]....

View 1 Replies

Playing FLV File On Webpage Without Player?

May 18, 2009

I need to play a FLV file on a web page, but I don't want it playing in a visible player. That is I don't want there to be the usual Play button and no frame. I want it to work and look much like this link: [URL]. It is similar to those infamous "Mac vs PC" videos which occasionally play on the home page of [URL]. My flash ability in this area is limited. (I'm a Joomla pro but not a flash pro.) Looking at the source code, I see various swf controller file links, and some javascript, I think.

I have no idea what is in the swf files that may or may not be making it all work. First of all I don't even know if it is possible for a FLV file to play above html and then disappear revealing the html when it is finished playing. I assume with the swf and javascript and divs this is possible, but am not sure.Ideally I would love the complete code if possible. Or links to where I can find out how to do it.

View 1 Replies

ActionScript 3.0 :: Program That Queries A Database For Options And Displays The Options In A Number Of ComboBoxes?

Aug 29, 2011

Im building a program that queries a database for options and displays the options in a number of comboBoxes. The comboBoxes are dynamically built and loaded via code and added to the stage. I would like to build the comboBoxes into a single movie clip (maybe not the correct wording) so I can use options like tweening and such to make it look better. The code is below.

package classFiles
{
import flash.display.MovieClip;

[code]....

View 3 Replies

ActionScript 3.0 :: Movie Keeps Playing When I Leave Webpage

Aug 6, 2009

I have run into a sticky problem in IE7.

A visitor can click on one of four links on an HTML page. Each takes them to a correlating anchor position within a movie that is located on another page.

When they click on the link, they are taken to that page and the movie begins playing at that location. So far, so good.

Some visitors hit IE's browser back button to return to the orig page. There, they click on one of the other anchors and are once again taken to the page with Flash. This time, however, the audio from the first anchor they clicked continues to play below the new audio they selected.

Apparently, the original link doesn't stop playing. Is there a way to stop a movie from playing as someone uses the browser's navigation to leave that page?

View 2 Replies

Flash :: Professional - Video On Webpage Takes Very Long Time To Load Before It Starts Playback

Nov 21, 2011

I just created a basic flash file to play a video on my web page and it's taking several minutes to load before it starts playback. I'm using progressive downlaod and the file is in *.mov format and is 84MB in size. At first that seemed large to me for web play back, but I thought it could handle it since I thought the way progressive download works is that it would start playing the first frame right away and progressively play other frames as they download. However, this seems to be downloading the whole file first (or a major part of it) before starting any playback at all.

Is there some kind of setting I'm missing or is my understanding of the download incorrect and the file size is too large? Some vitals: I'm using Flash Pro CS5 - To create my flash file, I used the standard import video wizard and selected the a file that is "on my computer" and "load external video with playback component" and then, I selected one of the standard skins.- To deploy the vidoe on my webiste I have three files:

1) swf file containing the FLV component

2) the swf file related to skin

3) the actual video (84MB, mov file) - Web page includes/embeds reference to swf file

View 12 Replies

ActionScript 3.0 :: User Leave Webpage But Movie Keeps Playing

Aug 6, 2009

I have run into a sticky problem in IE7. A visitor can click on one of four links on an HTML page. Each takes them to a correlating anchor position within a movie that is located on another page. When they click on the link, they are taken to that page and the movie begins playing at that location. So far, so good. Some visitors hit IE's browser back button to return to the orig page. There, they click on one of the other anchors and are once again taken to the page with Flash.

This time, however, the audio from the first anchor they clicked continues to play below the new audio they selected. Apparently, the original link doesn't stop playing. Is there a way to stop a movie from playing as someone uses the browser's navigation to leave that page? The links page is here (just click on a photo to begin the movie. [URL]

View 0 Replies

Java :: Youtube Keep Flash Video Playing / When Go To Users Profile Page From Video Page?

Aug 31, 2011

In the cosmicpanda update for youtube, you can go from a video page to the video creators profile page while your video is still playing in flash. Does anyone how Youtube accomplishes this? I would like to know if it's possible to keep the flash state of a site constant while moving from page to page on a site.It doesn't seem as if the flash is reloading, so I don't think that they are just saving cookies for the current video time and starting the video at that point when they refresh.I would assume that they're using ajax, but the application of this feature is really clean. The URL gets correctly changed to the users' profile page's URL. The back button still works as it should. (I can press back and forward between video page and user profile page and the video continues going clean and never drops.)

View 2 Replies

Professional :: Flash As Multicast Client?

Jan 2, 2008

Can an swf flash clinet use the Socket class to listen to amulticast stream?

View 2 Replies

Media Server :: "RTMFP" Connected To The FMS Server,but May Not Play Multicast Video?

Sep 23, 2011

the question is,a client which can use "rtmfp" to connect to a FMS server,and the connecting success,Whether Can not guarantee that the client can play the Multicast video? because the client may be behind a Special firewall So he may connect to the FMS server ,but can not  use P2P to connect to the  members those are in the group?
 
If the answer is "yes",Whether i should make a check function that make these client  back to "RTMP"?

View 1 Replies

Flash :: Playing Video In Html?

Aug 14, 2010

I have different video files in my web folder.How i can play this one in flash player

View 3 Replies

Media Server :: Flash Multicast Streaming?

Nov 29, 2011

I am testing the P2P function of Flash Media Server 4.I have setup two environment for testing, but only one can success to using the P2P.However, i found that there is some problem in network connection.Here is my procedure to create the Peer to Peer Multicast.1. Using Multicast Config Tool ( oolsmulticastconfigurator) to create the "Peer to Peer" type (Generate the manifest.f4m and copy the publisher stream name to flash encoder) --> multicast type: Peer to Peer --> RTMFP URL: rtmfp://true ip/miltocast --> stream name: livestream --> publish password: password --> group name: fms.multicast.example --> ip multicastaddress and port: 224.0.0.254:30000 Using Flash encoder with the public stream name connect to flash media server.3. In client side, we use the example player ( oolsmulticastmulticastplayer)

First Environment (A) - not work
1. Flash Media Server (Data center)
Data center reported that "All the port have opened (TCP/UDP)

[code]....

View 1 Replies

Flash :: Playing Video From A Streaming Server

Aug 8, 2009

I've been trying to insert a video in a flash project that is hosted on a flash media server. I put the address wich by the way is [URL] and it doesn't work, I'm pretty sure that the address is right, am I misssing something?

View 2 Replies

Flash :: Prevent Video From Playing Automatically?

Jan 2, 2010

I know extremely little about Flash, and have been sent a completed SWF file, which I have inserted into my webpage with the code below.The problem is that it starts playing automatically. Is there some way that I can add a parameter to the code below so that the video doesn't start automatically, or will the SWF file need to be re-created?

[Code]...

View 1 Replies

Internet Explorer 7 - Flash Video Playing On Top Of Everything Else In IE7?

Apr 12, 2010

I've been spending hours now reading up on IE7's issue with rendering Flash content on top of other elements, particularly navigation menus (this is often a problem with dropdown menus and Flash ad banners, for example).

Update

At Mercator's request, I am providing a large code-sample to assist in any advice you might have. Consider the HTML below:

[code]...

The footpanel uses jQuery-powered flyout menus, if that provides any further context. These menus have z-indexes in the 300X range to appear above the footpanel.The Flash in question is JW player playing a flash video or mp4. Currently, the object and embed tags are inside a container div.My understanding of previous solutions was that the combination of the param changes and the positioning/z-index change on the container div should have resolved the issue. Alas, it is not so. The player resides on top of the footpanel.Other information that may or may not be helpful is that the page is XHTML 1.0 Transitional and that Dreamweaver reports 1 error in the HTML code: <embed> is not in the XHTML 1.0 specification. This fact does not prevent the video from being viewed in any browser tested, and the page still displays correctly in FF.

View 2 Replies

Flash :: Playing Video On A Web Browser From A Web Server?

May 5, 2010

I need to play videos stored on a web server from a web browser.

I was thinking of using Flash to achieve this. I found this article [URL]

Is there a better approach? Also when the video is playing or is paused, I'd like to be able to read the current time of playback from the browser (I guess through Javascript). Would Javascript be able to retrieve this time from the flash player?

View 2 Replies

Flash - Playing A FLV Video With A Fallback On HTML5?

Oct 8, 2010

I told my boss to use HTML5 with a fallback on FLASH.But he said he wants FLASH as the first option, and if the browser (ipad or any other) can't recognize the FLASH , it should play the MP4 file we got. I suggested HTML5 with fallback on Flash. But he wants the opposite.

Using SWFObject (google it) and a SWF Controller (like FlashMediaPlayback.swf).It's very important to understand that the iPad has limitations with video size. So the MP4 file can't be bigger than 720p and 160kbps for audio.

<div style="text-align:center" >
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};

[code]....

View 2 Replies

Actionscript 3 :: Detect When A Flash Video Is Playing / Not

Jan 21, 2011

I have a NetConnection attached to a NetStream, which is in turn attached to a Video. As you can guess, this is a video player. I've looked through the public properties of all three classes and could not find an "isPlaying" property - a boolean that would tell me video is currently running (and not paused, stopped, nor corrupted). [code]...

View 2 Replies

Actionscript 3 :: Playing Music Throughout A Flash Video?

Mar 17, 2011

How would I play an audio file throughout the entire clip that I am making? It is a recording of myself narrating a video, so it has to start as soon as the video star

View 3 Replies







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