Tagged Questions
The embedded-flashplayer tag has no wiki summary.
4
votes
1answer
680 views
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 ...
1
vote
0answers
328 views
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:
...
1
vote
1answer
94 views
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 ...
1
vote
3answers
1k views
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 ...
1
vote
3answers
2k views
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 ...
0
votes
0answers
30 views
Flash Player prompting to UNINSTALL itself?
Recently a few pages that I've created (which employ flash) will immediately generate an "Uninstall Flash" dialog box. It's opening from the OS, but the web page seems to be triggering it.
example:
...
0
votes
0answers
27 views
How to fix: videos reset themselves to 0m0s when users click the progress bar?
I noticed some flash players reset videos to 0 minutes 0 seconds when a user is viewing the video and clicks around on the video progress bar. I spoke with the owners of a few sites, and they just ...
0
votes
1answer
105 views
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 ...
0
votes
1answer
95 views
Embed youtube video with dark player? [closed]
When watching a video on youtube you get a dark player
But when you embed you get the standard light player
So,
How can I change the embedded video to use the dark controls?
I know that I can ...
0
votes
1answer
370 views
how to hide text behind embedded Flash SWF object in HTML
I am trying display customized text behind my embedded Flash swf file on HTML. I embed using SWFObject.
The purpose is to show the custom text whenever Flash player is not installed.
This might ...
0
votes
1answer
94 views
Does (embedded) SWF notify the user if they need to upgrade Flash?
if the swf is for flash player 9 but the user only has player 8 installed, will the user get an option to upgrade his player automatically?
0
votes
1answer
53 views
Embedding flash files
I have the strangest problem I can't seem to figure out.
I have created a simple flash image gallery. Like every other gallery it gets photo information from an XML file. It works fine, I have had no ...
0
votes
2answers
347 views
how to find URL of the page where the Flash file is embedded
I am writing a Flash app in Flex Builder 3.
I have a problem. I need the URL of the place where the Flash app has been embedded.
mx.core.Application.application.url
This gives me the address ...