Hi everybody,
I'm fighting against a strange behaviour with my actionscript!
After setting the four integer variables from the MovieTimer sprite (hour, minute, second, mili-sec) and concate them i got always double zero: 00
stop ();
delete this.onEnterFrame;
var str1;
var str2;
var mili;
var second;
var minut...
We have recently dropped support for IE6 at my job. The other developers have have opted for a generic object embed method:
<object type="application/x-shockwave-flash" data="example.swf" width="800" height="600" >
<param name="movie" value="example.swf">
<param name="allowScriptAccess" value="always">
</object>
This see...
I have developed a flex project
It brings out the result from an xml file through an url.
It works when i run from flex builder..
I had made a copy of swf file of that mxml file and run seperately by keeping in my desktop..
No values are fetched from the url... What is the solution for this...
...
I have a layered (TransparencyKey is set) winform w/ a WebBrowser control on it that navigates to a page that contains flash (swf).
Everything works okay except that when flash shows a security popup, none of the buttons on the popup respond to mouse click, so I can't click Allow/Deny. Right-click works but only shows the context menu t...
My CMS system allow people to post some swf on the homepage,
however, sometime there is video which is included in swf, not two files swf+flv.
When the swf video load, it near used up the bandwidth and so the page seems not response for a while ...
Can I use jQuery to control all the swf in a page that they load after the others done or ...
How Do I remove the focus from a swf using javascript? Now I use jQuery and I can set the focus but using blur does not work on a swf.
--EDIT--
Only Firefox and IE seems to get Focus in Chrome & Opera not
$("#ebookContainer").hover(
function () {
this.onmousewheel = function(){
return false
};
$('#ebo...
I have this swf (flash) file that provides the json that needs to be sent to the server.
I wrote a very simple jQuery:
function submitForm(swf_json) {
$('#swfjson').val(swf_json); #swfjson is an input of type hidden
$('#titleForm').submit();
}
and the swf will call the submitForm above and I receive the request.POST in django as usua...
Hi,
Is there a way to avoid the time delay required to access the functions defined inside a SWF object after dynamically adding the object to the DOM.
for example,
1) I'm using swfobject.js api to add swf object dynamically add the SWF object to the DOM.
var oSWF = new SWFObject("SWF Object path reference","SWF object ID", "100%","7...
OK. I've got a class (which extends MovieClip) that loads in an external SWF (made in pdf2swf). That is added to another class which has declared doubleClickEnabled = true and I'm listening for DOUBLE_CLICK events.
Problem is when the SWF is loaded my code picks up no DOUBLE_CLICK events, only CLICK events. I've tried it without adding ...
I asked this question about passing keystrokes to the page. Is there a simple way for me to add this to an already compiled swf?
...
Hi
So I have the following model:
public class Person
{
public String FirstName { get; set; }
public String LastName { get; set; }
public String Address { get; set; }
public String EMail { get; set; }
public String Phone { get; set; }
}
public class Order
{
public Person Pers { get; set;}
public Product Prod { get; s...
after converting my website file from swf to .fla format with the sothink decompiler many of the frames are missing that have text and images in them when i open the converted file in flash cs4..i am using flash and editing website files for the first time a descriptive answer would be appreciated.
...
I have a flex application and have embedded a flash (SWF) file into it using <mx:SWFLoader>. There is an "Exit" button on the Flash file. I want to be able to handle the button click event on the flex application.
So when that button in the flash file is clicked, I want to perform an action in the parent flex application. How can I do t...
When we open plain swf in browser, we are able to control the swf file by right clicking, the available control are: zoom in, zoom out, quality, rewind (previous frame), forward (next frame), and print. Is it possible to trigger those control using javascript especially jquery?
...
Hey people,
I have converted a short clip to an .swf file, i want to implement it on my website:
<object width="400" height="300">
<param name="movie" value="movie.swf">
<embed src="movie.swf" width="400" height="300">
</embed>
</object>
When i play it it autoplays (that's fine) but it also keeps repeating over and over, i'd like it...
Hi everybody,
I'm looking for a good way on preventing links in my rails app having any effect while a swf file is active...
Can I do this with a before_filter? Or do I need javascript?
Markus
...
I'm not sure how to describe this, but basically I have a PHP class file:
class HelloHello {
public function getSomeData($input_parameter){
// code to retrieve data from the database
}
public function deleteSomeData($input_parameter){
// code to delete data from the database
}
}
This class is on the server and ...
I am using swfupload to upload files on a website, the problem that every time the user open the page which contains the upload button, the page loads completely then the flash file start loading from scratch every time the user visit the page with no cache.
Is there a way to preload and cache .swf files in my asp.net page?
...
Hi
I know there is way of creating thumbnail from swf video files using ffmpeg to take snapshot, but is there any way out there to create thumbnail from swf games files?
...
I need the flv converter from swf and mp4 files without any of the website logo or any watermarks.
Please suggest some websites
...