all groups > flash actionscript > june 2006 > threads for sunday june 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
onLoadError - weird error
Posted by shmaktyc at 6/18/2006 9:13:20 PM
here's what I found in HELP:
var loadListener:Object = new Object();
loadListener.onLoadError = function(target_mc:MovieClip, errorCode:String,
httpStatus:Number) {
trace(">> loadListener.onLoadError()");
trace(">> ==========================");
trace(">> errorCode: " + erro... more >>
Very simple request for help!
Posted by pandemicxor at 6/18/2006 7:53:52 PM
Ok, so in this file, http://impulse100.net/navflash.fla
There are nine buttons.
I just want each button to point to:
index.php, news.php, account.php, forums.php, submit.php, login.php, rss.php,
contact.php, register.php
for some reason when I put the following code on the buttons... more >>
Play set number of frames
Posted by FSAprice at 6/18/2006 7:36:27 PM
I have created a Flash Movie to show a trip I am taking this summer. At the
moment you can see the whole trip from beginning to end but I would like users
(friends and family mainly) to be able to click on a particular date, the move
would then go to the specified frame and then play a set num... more >>
jpegs in external text files
Posted by slantill at 6/18/2006 6:45:58 PM
I'm having trouble getting the <img src="untitled.jpg"> code to work in my
external txt. file to work.
I got other code to work but not the image code.
is it possible in flash mx? or is there another and better way to bring
external jpegs in so they can be updated easly without having to act... more >>
combobox bug?
Posted by grispos at 6/18/2006 4:51:16 PM
Hi all,
i've got a problem using the combobox componet.
i've got a couple of mcs in my movie plus a couple of combobox componets. All
of them have been created dynamically, using actionscript.
the thing is that while the combobox appears normally and it's SelectedIndex
is visible, once... more >>
Acrionscript Error
Posted by wolfeus at 6/18/2006 1:52:42 PM
I am having a problem with an actionscript that I can not figure out. I am not
a Flash expert so any help would be appreciated! :)
Here is the actionscript followed by the error:
~~~Script~~~:
max = length(text);
X_position = 410;
Y_MC = 220;
cursor = 20;
DY = 0;
g = 0;
for (i=1;... more >>
control the mc
Posted by fanglinyong at 6/18/2006 12:30:58 PM
hi:
i want to control the mc ,i created! means that when the mc load, i use the
onRollOver function to make it moving from left to right, when the mouse
rollout, its stop!
i use the following code:
mymc.onRollOver = function() {
this._x + = 3;
... more >>
changing variables in .as file
Posted by maguskrool at 6/18/2006 1:14:05 AM
Hi.
I have a main.swf and sub1.swf, sub2.swf,... subN.swf files. They all use
variables contained in myCode.as file. The sub... files are loaded on empty
movie clips on the main.swf.
The myCode.as file has:
class myCode {
var bReady1:Boolean = false;
var bReady2:Boolean = ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
listenerObject.complete Help
Posted by Psychomaze at 6/18/2006 12:34:25 AM
I have an object called [B]my_video[/B] and it's on the stage with an instance
name of [B]my_video[/B].
[CODE]import mx.video.*;
var connection_nc:NetConnection = new NetConnection();
connection_nc.connect(null);
var stream_ns:NetStream = new NetStream(connection_nc);
my_video.atta... more >>
Getting around the allowScriptAccess="never" code
Posted by SpoOf_m0nKeY at 6/18/2006 12:00:00 AM
There's a piece of code that stops even simple actionscript, the code is
allowScriptAccess="never"
It goes into an embed script to stop flash files from passing certain AS.
I guess it can come in handy or whatever, but is there anyway in AS or html to
get around this?
... more >>
do not understand xmouse property
Posted by dhx10000 at 6/18/2006 12:00:00 AM
Hi,
I pretty much know that I need to use xmouse to do what I am about to describe
but when I use it, nothing happens. I have a movieclip A with a smaller sized
movie clip B within it. When my mouse rolls over the top half of movieclip B, I
want to move movieclip B down. If the mouse rolls... more >>
|