all groups > flash actionscript > october 2007 > threads for saturday october 13
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
SWF loads perfect with Loader Component, expect no sound comes along
Posted by Hellyhansenv at 10/13/2007 11:22:16 PM
Hey fellow guru's,
I have a Main.swf file with a Loader Component that loads a .swf file call
Music.swf.
The graphics and functionality of the Music.swf seem to load and work
flawlessly, however the attached songs within this Music.swf don't seem to be
producing any sound.
When I p... more >>
Progress bar: Confusion
Posted by J.Rocker at 10/13/2007 11:19:34 PM
I need to come up with a preloader that will show me the progress of this
download.
I can tell you the full size of this download as well as addition informatio.
I'll settle for the component progress bar, that's fine.
Thank you
var request:URLRequest = new URLRequest("media/Previe... more >>
Dynamic Gallery - Automatic Resize To Window
Posted by PhenixDesigns at 10/13/2007 10:10:29 PM
Hopefully this will be the last question about the dynamic Flash gallery I've
been putting together. So far, the finished product can be found here:
http://www.phenixdesigns.net/testing/art_index.html
First of all, thanks so much to everyone on the boards for their help with
this.
And ... more >>
Masked content height is counted!?
Posted by JKringen at 10/13/2007 10:01:04 PM
I'm building a new full-page flash site and I have a Flash Scrollbar setup to
automatically enable itself when the page content exceeds the Stage.height.
Pretty basic. The problem here is that I have some components of this website,
such as a image gallery, that uses a "filmstrip" style displa... more >>
flvplayback component accessing an xml doc for a flv file
Posted by treybraid1968 at 10/13/2007 8:22:47 PM
i am using flash 8 pro and trying to learn " as 2... this is the action script
currently in frame 1 of my movie clip:
( i found this code and i cut and pasted it... ) i have googled the hell out
of this for the last 2-3 day's in vain.... please help... i have also posted on
2-3 forum's witho... more >>
Loop through all variables on a frame
Posted by trigger2160 at 10/13/2007 3:49:08 PM
Hi. I am trying to write a method to save the state of the game i am making.
i am able to loop through all the movieclips and get their current frames but
is there a way to loop through all the variables on the current frame (without
knowing their names) and put them in an Array?
Thanks ... more >>
Hypercard dinosaur question
Posted by chopTheWood at 10/13/2007 1:50:15 PM
Three thousand years ago I was a baby Hypercard programmer and Hypertalk was my
language. HC was arguably the killer app. of its time. Though I've essentially
buried HC a long time ago I still think of it now and then when I reach for a
Flash built-in function that isn't there -that I thought ... more >>
send and load
Posted by jagguy99 at 10/13/2007 6:05:09 AM
i have checked google and found horrible incomplete examples in using send and
load XML with php. I have spent an hours on this and nothing. Unless i can get
ha;f decent example with this i think I might confine XML to the dustbin. This
has been horrible understanding this stuff.
I can use... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
where do I add my button code in cs3?
Posted by dustycoats at 10/13/2007 1:35:10 AM
where do I add my
on(press){
_root.loadMovie("graphic_arts/graphic_arts.swf");
}
code in cs3?
When I select the button the object does not accept the code. Does this code
still work in cs3???
... more >>
BitmapData Help
Posted by edHPU at 10/13/2007 12:43:10 AM
import flash.display.BitmapData;
import flash.geom.Rectangle;
import flash.geom.Matrix;
import flash.geom.ColorTransform;
myColorTransform = new ColorTransform();
myMatrix = new Matrix();
//area=new Rectangle(0,40,50,50);
myBitmap = new BitmapData(20,20,true,0x00FFFFFF);
var xRect:... more >>
Trouble with variable scope or reference (AS2)
Posted by FlashLobo at 10/13/2007 12:18:00 AM
Hello !
The simple code below maps [b]onRelease[/b] functions to 8 buttons.
The goal is to load the corresponding image into a single central imagePanel
whenever a button is clicked.
There are 8 instances of the same MC on the scene (named g0 to g7), each
containing a button (btnShow)
... more >>
scripted blur......then unblur
Posted by wwscoper at 10/13/2007 12:03:51 AM
I have one button that tweens a movieclip to another position and I've added a
scripted blur to it. I want to have a close button that tweens the movieclip
back to its original position and then unblurs the scripted blur I applied with
the first button.
I have:
//This function is calle... more >>
Scrolling banner - links don't work
Posted by Walter Elias at 10/13/2007 12:00:00 AM
I have a scrolling banner which consists of 3 banners patched together. Thus,
banner1, banner2 and banner 3 are lined up inside the movie clip "banner".
I have a simple script for endless looping during mouseOver. When it is
scrolling, the onRelease links don't work. When I comment out the s... more >>
|