all groups > flash actionscript > august 2005 > threads for monday august 29
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
autoloader script imploding warp core breach imminent!
Posted by pc1971 at 8/29/2005 11:44:04 PM
ok, i wrote my first autoloader today and i get errors when i preview the
movie... here is the script:
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int(loaded/total*100);
text = ""+percent+"%";
go... more >>
Who can explain this?
Posted by Ghooostwheel at 8/29/2005 11:41:20 PM
Okay, here's the code:
if (loaded > 0 && _root._framesloaded == _root._totalframes) {
_root.gotoAndPlay(Done);
}
And here's the trace when the movie continues to play, with only 3 frames
loaded (3rd frame is a loop-back to frame 2):
Frames loaded 3
Total Frames 301
.... a... more >>
Reading Windows Registry values
Posted by Kolja1987 at 8/29/2005 10:38:30 PM
I need Flash to read several values from Windows Registry, but I can't figure out how. Is there any way to make it check these values?
Any help would be appreciated. Thanks in advance!... more >>
FocusManager question
Posted by tillurdizzy at 8/29/2005 10:21:44 PM
I have a situation where I need to clear the tabIndex and enter in a new one.
What seems to be happening is the second tabIndex is ADDED TO the index, rather
than replacing it, so TABbing just jumps back and forth between the two "1"
indexes.
Setting a different component to tab order 1 d... more >>
Radiobutton x regular button (MX 2004)
Posted by Harold at 8/29/2005 10:08:16 PM
Hi,
In a slide presentation like, instead of one-by-one navigation, I have put
some buttons (created in Fireworks) to jump to any slide one desire. It
works fine, but I'd like to as you press a button it "stays" on his down
state 'till another button is pressed and so on, like a radiobutton s... more >>
Car color picker
Posted by dbmeek at 8/29/2005 9:53:39 PM
Hi there,
Can anyone point me to the Color_picker.fla file from the Flash Sample files?
It says that it is in the FlashMX/Samples folder, but it doesn't appear to be
included in the Flash MX Professional 2004 release. I'd like to create a color
picker like the one that they feature to ch... more >>
Who has something like a menu on this site, which you can see upper.
Posted by AshDesign at 8/29/2005 9:07:46 PM
Who has something like a menu on this site, which you can see upper.
Maybe some examples. Thanks!... more >>
PrintJob and dynamic loaded JPEG Bug
Posted by Megavolt Design at 8/29/2005 8:14:13 PM
I tried to print a JPEG image dynamictly loaded with a MovieClipLoader. I also
tried embedding the JPEG in a textfield but the same problem occured. When I
hit my Print Button that calls the PrintJob, the JPEG disapear on the screen
itself and reappear when I hit the cancel button on the print... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problem with setInterval in class
Posted by hfaze at 8/29/2005 7:46:51 PM
I have this exact same setup working in another class, but I can't get it to
work in this one. I'm using dummy as a test function in the code. When I call
it with "intervalID = setInterval(dummy,stepinterval)" it works, but when I
call it with "intervalID = setInterval(this,"dummy",stepinterva... more >>
Overlapping Movieclip problems
Posted by Hoathy at 8/29/2005 7:10:49 PM
OK, I have 2 movie clips (lets say ClipA and ClipB) which can both be dragged
around the stage (when published) from startDrag(). ClipA can be dragged over
ClipB, but when I try this the other way, ClipB appears under ClipA! Whats
going on (and how can I solve this)?
Thank you for your tim... more >>
need movieclip to start at specific keyframe
Posted by jackcee at 8/29/2005 7:08:40 PM
After selecting a button, I would like to direct my movie clip ("homepage.swf")
to start at keyframe 183. Here is the script:
on (release){
_root.loadMovie("homepage.swf", root);}
were should that information go in this script and how should it read?
Thanks
... more >>
Flash MX Quiz Template
Posted by tiger2808 at 8/29/2005 6:53:15 PM
I am trying to get the quiz templates to work that come packaged with MXPro.
I picked one (the third Quiz template), saves it, then uploaded it to my
server. While the swf files works if it is accessed directly"_testSample.swf",
none of the accompanying html pages or flash detection will.
... more >>
Need Screens Actionscript Help!
Posted by blueowl at 8/29/2005 6:43:55 PM
OK, I have a problem with a map I have created using screens - Initially I only
had 4 dropdown boxes that triggered a screen to appear when selected and when
another item was selected from the drop down the current one was hidden and the
new one apperaed in its place, that works fine - but now... more >>
Launch application from Flash
Posted by lickteig at 8/29/2005 6:20:56 PM
Hi ALl,
I need to have a button in Flash (EXE) that will open a Word, PowerPoint and PDF file.
Any help would be greatly appreciated
Russ
... more >>
movieclip button rollover function
Posted by mygraneboy at 8/29/2005 6:18:43 PM
i am using movieclips as buttons with rollover and click functions set in
actionscript on the main timeline.
these buttons still respond when they are hidden by other symbols.
how can i code this so that if a condition is true the function is called if
not it does not
below is a sam... more >>
bouncing objects
Posted by jimmy_milk at 8/29/2005 12:36:28 PM
I have a object that you can throw with the mouse and it will bounce on the
corners of the screen. How can you have it so it can also bouce off a object on
the screen i.e. a square
Thanks for your time!
Jason
... more >>
Problem to close a video flv in flashmx 2004
Posted by Israel Goytia at 8/29/2005 12:33:39 PM
Excuse for my english..... : ) I hope that you understand
Hi, I have a little trouble.
In my site I have a media display with a video stream .flv.
When I go to the secction with the video and this video begin to run, I
change of section and the video still running and it doesn't be.
The act... more >>
Mouse Right Click
Posted by rashoush at 8/29/2005 12:06:41 PM
Hi,
I would like to deisgn a button that accept right click from the user and to
do something else than displaying the standard menu of the flash, like
displaying a specific picture or opening a text box, brifely something else
than showing a menu.
So could any body help me.
Thanks
... more >>
changing the stage dimensions dynamically
Posted by lovalovalova at 8/29/2005 11:55:29 AM
Hi,
I built a component that loads swf files, and i want to change the stage size
each time i'm loading a different swf to the same dimensions as the swf.
_root._height = 20; for example doesn't work.
how can i, generally, change the document (stage) dimenstions (height and
width) dynamica... more >>
LoadVars() preloader problem
Posted by alohaarts at 8/29/2005 11:30:53 AM
how can i make the getBytesLoaded() and getBytesTotal() methods work.
if i write:
load_vars = new LoadVars();
b_l = load_vars.getBytesLoaded();
b_t = load_vars.getBytesTotal();
load_vars.load("URL");
and then try to trace(b_t); it returns me 'undefined'
the funny thing is that if i t... more >>
Help with publishing
Posted by JFB at 8/29/2005 10:44:12 AM
Maybe in this group can help me with this issue.
Hi All,
I have a little problem to publish a flash swf file from flash mx 2004 pro.
My swf file is inside of a folder /Images/Folder1/Flash/test.swf
The html page is on the root directory and I'm publishing the swf file with
the code above but ... more >>
Does xml.load cache the content?
Posted by EspenGrimsgaard at 8/29/2005 10:17:45 AM
Hi there,
I'm using the load() function of the xml object to load some content into a
flash movie. This happens every 25th second or so. The problem is that it seems
to cache the content, it's not beeing updated. I know for sure that the
XML-file changes (it's loaded over HTTP btw)..
Doe... more >>
Change level of moveclip
Posted by Sarford at 8/29/2005 9:30:12 AM
Just a quick question,
If I dynamicaly load an external swf-file in a movieclip at a specific level,
can I change that level of that movieclip while that swf is still in that
movieclip?
Thanks in advance, Simon
... more >>
Many buttons to edit
Posted by repnelyn at 8/29/2005 9:20:21 AM
Hello!
I wonder if there is an easy way to make textfields or buttons or any other
textobjekt to behave like links in html with css.
I would like to be able to change font, size,color on click , over and
out(like css) in one script that affects all my "buttons".
Until now I make the change... more >>
SWF compressor/encrypter: recommendations?
Posted by jbb1973 at 8/29/2005 6:32:24 AM
Hey all,
I'm wondering if anyone could recommend a SWF encrypter / compresser? I
specifically need something that can defeat all the decompilers out there.
It also MUST be runnable from the command line (I want to integrate it into
our automatic build process, so in order to write the scr... more >>
Icons in the List Component
Posted by penmig at 8/29/2005 1:13:28 AM
Hi guys, I'm trying to find how to put an icon on each row of the List
Component, seems I can do it using the CellRenderer but I don't find any
example, if someone has work around this please let me know.
Thanks and have a nice time
... more >>
Trying to Load Images via XML into an Empty Clip
Posted by GmR at 8/29/2005 1:03:01 AM
Hi, I am sure this isn't rocket science, but I just can't seem to work it
out... Using an XML file, I am loading a bunch of jpg images into emtpy movie
clips ("myClip1", "myClip2", etc..). The emply containers are 12bytes, and
when I test to see how much has loaded, I just get 12bytes. The ... more >>
Okay, this is just getting silly....
Posted by Ghooostwheel at 8/29/2005 12:39:13 AM
The script can't see the jump to the continuing frame, even though when I test
it with various criteria (_framesLoaded, etc) the trace functions are used.
What the hell am I missing in the _root.gotoAndPlay("Done"); crap? I'm now
more than tired, totally fed up, and not thinkig straight. Any... more >>
newsgroup
Posted by DGcoder at 8/29/2005 12:19:52 AM
Do you know how can I configure my outlook express or mozilla thunderbird to recieve posts from macromedia forum?
What is the NEWSGROUP SERVER name for this forum?
Thanks for help.
N.Rostomyan... more >>
Multipage Flash Form
Posted by Basjeeh at 8/29/2005 12:00:00 AM
Hi,
I hope someone could help me with this:
I'm making an e-mail form with 3 pages. When you click on the "next" button
you go to page 2 (or 3) but
I know I have to save the info entered already somehow...
But I dont know how to do this... hopefolly someone will know it :D
thnx ... more >>
Classes, Handlers and Scoping problems
Posted by aslong at 8/29/2005 12:00:00 AM
Hello there,
I'm trying to weld my (very) basic knowledge of using Flash with my C++
experience by coding in OO Actionscript.
Anyway, basically I'm trying to rewrite something that I had up and working in
Flash before, but by dynamically creating everything and I'm having some
problems... more >>
Change the color instead of the alpha
Posted by DKusz at 8/29/2005 12:00:00 AM
I would like to alter this code below so I can change the actual color, not the
alpha, i want it to change color fast on rollover, and then fade back into the
normal color, here is my code - I fairly new to flash by the way:
testbutton_btn1._alpha = 50;
testbutton_btn1.onRollOver = functio... more >>
LocalConnection Javascript Alternative?
Posted by GmR at 8/29/2005 12:00:00 AM
Since the LocaConnection Object doesn't seem to work on some browers (e.g. Firefox), is there a way to use javascript to achieve the same sort of communiciaton between flash swfs?
Thanks
Geoff... more >>
runtime sharing of code
Posted by Bob Pierce at 8/29/2005 12:00:00 AM
Instead of using #include I thought I should have a look at using runtime
sharing as it avoids having to re-compile after changes. Perhap I've missed
something but it appears to have a couple of disadvantages.
First, the code is invisible - at least with #include you can see the file
name... more >>
loadVariables to ASP and Back to Flash
Posted by mcwilliams132 at 8/29/2005 12:00:00 AM
Okay...
I have to warn you, that I'm a little miffed right now. I'be been banging my
head against the wall for the past 2 days trying to get form data out of flash
to my asp script and then continue on in my flash movie.
I'm a complete noob when it comes to actionscript but I usually can... more >>
One more Systeme UseCodePage
Posted by LiteMetah at 8/29/2005 12:00:00 AM
Hello All,
i have a rss reader made in Flash 6, that i cant export in flash 7 cause of
CodePage trouble. Nevertheless the rss reader work fine BUT when i load my rss
reader from another animation in Flash 7 the rss reader have trouble with the
Utf-8 (i cant see the ?,?,?,...).
Im sure it's... more >>
flashMX2004 Pro UI Combobox URL Linking
Posted by tag446 at 8/29/2005 12:00:00 AM
Hello, I'm new to using flash and I'm trying to use a combo box to link to
different URLs. I am using the combo box from the UI componant list. I have
added my labels and entered urls to the data field in the property inspector.
Problem is, I cant figure out what to use for actionscript to mak... more >>
end of movieclip
Posted by lovalovalova at 8/29/2005 12:00:00 AM
Hi,
i need somehow to know when a movieclip ends. is there any event, or listener that can signal me that?
... more >>
SetVariable trigger an event?
Posted by greenwire at 8/29/2005 12:00:00 AM
Hi,
Im trying to get a javascript function to pass a variable to my movie and also
trigger an event.
SetVariable is passing the variable directly to a text input component, but it
doesnt cause the 'change' event to be fired.
Im guessing this can be done with a listener, but im not sure how... more >>
Easy Question - setting hyperlink with variable
Posted by Nmessick at 8/29/2005 12:00:00 AM
This is probably easy for someone who knows what they are doing...
I have a hyperlink done using the usual
on (release) {
getURL("http://www.messicks.com");
}
How can I set that URL with a variable that I take off the query string for
the .swf file.
Ie... myflash.swf?url=... more >>
flash website links not working correctly on win ie6
Posted by traciedesigns at 8/29/2005 12:00:00 AM
i desperately need help on this, as i am much more a designer than programmer
and can't figure out why this happens ONLY on a windows machine, on ie 6. i
have a flash website, for a photographer. it's image heavy, so each link i have
an actionscript creating an empty movie clip and loading an ... more >>
|