Tagged Questions
0
votes
1answer
320 views
Adding play/pause to a SWF player
I have the following .swf player and I wanted to add more controls such as play and pause to the player object:
<object classid="player" width="780" height="420" codebase="[longurl]"
...
0
votes
1answer
480 views
Flash player: autoPlay param not working
I have an embedded Flash movie player. Currently it starts playing when the page loads and I do not want this to occur. I have added:
<param name="autoStart" value="false" />
But it doesn't ...
0
votes
1answer
837 views
jQuery plugin to play .swf and has playback support
I am new to the concept "Embedding a Video" in a web page.
I am looking for a plugin which have good API (Play, Pause, Stop etc..) support to play .swf files. I have gone through jPlayer and ...
1
vote
1answer
194 views
flv/video player which allows to seek for part of not loaded video part
I'am looking for a flv/video player which allow to seek for not loaded part of the video, just like on youtube.
Free and usable in a commercial purpose.
0
votes
1answer
355 views
Play swf inside Java app on Mac possible?
There's quite a few questions about playing SWF in a Java Desktop Application but none, that I could find, addresses the Mac platform.
I know it is possible on Windows using JFlashPlayer (now ...
1
vote
1answer
102 views
Run application without install permissions
I’m trying to build an app, which should have Flash Player control, which plays SWF from server (certain URL). For Flash Player ActiveX you have to save SWF file to a temporary location to load it and ...
0
votes
1answer
411 views
Auto Full Screen for FLV?
I have my own player that I use to play flv files (link is below).
If autoStart=true is for auto play, is there anything for auto fullscreen?
...
0
votes
1answer
764 views
Accessing variables inside embedded swf? (AS2)
Right now I'm working on an AS2 code that needs to:
Load another AS2 SWF.
Display another MovieClip above the loaded SWF.
Access variables inside the loaded SWF's MovieClip.
Here is my code, for ...
0
votes
1answer
507 views
Play .swf sound files?
my Android application needs to play .swf files, which are sound only.. Is there a plugin or something so I can play them normally? Thanks.
1
vote
2answers
169 views
Flash SWF file opening on the top left of the screen and cannot be moved
I've been designing a Flash animation for a client, and the animation looks perfect on my computer. However, It's having problems on my client's computer though. Please see the screenshot at ...
0
votes
2answers
2k views
iPad and swf - javascript mp3 player
I'm trying to put a mp3 player on my web page and it should work on iPad. So, I learned iPad doesn't support Flash. However, apparently partly it does. I couldn't find the information on this. How is ...
7
votes
3answers
6k views
Memory in SWF (Flash Player)
Are there any limitations on the amount of memory that the flash player can use? If you have a swf that over time gets a lot of data from the server, then more and more data will be kept in memory... ...