620 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
30
views
how to acquire data from Flash chart on website pages
We have service from others, however they only offer chart on a old FLASH website pages. it will update daily data in the FLASH chart. i need to read the data and input into a sheet. and it is a daily ...
4
votes
1
answer
3k
views
Ruffle not working on mobile browsers (Chrome)
I made some simple .swf object (Actionscript 2) and wrapped it with Ruffle:
http://www.tanadsplinare.com.hr/test1/3.htm
Here's the complete code:
<!DOCTYPE html>
<html>
<head>
&...
0
votes
1
answer
74
views
Convert Flash Coordinate into GeoJSON
I have a legacy .swf file that my team used to create a custom map.
The .swf file looks like this with following format:
{
"Signature": "CWS",
"Version": 8,
"...
1
vote
1
answer
620
views
How To Use Flash SWF File As a Skin For My Custom HTML5 Video Player
I am updating my existing web application code from Flash <object> to now using HTML5's <video> and <EMBED> tags instead.
I have a situation to use my own Flash player which has its ...
2
votes
1
answer
85
views
Embedded SWF File Wrong Size
On my website, an SWF file I have embedded from a separate media server is incredibly small. I had no issues with this before, however, I use a template HTML which several pages draw info out of. I ...
0
votes
1
answer
360
views
How to embed a 360 picture in swf format in a html website?
I've been trying to embed a 360 degree visualization in an html website. So far nothing worked. It's a swf file. Interesting thing is I can open the file only by Internet Explorer browser; nothing is ...
0
votes
1
answer
92
views
SCRIPT 16389 error occur when calling flash externalInterface callback
I'm making a recording functionality of a webpage using SWFObject.js. When the start-recording button and stop-recording button is clicked each will invoke the startRecording() and stopRecording() ...
0
votes
0
answers
59
views
Page is showing javascript logs, but it's not loading my swf
Вell, I tried to debug my javascript code and that's working бut my code won't work. It's an existing code.
Сcreen of debug:
what do I wrong?
<html>
<head>
<meta http-equiv="Content-...
0
votes
0
answers
100
views
How to embed a folder with swf files?
I've got some trouble with my code.
What I want to do is loading a folder into my embed data.
Is this possible? And how?
<object type="application/x-shockwave-flash" data="http://localhost/swf/...
0
votes
1
answer
2k
views
Can't manage to extract or convert SWF file because they seem to be corrupted
So I've extracted from a website a bunch of swf file which are photos.
What I was intending to do is converting them using swf tool.
However whatever I'm trying on thoose I'm ending up with :
./...
0
votes
1
answer
64
views
how do i make a flash element mobile friendly with javascript?
if I have a site that has a flash header, but it's not mobile friendly on apple products and even some androids, what is the javascript code I can insert into my .html page so that it doesn't show ...
0
votes
1
answer
285
views
How to set dynamic variables in flash (swf) that are passed from javascript?
I'm trying to modify an SWF using a flash decompiler.
I found a SWF that plays a live crypted stream rtmps and I want to use it to embed on my website.
I want to be able to change the url for the ...
0
votes
1
answer
220
views
Showing a .swf file in a WebView
can somebody help me please to show a .swf file into a WebView, I tried to do, but it shows a white windows instead of WebView. Also I tried to show a simple website and it shows also a empty window.
...
1
vote
0
answers
113
views
swfobject.embedSWF showing black screen in Firefox randomly with multiple flash object/screens
I need to show multiple video(9-12 screens) in single window. For that I am generating flash object with following script :
strHtml += "<script type=\"text/javascript\">";
...
1
vote
0
answers
51
views
Is it possible to call html5 in an flash swf?
I have a html5 to flash related question. Because flash to html5 is so common, it is hard to search for. So I want to ask this question directly now:
Is there a way to use flash to call or embed a ...