Questions tagged [embedded-flashplayer]

27 questions
6
votes
1 answer

How to embed a flash player in a GTK app?

has anyone tried to embed a Adobes FlashPlayer into a c-written Gtk-Application? Is it possible? Are there any good points to start? P.S.: I do not want to embed the WebKit or Gecko renderengine into my application!
TheHippo
  • 61,720
  • 15
  • 75
  • 100
3
votes
1 answer

Open YouTube Embedded Player link in default browser

I'm hosting YouTube Embedded Player in C# WebBrowser control. When I click button "Watch on YouTube" IE opens. Is there any way to open the link in default web browser, for instance, Chrome?
Sergey
  • 419
  • 1
  • 5
  • 13
3
votes
3 answers

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

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…
Jeffrey Berthiaume
  • 4,054
  • 3
  • 35
  • 45
2
votes
0 answers

how co control embedded flash player in c# winforms to play flv video?

need your help. I'm trying to play flv file in desktop application using .net c# and jw player http://www.jeroenwijering.com/?item=JW_FLV_Player. I already looked at several places such as: Embedding flv (flash) player in windows…
becool_max
  • 121
  • 1
  • 8
2
votes
4 answers

Embedding flv (flash) player in windows forms

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…
Matt Warren
  • 10,279
  • 7
  • 48
  • 63
1
vote
1 answer

How to embed a flash file in a Rails Project

I am trying to embed a flash file onto the homepage of my Ruby application. The homepage is in /app/view/home, and the flash file is in the projects /public/flash/myflash.swf. When I load the home page, I don't see anything, although the text is…
Mike Caputo
  • 1,156
  • 17
  • 33
1
vote
1 answer

talking to flash running in local ActiveX controlled by other software

I have been using Flash + Zinc for a while to create simple interactive software for live TV shows, mostly for quiz shows, live election results and other scenarios where visuals cannot be prepared previously and need to respond to an ongoing…
Andri
  • 1,503
  • 13
  • 20
1
vote
0 answers

how to display cusom content when adobe flash player is not active?

how to display custom content when adobe flash player is not active. also when user click on custom content than adobe flash player will automatically enable OR show window for allow and block. Thanks in advance.
1
vote
1 answer

jQuery.flash() vs messy default Flash Professional code

If i (rarely) put Flash onto a website i develop i would always use this: $('#hello').flash({ src: 'hello.swf', width: 320, height: 240 }); Yet the code that Flash gives you is a horrible messy bit of code. Why is 5 lines of…
benhowdle89
  • 36,900
  • 69
  • 202
  • 331
1
vote
1 answer

ASP.NET - FLV player

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…
Julian
  • 1,105
  • 2
  • 26
  • 57
1
vote
2 answers

Embedded Flash not working in mobile

I would like to play a song in my website. It works fine for all updated browsers in web, but it didn't work for mobile browsers. Please see below code:
1
vote
1 answer

How dynamically add flash-object to html in IE 11?

I saw Adobe recommendation, but there was static html-code for embed. I try use dynamically by JS, but strange thing. flash-player was embed into page. But swf-movie - not. I think something wrong with name parametr. But can't guess how need do…
1
vote
1 answer

Cannot give focus to Flash object with keyboard, but can focus with JavaScript

This question is related to (but distinct from) my other question here: Give focus to browser I have an embedded flash object on my page, and I want it to be included in the tab cycle. I've set tabindex on it, which works in FireFox but in Google…
Dave
  • 44,275
  • 12
  • 65
  • 105
1
vote
1 answer

Does playing swf in Android2.2 requires an external Flash Player to be installed?

I would like to use swf animations in my application. 1. Is it possible to do so without Adobe Flash Player installed, using a library for example? 2. If so, how? If not, is there a way to check that the player is installed or "mark" it as…
Asaf Pinhassi
  • 15,177
  • 12
  • 106
  • 130
0
votes
1 answer

f4v player with no controls

Does anybody know of any F4V players but where we can disable or hide the controls, i.e. so the web users can't pause / forward / stop the videos.. This is for an internal website so it's not like we're trying to be awkward to end users.
Shane
  • 1,603
  • 4
  • 26
  • 54
1
2