embedded-flashplayer

How to pass parameters to a Flash projector (Windows)?

不羁岁月 提交于 2019-12-23 18:43:55
问题 Is there any way to pass command line parameters to a Flash projector in Windows? I have another application (in this case, an installer) that will need to communicate to a Flash projector (the same way flashvars work). I wasn't able to find any information online (everything seems to be focused on using FSCommand parameters for executing future projectors, which doesn't help me with calling the original one)... 回答1: I'm fairly sure that standard Flash projectors can not do this. However,

ASP.NET - FLV player

北战南征 提交于 2019-12-13 02:05:50
问题 For a company we are making 2 different sites, now one of those sites got an flv player in it and streams local flv files to the clients with the webpart from: http://www.aspnetflashvideo.com Now on the second site we also want an flv player but this one without local files, it should stream the flv file from the other website to the users of this second website. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly=

Embedding flv (flash) player in windows forms

青春壹個敷衍的年華 提交于 2019-11-26 21:30:40
问题 I'm trying to the the flv Flash player from here in a windows forms application. I currently have it playing 1 .flv file with no problems but I really need to be able to play multiple files. Has anyone had experienace of using the playlists that this control offers or is there a better way to do this? 回答1: Can you get the control to run the way you want it in a webpage/browser? If yes (and the problem is with winforms, I'd just embed it in a browser control. If no, I'd as the creators