ActionScript 3.0 :: Publishing .swf - Assets To Live Website

Aug 18, 2010

how to create some flash AS3 applications. Well, one important component of that was learning how to actually publish them so they're available on the web. And that's what is getting me now. My project page here

In this project, a tile list of a dozen motorcycle thumb images should show up on the right side of the stage, and when clicked, a large image and descriptive text should tween into center stage. The .fla project works perfectly when compiled to a swf from within Flash locally. When published live on a website, it's partly inop.

All of the images and information are in an xml file. All images are actually on the server, and in a few places simultaneously... The root, the 'images/' folder where the xml actually calls for them to be. No images show up. Also, five album cover art thumbnails should populate another small tile list at the bottom. Now, the music plays when you click a phantom tile list item, so that proves the xml is kosher. but none of the motorcycle images show up at all, not even the tile list 'chrome'... yet the chrome for the album art does show up.

View 4 Replies


Similar Posts:


Secure Publishing Of Live Streams?

May 3, 2010

I have installed Flash Media Server on our server.  When I load up the application home page, I see the demo video of a train.
 
Then I click on the "Interactive" tab on the right hand side.  I was SHOCKED to see that I can create a live stream from my local camera without any  credentials at all.  Anyone who visits this webpage can publish a live video stream on our Flash Media Server?

View 5 Replies

Media Server :: Multi Point Publishing Live/VOD?

Oct 10, 2011

1) I currently have multi point publishing set up to rebroadcast a stream between several servers. I'm running into an issue where even if it's a live stream, when a client connects, it starts from the beginning and you have to seek to the very end for it to go live.I've attached my main.asc file

application.onAppStart = function()
{
trace("Application name: " + application.name);[code]........

2) Is there any way to set up multi point publishing on Video on Demand files?
 
3) Say server 2 has restarted, is there anyway to force a push to that server without having to restart the feed?

View 29 Replies

Media Server :: Increasing Bandwidth While Publishing Live Video?

Aug 15, 2010

I have made a sample application for publishing video through FMS using as3.In that I had used the same code as given in the sample provided by the adobe,

