all groups > flash actionscript > may 2007 > threads for monday may 28
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 31
CS3 All Buttons give error #2007: Parameter child must be non-null
Posted by nu2cf at 5/28/2007 11:59:32 PM
Using CS3 actionscript all buttons give the following code. I have tried it
myself and used the examples with CS3 and on livedocs.
Here is the button code:*************************
import fl.controls.Button;
var myButton:Button = new Button();
myButton.toggle = true;
myButton.move(... more >>
scroll text when button held down
Posted by rockfiend at 5/28/2007 11:12:58 PM
Hi all,
done quite a bit of looking around, and i am sure this is easy... trying to
create a button that will scroll a section of text down (and a button to go
up). i want it to scroll continuesly and slowly when the mouse button is held
down on the button. i can get it to scroll one line... more >>
xml to datagrid - modify jukebox sample
Posted by corso at 5/28/2007 8:54:31 PM
I am modifying the jukebox example that comes with Flash 8. I have
done away with the accordian and have the tree and datagrid separate.
It works fine, but I want to put the xml data straight into the
datagrid nowplaying_dg.
I don't want the library_tree at all since I'm working with just one
a... more >>
Open HTML File inside a Dinamic TextField
Posted by wilsoneto at 5/28/2007 8:41:33 PM
Hello I have been trying unsuccessfully to open a web site inside a Text Field
with the HTML Tag Option enabled. Or even a single html file in the hard disk.
is that possible? If not inside a Text Field, any other way to do that?
Thanks
Wilson
... more >>
Bug with Video object and attachMovie
Posted by Xx)MaveriK[X] at 5/28/2007 8:23:14 PM
I created a MC with a video object inside named "video".
This MC is associated with the class "Vid", in its linkage property. The class
Vid is quite simple,
it creates a NetConnection and a NetStream objects to play a FLV file. But, it
doesn't play...
class Vid {
public var video:Video... more >>
my preloader starts at 80%
Posted by bebo0079 at 5/28/2007 7:45:12 PM
I've created a flash file that is around 10mb and I've placed a preloadre in
front of it. I follow all the instructions in a tutorial to create the
preloader and it works perfectly. The only problem is that it gives me a white
screen for severale minutes and shows up the preloader when the loa... more >>
I need some drag and drop help.....
Posted by dtrace at 5/28/2007 7:13:28 PM
Okay, this drag and drop thing seems fairly doable, but I've never tackled it
before....and could use some help.
I have about six items that I want to be able to drag and drop into their
designated areas.
I would like whatever mc that is being dragged to be put on the highest level,
... more >>
Keeping a Displacement Map in the Same Place
Posted by Rothrock at 5/28/2007 7:10:16 PM
So I have a clip that has children clips inside it. The children can be drug
and moved around the stage.
I'm applying a DisplacementMapFilter to the parent clip to make it
flutter/wave and of course the children clips also flutter and wave ? which is
the behaviour I want.
The trick is ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
drop-down menu btn doesn't work
Posted by pubchum at 5/28/2007 3:52:27 PM
I created a drop-down menu using this.onRollOver....attachMovie();...this is OK.
I then created mc's as buttons nested in the attachedMovie. I am having
trouble controling the attached movie once loaded...the btn's are constantly
active! It's keeping me from doing rollOver efftects and even ... more >>
double click
Posted by zibber at 5/28/2007 1:58:35 PM
Hi
I want to add a double clik detect to a movie clip which works fine and dandy
if the movie clip jsut has gaprhics in it. However, i really could do with
having th emovie clip also house other movie clips. But when i od this the
double click doesnt seem to work. heres the cide bewlow:
... more >>
Alignment problems
Posted by pandx at 5/28/2007 5:21:41 AM
I've got a mainflash.swf clip which acts as the "main shell" of my entire
website. All my main links are in this shell, and whenever a link is activated
the targeted movie will be layered on top of this shell. For eg, my main clip
is named as mainflash.swf, and there're links called link1, lin... more >>
createTextField and _height: Problem with Placement of Text Fields
Posted by BillG-Chicago at 5/28/2007 2:00:33 AM
I'm using createTextField to create several text fields dynamically. I'm also
using an external XML file and a style sheet to populate the text fields.
My problem is that I'm trying to position the various text fields on the page
so that they are spaced evenly on the page (regardless of how ... more >>
timline control from nested swf
Posted by wdazzjazz at 5/28/2007 12:31:03 AM
Hi,
I'm new to actionscripting and need some help.
within my main swf (back.swf) I have another movie that is a set of navigation
buttons (buttonsNew)
On release loads another movie called menu
I want the on release event of a button in menu to tell buttonsNew to go to a
fram and sto... more >>
Movieclips loaded with attachMovie may need to be removed
Posted by stanbridgethegreat at 5/28/2007 12:00:00 AM
I have a flash page with a menu down the left and have it so that when you
click a button on the menu, it plays the relevant movieclip in the main section
via a dynamic movieclip container using attachMovie. Each time a new "section"
movieclip is loaded, I want it to transition from one sectio... more >>
loading jpgs
Posted by Mac Master1985 at 5/28/2007 12:00:00 AM
im trying to call a series of 10 jpgs near eachother along the x axes. i want
them to come up near eachother. the problem is that only the 10th pic is coming
up. can anyone help please?
thanks in advance
here is the code:
var x = 1;
var xes = 0;
var dept = 1;
while (x<10) {
_... more >>
Error With loading XML file.Help me
Posted by Eduardo Tavares at 5/28/2007 12:00:00 AM
Hi!
I am trying to make an mp3 player for my web site but I am having a little
problens and I hope you can help me out.
It is a xml driven mp3player. I have a mp3player.as file and a songs.xml file.
Inside my flash movie I only have #include "mp3player.as".
Here is my mp3player.as code... more >>
[AS3] Number compute precision
Posted by Eritorn at 5/28/2007 12:00:00 AM
Hello,
Number compute doesn't always give me good result.
How to explain it ?
For example :
var num:Number = new Number(32.55);
var num2:Number = new Number(10);
var num3:Number = num - num2;
trace(num + " - " + num2 + " = " + num3);
// gives 32.55 - 10 = 22.54999999999... more >>
Tree icon
Posted by gigisfarleaza at 5/28/2007 12:00:00 AM
How can i change the tree icon with icons from file. I have all the countries
flags in a folder and i want to use them as icons in the tree with the
countries. I can't import them in the library because they are too big. How can
i do this ?
Please Help
TKS
... more >>
center pic function compresses jpegs
Posted by rubbery at 5/28/2007 12:00:00 AM
I've been given some code that works really well but I get a weird compression
artifact, ie diagonal lines become jaggered. This is the code I'm using
var cx = picture._x;
var cy = picture._y;
this.onEnterFrame = function() {
filesize = picture.getBytesTotal();
loaded = pictur... more >>
|