C# :: Unable To Seek In Flv Movie On IIS7
Jul 15, 2010
I have 2 identical ASP.NET applications, one running on Windows Server 2003 with IIS6 and another running on Windows Server 2008 with IIS7.
The one on IIS6 runs perfectly, but on IIS7 I'm unable to seek while playing my video. They are both using the exact same HTTP-handler for streaming.
I'm using the JW player for Flash (v. 5.2) and Sorenson Squeeze 6 for converting the videos from .mpg to flv. The FLV stream-handler is very (but not completely) similar to the one on this site
The one on IIS6: demo.orbicon.dk/wgv
The one on IIS7: kloakkort.nk-forsyning.dk/webgrafvideo/?filename=15050
View 1 Replies
Similar Posts:
Oct 13, 2011
I work with Flash Pro allmost 11 hours per day and every while i get a error which messes up everything. Approximetly i get this after about 2-3 hours withevery project.After i get this error there is no chance to test movies afterwards.I see a fast flash of the loader window but it dissapears so fast i cant even really see if it is loader.
View 1 Replies
Jun 18, 2010
I have a working solution on an IIS6, which I made using this guide: FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler
The app is basically a FLV Player, but streaming is essential to it.
Now, one of our customers is running IIS7 and the streaming doesn't work
View 2 Replies
Feb 27, 2010
I have fms 3.5 installed, i did not install Apache because i already have iis7 running. how do i configure fms with iis7 to allow for http tunneling/streaming when rtmp is blocked?
View 3 Replies
Jan 25, 2011
I'm writing a MVC web app in ASP.NET MVC, which is supposed to be serving up a Flash object written by one of my colleagues. I don't know any Flash; he doesn't know any C#/ASP.NET; hence the question goes to SO!
[Code]...
View 3 Replies
Jun 12, 2008
If I send a request with NO xml, it works just fine. But as soon as I add xml to the flash XML object it fails. To illustrate this I made to simple scenarios, both of them hitting the following C# code:
Save.aspx (C#)
Code:
public partial class Save: System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
[code]...
I have absolutely NO IDEA what could be causing this. I've checked my IIS logs and I can see that it's returning 500 errors.
Most curiously is I can't get it to hit a breakpoint in the ASP.Net code when it fails. Even after reboots.
View 2 Replies
Jun 8, 2010
Has anybody experience to install FMS 3.+ Apache on the same machine with IIS7. Our business department decided to save some money on hardware and we have to install FMS on production, where we have already hostted ASP.NET WebSite. We have to do steaming video on our ASP.NET pages. I think to configure FMS on ports 1925,6000 instead of 1925,80. Will it be ok for Apache? Actually, I tested the installation with this configuration on our testing enviroment and it works, but the funny thing is that I can put rtmp://111.111.111.111/vod/sample.flv works (without port 6000). Is it correct behavior?
View 3 Replies
Oct 6, 2011
Flash app I've built works fine on desktop and on IIS6, but when I upload to IIS7+ it breaks.Most of the app appears to work as expected but a crucial test fails. I think it's a custom event that is failing, but I've no idea why when it works perfectly everywhere else.My app is built with Flash CS5 and AS3 for Flash player 10.BTW it's not a MIME type issue.
View 1 Replies
Sep 20, 2009
I have just added a simple motion ( rotating word in additional frame ) the thing is that is comes to a point when it vanishes from the movie completely.The motion is not corrupted and I can see all the rotation when put "show redrawn regions " only. What's wrong ?.
View 2 Replies
Jul 1, 2011
I am doing an interactive display for school and it includes 2 games and 5 movies.I have it all set up the way I want it, but I have a HUGE problem, my movies will not play!! I am using 2 different codes, one for the games and one for the movies, they are below:
Games Code: loadMovie("filename.swf" , 1);
Movie Code: container.loadMovie("filename.swf");
The movie code has worked before, but for some reason it is not working now! If ya'll have a different code for uploading .swf games and movies ! These are all being uploaded and I am navigating them through by buttons and those seem to work great! Another thing, I have it set at 2 fps but some things get cut out because it goes too fast, but if I slow it down anymore the games won't work.
View 1 Replies
Jul 23, 2009
Yesterday I made a nice little flash movie (a picture slideshow) and today I've looked a a few tutorials explaining how to add my new flash image. To keep it easy I made a single page, using Dreamweaver, just to display this one movie. Everytime I ruin in in dreamweaver (F12) nothing appears. Similarly, anytime I look in the properties and press play my flash image disappears.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
[code]....
View 6 Replies
Oct 11, 2010
I have an issue that I need to pause my movie but its complicated to me because my movie contains an external swf files loaded into it and that swf files have many deep levels(childs) which all played one by one in my current movieclip. In simple words you can say I need a universal pause/play script that pauses all the animations on the screen and then play the same when press it again.
View 1 Replies
Jan 31, 2008
I have a box (type movieclip) on the stage, its named box_mc.It starts on the left and moves to the right via a timeline tween.I want the box_mc to have an alpha of 0 at the start and an alpha of 100 at the end. The alpha of 100 will (ultimately) be assigned via LoadVar.So, basically I need to set the alpha variable of the stage item before the movie starts playing via Loadvars.
View 2 Replies
Aug 9, 2009
For some reason I am no longer able to select any of the movie clips I have in my 1-Frame game. I've tried all the different mouse tools, and none have worked. Flash seems to think that they have all become part of the background. The biggest problem is not being able to put more symbols in the game
View 2 Replies
Dec 31, 2009
I just recently finished the snowflake tutorial and made a very nice movie with some minor tweaks of my own into the coding, and I'm very new to flash (this being the first many experiences with it). I want to create a movie that I can make full screen without the task bar at the top (maybe in windows movie viewer or quicktime), but there is no option to play the movie, only to test. When I export the movie into an AVI files, nothing happens.
View 3 Replies
Jul 31, 2002
would like to do is script the buttons so that before a new clip opens up the clip which is visible goes to a frame to play out an animation where it fades out and shrinks. (one clips fades out and shrinks before the next one opens.)what i want to do is not as elaborate but it gives an idea of finishing a clip off before another opens
View 2 Replies
Jan 4, 2007
i have created a project but was unable to select the previous movie clip if i duplicate it?this is my project link
http://www.picassocoffee.com/wireclick.swfthis is my code:var mySelection = "";//Global declarationvar totalmc = 0;wire.onPress = function (){this.createEmptyMovieClip(["mc"+totalmc], this.getNextHighestDepth()); //Create a newMovieClip with variable name "mc1""duplicate(mc);//trace(["mc"+totalmc]);mc = attachMovie("idwire", ["wire"+totalmc++], this.getNextHighestDepth()); //store the
[code]...
View 1 Replies
Aug 7, 2009
I am trying to unload a movie I loaded like this
PHP Code:
loadMovie("slideshow-endsample.swf",movieContainer);
But
PHP Code:
unloadMovie("slideshow-endsample.swf");
Doesnt work?
View 4 Replies
Aug 9, 2009
I'm creating a draggable movie clip (an arrow symbol) that drags along a rectangular track. Works fine but my issue is when the arrow's y axis is at a certain position, it needs to remove a movie clip instance and also run a trace statement. Right now, it's not doing that (if I change the == in the if statement to += it works but then it just works as soon as you mouse down on the arrow) and I'm wondering where I'm goofing up. Here's my code:
import flash.display.Sprite;
import flash.display.DisplayObject;
import flash.events.MouseEvent;
[code]...
View 9 Replies
Feb 1, 2010
I have a movie clip on the main timeline in frame 1 that I named moveablekey. What it is supposed to be is a key for a map that you can move around on the map. When you scroll over/off the key it will hide/unhide the actual key. The key has some buttons that I want to allow to go to a different link when clicked. When I test the key without the code below it will work on the link and take me to the link, but when I put the code into the main timeline it stops the link from working. Here is what I think is happening: The code seems to make it so wherever I click on the movie clip it is doing the start/stop drag code and won't recognize the buttons within the movie clip. So is there a way that I can make just the header of the key to be clickable to start/stop the drag, but still move the entire key, and allow for the buttons to be clicked?
Code:
stop();
moveablekey.onPress = function(){
startDrag(this);
Mouse.hide();[code]..........
View 3 Replies
Feb 24, 2006
I need to be able to preload multiple .swf's while a movie is running. These files will later be called and placed into an empty movie clip. Here's what I've come up with.
Code:
var loader:MovieClipLoader = new MovieClipLoader();
var loadListener:Object = new Object();
loadListener.onLoadStart = function(target_mc) {
trace("loading...");
[code]....
View 1 Replies
Jul 4, 2008
I am trying to drag my dynamic moviclips. But this code does not work properly.I have to mosue click the movie clip, and once again use mousepress to drag the movie clip.
clickAction = function (_arg2) {
//info._y += 150;
trace("click"+_arg2); // _arg2 con
[code]....
View 3 Replies
Jun 16, 2009
I have a flash movie I'm externally loading into my SWF. It isn't mine. I'm trying to pause the swf, but I can't and I don't know how the SWF works because it isn't mine. I was thinking about maybe creating a bitmap of it, but I can't do that because I don't think you can create bitmaps at runtime of moviing movie clips. Is there a solution to my problem
View 2 Replies
Jan 4, 2011
I cannot align the loaded swf exactly on top of the main movie? To see it online check here.Note only the about button works for now...also note how the top menu moves when about button is clicked! why is that?? Follow this link to download the FLAs and the other image folders I am using...
View 12 Replies
Jun 17, 2009
I have code like this:
ldr = new Loader(); var req:URLRequest = new URLRequest("SWF/Somefile.swf");
ldr.contentLoaderInfo.addEventListener(Event.COMPLETE, completeHandler); ldr.load(req); Object.addChild(ldr);
That I use to load SWF movies into a flash file. I do this because I am unable to compile clips and put them into my main movie library without breaking the actionscript and causing everything to go haywire.The problem with this is that it will only work so long as the swf movie file is within the vicinity of the SWF/Somefile.swf. I need to make a standalone SWF for my purposes.
View 3 Replies
Mar 25, 2011
I am not much aware of AS 2.0 and i am stuck at getting custom events from Child SWF to Parent SWF file [code]...
View 1 Replies
Mar 25, 2011
I am not very much aware of as2. I am trying to load one as2.swf inside another. The child movieclip dispatches some events but the parent swf is not able to get it.. Also find my code and SWF files attached
Sample Parent Code
System.security.allowDomain("*");
import mx.utils.Delegate;
var addEventListener:Function;
[Code]...
View 2 Replies
May 20, 2011
When I change the swf file to anytime of movie like avi, wmv, mpeg etc. It is not working. I am loading xml files, images and videos in that swf. which file format can do this for changing swf to any movie type file.
View 1 Replies
Sep 2, 2004
I'm trying (and failing it seems) to teach myself Action script and I'm having a really tough time with what I'm sure is something that quite easy to do. Basically I have one button. When this button is pressed I'd like it play a movie. When the button is pressed again I'd like to stop playing the movie. In the first frame of the movie I've put a stop action so that it doesn;t repeat itself when it finishes playing. In the last frame of the movie I've put gotoAndStop(2);In my main timeline I have 2 layers each of which has one frame. The button is one layer and the movie on the other.
I selected the button on the stage and gave it the actionscript
on (press){
gotoAndPlay("vcsound_mc.play(2)");
[code]....
View 5 Replies
Nov 17, 2004
I am trying to load /duplicate a simple movie clip and am unable to do. I am attaching the code. its simple but it doesnt seem to be working at all.
the code is pasted below:
operand1 = Math.random();
a1.text = Math.round(operand1*10);
counter = int(a1.text);
duplicateMovieClip(movblue,"myclip",1)
stop();
here movblue is a movie clip.
View 6 Replies