Hi all,
I am looking for a javascript based preloader that can handle .SWF (flash) files.
I'm very much aware that it is possible to preload a flash file by using another flash file, but I was wondering if anyone knows about an AJAX preloader that can load swfs (also, a progressEvent would be a nice extra) and then add the flash file ...
is it possible for me to build a server in java so that i can let my different flash clients communicate with each other?
...
I am having a similar issue to this post except that I am using only AS2 at the moment.
http://stackoverflow.com/questions/1044713/as2-swf-loadmovie-and-unloadmovie-fail-when-nested-inside-an-as3-swf-contai
I call a swf file to load into a loader like this music_mc.loadMovie("music/song.swf").
When I unload the movie clip like this: m...
Hi all,
i'v edited this page over ftp from a normal pc (without developer tools), wich i can't install here.
Can anybody see me why the swfobject isn't loading?
thanks in advance
...
Hello Experts,
I have made a website in ASP.NET 3.5 With C#.In the default page we have a swf player.We have one video file.The file format is .mp4.
The Code is here:-
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="images/player.swf"
width="350"
height="280"
allowscriptaccess="always"
allow...
Hiya.
I'm trying to communicate between a flex 4.1 application to a flash action script 2 application using LocalConnection.
flash application
contains a button called btn01 and the following code:
var a:LocalConnection = new LocalConnection();
btn01.onPress = function() {
trace("button clicked");
a.send("abcde","test");
}
you ca...
hello!
i made a project in as3.
everything works fine but i attach some movieclip from the library, and the size of the swf is 300kb.
i have no timeline keyframes, everything is attached dinamically from the library or externally.
how can i build a preloader for the root? (yeah i know, root doesn't exist anymore but i'm asking for it ca...
Hi, im using papervision3d to load a 3d esphere with the world texture on a flash proyect. I want to know how can i put a marker on the model given a coordinate?, like two angles, and with marker i refer to a simple movieclip or similar. Thanks
...
I am using an opensource flash video player F4player on my webpage.
I have to play next video upon completion of currently playing video.
How can I do this using JavaScript? How can I can check the playing state?
If this is not possible without editing the actionscript file,
then can you please suggest some free/open source alternative...
Hello,
I have an FlvPlayback skin, which works really well, except the custom button. Basically this button needs to be able to call a function in the parent movieclip (that loaded the FlvPlayback, which in turn loaded the skin).
I am not really a Flash developer, and have not found anything on Google relating to this. It seems like a ...
Our 3D designer has made some Maya models which look great because of their high poly count. I'd like to create interactive versions of these models bound for our website leveraging Flash/Actionscript. I'm not having problems accomplishing this basic task using small models.
However the complex models we've created are just too large ...
I need to trigger the hover state of a Flex button programatically, so that it looks like the user is hovering over it. There is a flex page about "Manually dispatching events":
http://livedocs.adobe.com/flex/3/html/help.html?content=events_07.html
Which would work, but what I'd really like to do is change the style of the button witho...
Guys,
I've a simple flash application that does counting on button click. I load it in a page and a javaScript code does some DOM manipulation to move it from one div tag to another.
Problem: the state of the count is not preserved as the swf node is moved from one node to another.
What I did: 1. I simply get the node using javascript...
I've started using Motion Tweening in CS4 and I am puzzled by something with how the durations are set. The best way I can describe this is by comparing it to what are now called Classic Tweens…
In a Classic Tween, I set the beginning and end keyframes of a particular animation, and when the playhead reaches the ending keyframe, the ani...
I have a flash project that resizes to fit according to the screen size, but now we are doing a video section where I want the video player to stay the same size, the rest of the site to resize to the screen, but then the video player as option to play video full screen.
I did a test and the site won't resize, the player is fine, but w...
I am using Greensock to tween and during a rollOver I need to disable some buttons. I am pretty sure the code is right but the buttons do NOT disable?
code:
import com.greensock.*;
btn_skins.addEventListener(MouseEvent.CLICK,
function() {
TweenLite.to(mtvOrange, .25, {y:0});
}
);
btn_teenwolf.addEventListener(MouseEv...
Hey, I'm having trouble doing a file upload with FileReference.
The upload works ok when running the swf in standalone. It works sending the file to a remote server and to localhost (running the same app). But when the swf is embeded in firefox, chrome or safari, I get the IOError #2038. The strange thing is that it works ok with IE8......
Hi guys,
I'm working on a banner ad using based on a computer keyboard in flash. I am using pre-made keyboard code (bought from activeden) written in AS2. It has a function that riggers an animation when you rollover the movie clip.
I want to know how to trigger the rollover event on that movie clip without having to rewrite anything t...
Hello,
Our Flash app has to load 50 or so files from a remote destination. Under normal network conditions, this is no problem. However some of our users started to report that the application "stopped working" during the loading phase.
After some tests where we decreased the network quality to a point where 1 out of 3 packets were dr...
Hi everyone,
I have a problem with my flash application because after a while that it is running, it eventually starts to slow down. My application involves something that needs to be replicated with the addChild() method. I've read some info on the internet which states that the cause of the slowing down or the lag in the application i...