m_nc = new NetConnection("rtmpt://localhost:1935/Test");
private function onNetStatus(event:NetStatusEvent):void  {
switch (event.info.code)   case "NetConnection.Connect.

[code].....

View 2 Replies

Media Server :: 4 And 3.5 Drops Live Stream After Some Time, When Publishing From FFMPEG?

Sep 15, 2010

I'm having a reliability problem with publishing live, h.264 streams from FFMPEG (using the rtmp publish ability now built into FFMPEG, where I can set an rtmp address as the output).After a random period of time (usually between an hour and several hours), the default "live" application in FMS 4 (or 3.5) eventually drops the connection from the FFMPEG encoder. This is what appears in the log for the application:"Dropping application (live/_definst_) message. Clients not allowed to broadcast message."After googling the error, I discovered that people have been reporting this error for several years, but there has not been a single response from any FMS experts or Adobe about what causes the error.

View 6 Replies

Media Server :: FMIS Multipoint Publishing Setup - Viewing Live Streams?

Sep 1, 2010

I am facing a strange issue with a pair of FMIS servers set up with Multipoint Publishing. Configuration is as follows:
Encoder >>>> FMIS1 >>>> FMIS2

When freshly started, I am able to view live streams from both servers, however, periodically, FMIS2 unpublishes the streams as seen in the log below. When this happens lives streams are accessible from FMIS1 but not FMIS2. In order to resume live streams on FMIS2, FMIS1 must be restarted.

Logs:
2010-09-01 14:31:00 9244 (s)2641173 NGA_1 is unpublishing -
2010-09-01 14:31:00 9244 (s)2641173 FTV_1 is unpublishing -
2010-09-01 14:31:00 9244 (s)2641173 BBCWN_1 is unpublishing -
2010-09-01 14:31:00 9244 (s)2641173 CTI_1 is unpublishing -
2010-09-01 14:31:00 9244 (s)2641173 CNN_1 is unpublishing -
.....

View 7 Replies

Media Server :: Embed Timecode When Publishing Live Video And Render It When Watching?

Oct 4, 2010

I've managed to publish video now: ns.attachAudio (mic);ns.attachCamera (cam);ns.publish ("name","record"); But without time information.

View 22 Replies

Media Server :: Retrieving List Of Live Streams Names With Status Publishing

Apr 28, 2011

i have a website like ustream, where user can register and create  live channels and publish live video using FMLE.
 
Now i want to check wether a particular channel is online or offline. I have stream name for particular channel. My website is coded in PHP. I have tried using getLiveStreamStats function, it works fine where the XML file is not heavy. I mean number of subscribers are less. Then i can just check the Publisher Tag. if it exists that means stream video is live, else not.
 
But problem arrives when the number of subscribers are high. The XML file do not loads in PHP, and it takes too much time to load the page.
 
what can be done to just check if the xml file has publisher tag. and display if the stream is live or not

View 12 Replies

Media Server :: Retrieving List Of Live Streams Names With Status Publishing?

Jan 3, 2012

I want to retrieve the list of live stream name.

View 1 Replies

IDE :: Scratchy Sound After Publishing Website

Oct 7, 2009

I use CS4 Flash 10.0.2 and after publishing a website (tried few templates), it comes out with bothering scratching/metallic sound. Basically all sounds, effects are distorted with a metallic sounds. If I do it few times, or shut down Flash and start it again and then publish it, the sound it is OK. What am I doing wrong or is it a setting that I should do to avoid this nuisance? It does not matter if I publish it with Flash v6 or v8 and moreover, it happens to different flash websites while using Flash CS4 for Windows and also for MAC. It must be something that I have to set but have no idea.

View 2 Replies

Professional :: Cannot Incorporate Police When Publishing Website

Feb 25, 2012

I cannot publish anymore my Web site. When I do "test animation" I got no error and my site is Cool! But When I try to publish is, it stop at the middle of the bar and say that the police should be incorporated with "Texte -> Incorporate the Police". I did it many times, saving the doc and tring to republish my doc with no result. Everytime I try to publish I got the same mistake! I cannot compile my server anymore and make any progress.

View 1 Replies

ActionScript 3.0 :: Publishing SWF To Website - Image / Features INOP

Aug 17, 2010

[URL]. In this project, a tile list of a dozen motorcycle thumb images should show up on the right side of the stage, and when clicked, a large image and descriptive text should tween into center stage. The .fla project works perfectly when compiled to a swf from within Flash locally. When published live on a website, it's partly inop. All of the images and information are in an xml file. All images are actually on the server, and in a few places simultaneously...

The root, the 'images/' folder where the xml actually calls for them to be. No images show up. Also, five album cover art thumbnails should populate another small tile list at the bottom. Now, the music plays when you click a phantom tile list item, so that proves the xml is kosher. but none of the motorcycle images show up at all, not even the tile list 'chrome'... yet the chrome for the album art does show up. Creating nice swfs is one thing, but it's all for naught if I can't publish 'em live.

View 3 Replies

Professional :: Stream A Live Webcam On Website?

Aug 25, 2010

I'm not sure if this is the right place to post but here goes. I'm looking to stream a live webcam on my website and have no idea where to start. I've been searching for a while and various things refer to Flash Media Server but this is costly and, as I will be streaming from University, it will probably be blocked on the network or take up too much bandwidth.

Does anyone know of a way to stream a webcam, without FMS or Quicktime Broadcaster etc.? Any free websites that provide this service could be possible, so long as the stream isn't available to anyone outside my website.

View 1 Replies

Flash - Live Video Streaming Website?

Mar 4, 2010

we are looking forward towards developing a very interesting community portal that would help the user to broadcast their live videos across the community.I've been checking over sites like ustream.tv, justin.tv and wondering what/how Technology they been using to do so.

I am doing a lot of research over the last few days checking over the medium to do this effectively and figure out some of the leading companies in the domain like Ooyala.com, brightcove.com providing servers/technology to broadcast videos seamlessly across the globe.
I will be signing up with any of these providers soon.So my question is , how exactly would my website be catching with the live feed from the users cam, send the stream to ooyala/brightcove and further broadcast it to rest of the community users.

View 2 Replies

Professional :: Videos Play When Tested But Not Live On Website?

Oct 13, 2010

I have uploaded two videos to the website I work on. Both play perfectly in all browsers when I pull up the pages on my C drive, but just show up as a blank page on the website.[URL]

View 4 Replies

Media Server :: Streaming Live Video To My Website

Nov 20, 2010

I have Flash media server, flash media live encoder, and flash cs5.I'm gonna be using flash media live encoder to stream my desktop and webcam to my website. My current host (host gator) doesn't have rtmp enabled on their web hosting plan, only on their dedicated and vps hosting. My question is do I need to switch hosts to one that has rtmp enabled so I can stream to my website for people to view?Also, can I embed this stream into another part of my site?

View 5 Replies

ActionScript 3.0 :: Show Live Streaming Video Over Website?

Oct 7, 2009

I have a website (on my own Apache Server in my home office) that displays my video clips (.flv files) with no problem, I have no idea what ActionScript is or where it is used (but I am a basic user of JavaScript)And since this forum is for 'beginners', and since I don't even understand the questions being asked here , *where* do I start to acquire knowledge of ActionScript, or what books shoud I buy to start this learning (or where is the FAQ list please.I would only like to be able to show Live Streaming Video over my website,

View 5 Replies

Flash :: Self Updating Air Application Assets Without Re-downloading Assets Already Downloaded

Feb 10, 2011

I want an air application to be able to update the assets it uses, but minimizing the download needed, so only downloading files added since it last updated.I'm thinking this would include a server portion which would zip the needed files based on a version number? Has anyone implemented anything similar / got any thoughts on the best approach to building this sort of system?

View 1 Replies

Media Server :: Streaming Live Webcam Feed To Website?

Dec 9, 2010

I have installed flash media server, flash cs5, media live encoder to be able to view my webcam feed via my website. Now in addition to these, i started streaming to localhost, and installed a dns updater which updates a name server according to my current ip. Then i wrote this dns address in the feed's source from flash 5 as rtmp://thednsname.somedns.net/live/livestream
 
so far so good, i also forwarded the ports 1935 incoming and outgoing from modem to my computer as well (because 1935 is said to be the default port number for media server). firewall -> closed (just in case); and my internet provider doesn't block ports...started the media server (with admin privilage in 7), started the live encoder, connect to localhost, start live feed.
 
NetStream.Play.StreamNotFound : Adobe Flash tried to play a live or recorded stream that does not exist. Source can't be found.

View 1 Replies

ActionScript 3.0 :: Flash - Broadcast A Live Video Stream From PC To Website?

Jul 25, 2010

Is it possible to broadcast a live video stream from my PC to my website and have it appear in a flash player?

View 4 Replies

Flash :: Integrate Live Customer Support With Video / Webcam On Website

Feb 23, 2011

My organization normally provides customer support over e-mail and over the phone, but in particularly tricky situations we find we need to have an approximation of face-to-face communication. We're trying to find or build a software solution that we can integrate into our site. Our requirements are that:

[Code]....

View 1 Replies

Data Integration :: Embed Live Streaming Windows Media In Flash Website

Feb 3, 2007

I am new with Flash, and still trying to learn. There is one thing I can't find information about. How do I embed a Windows Media stream on a flash web site? If possible at all.

View 1 Replies

Flash :: Media Server - Building A Custom Live Media Encoder For Website

Apr 12, 2010

I could contact about building a custom live Flash media encoder for our website. We have a database for authentication and a list of upcoming events with stream information (FMS URL and Stream Name) that  we want to automate into an encoder. Currently we have our customers use  Flash Media Live Encoder and copy/paste the values into the encoder, but would prefer a solution that is more tightly integrated with our site

View 4 Replies

Reduce Live Delay Time With Hls-live?

Feb 14, 2012

I'm noticing a 13-16 second delay with live streams to iOS devices. Is there any way to improve this delay time by modifying the Event.xml parameters or the Apache hlshttp_module parameters in httpd.conf?

View 9 Replies

Media Server :: Live Switching With Live Media Encoder?

Jan 3, 2010

I would like to know if there is a solution available that allows me to plug 2 HDV cameras into a laptop and live switch between the 2 cameras while uploading the live stream via adobe flash media live encoder to the adobe streaming server? the scenario is I want to offer live streaming of corporate seminars that I normally shoot with 2 cameras.

View 1 Replies

Javascript :: Danger To Pass User Id Session From One Website To Another Trusted Partner Website?

Jan 7, 2011

What's the risk if it is between 2 websites or 2 webservices or between a site url and flash or embedded javascript ?

View 1 Replies

Professional :: Displaying A Website Inside A Website?

Apr 6, 2010

Is there a way to display a website [URL] inside your Flash website?
 
Looking for something similar to HTML inline frames
<iframe> src="adobe.com" height="200" width="300" </iframe>

View 1 Replies

Php :: Html - Flash Website Preloader For PHP Website?

Apr 14, 2011

I want to use a flash preloader for my php website. I have seen some javascript examples; but I want something attractive and cool. So I want use flash preloader which will show the percentage of the website loaded.My website is kinda heavy(with lot of images). It looks bad when the contents load. So I want to show a flash preloader while the site loads.

View 2 Replies

Record Live Stream With Application "live" / "livepkgr"?

Jan 25, 2012

I would like to know whether it is possible to record a live stream with default fms application "live" or "livepkgr", so that the video stream can be played later on using "vod" application? If this is possible then how? What should be configuration for "live" or "livepkgr" application?

View 1 Replies

ActionScript 3.0 :: Loading Assets From A SWC?

Apr 22, 2009

Wherever I look it says that loading external assets(.png, .jpg, gif) from a SWC is supported. However, I can't find a single example of doing this with anything else than Classes and Components.

I have 7 swf's that are loaded and unloaded by a main swf, a sort of menu system. These swf's all rely on loading in some .png's at runtime.

I made a new "Library Project" in Flex, filled the scr folder with my .png's, set the loading type to "external". Because I don't want the .png's compiled into my application .swf.

But how do I get a hold of my raw .png's from within my classes?

I can do:
var obj:AComponentFromSWC = new AComponentFromSWC() no problem.

But I want to do:
var pic:Bitmap = BitmapFromSWC();

Is this possible or did I completely misunderstand the use of SWC's?

This way I could let all the apps use the same SWC and it is easy to distribute all the graphics as one package and the loaded swf could share common graphics.

View 5 Replies







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