all groups > flash actionscript > july 2007 > threads for saturday july 7
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
flush()ing shared object from a function
Posted by avonova at 7/7/2007 10:15:32 PM
i seem unable to flush/save to file the 'data' items of a shared object from
within a function, any ideas please folks?
i can get the code to work from the 'main body' of the script BUT if i try the
same/similar thing from within a function it doesn't want to play! could it be
due to some... more >>
posting flash on a site
Posted by beesbane at 7/7/2007 9:16:26 PM
Whenever I post a flash on a website it comes up with a white box around it, on
PCs only. It goes away once clicked upon, but i was wondering if there was some
script that would make it be gone automatically that i could add. Please let me
know.
... more >>
Is this going to be possible??
Posted by kingmonkey at 7/7/2007 5:44:35 PM
Hi
I'm using code in my first frame to position a mov containing 3 sections into
the right place. Example of code;
Code:
btn2.onRelease = function() {
var club:Tween = new Tween(movs, "_x", Regular.easeOut, movs._x, -632, 1,
true);
_root.movs.portfolio.gotoAndPlay("startport");
... more >>
PROBLEMS WITH A "CLOSE BUTTON"
Posted by blackmamba-11 at 7/7/2007 3:20:52 PM
Hello,
I'm not a pro with flash. But I have a full flash site to modify, Well I did
it but now I have some needs:
This is the site:
http://www.moiraproject.net/people/people.html
If you can see the pages open with an animation. I need to do something to
close the pages to see the main ... more >>
path shortcut
Posted by Brian at 7/7/2007 10:30:17 AM
I would like to create a variable as a path short cut, but I don't know
what type that would be. Something like this.
The path used to be like this:
this.scroller_all.scroller_slider.infoScroll.textbox.html = true;
There are several of these, so I would like to do something like this:
va... more >>
annoying TEXT FORMAT LEADING sht
Posted by Optikalefx at 7/7/2007 4:04:45 AM
Iv had this issue before but its being ignorant now
i have a php email scrtipt i wrote, and flash sends data to that and it emails
it. that all works fine, but it emails with <TEXT FORMAT LEADING ect... on
each of the forms.
usually that means html is turned on, and it was, so i turned ... more >>
preloader help please
Posted by phil1943 at 7/7/2007 2:38:22 AM
I have a small SWF file (number countdown eg. 10,9,8,7.6....) that I want use
as a preloader for my main SWF file.
Can someone please point me to an actionscript template that I can use to
implement this.
Thanks kindly for any help.
... more >>
AS3: graphic buffer
Posted by sspecter at 7/7/2007 1:15:05 AM
Is there any way to create a graphic buffer in ActionScript 3.0?
I want to create an object, and use it to draw many images simultaneously in
screen. But I don't want to clone this object in memory (because i plan to use
it intensively, and with bitmaps). Is there ANY way to do that???
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Any ZigoEngine (FuseKit) Tween experts out there?
Posted by GWD at 7/7/2007 12:00:00 AM
I posted this also in the MosesSupposes FuseKit forum but that forum doesn't
look very active... I know others here use FuseKit as well, so I'm hoping I
might get an answer here first...
I've used the ZigoEngine as my preferred tweening class(es) for some time now.
I've just struck an issu... more >>
hatched ragged line style by AS
Posted by 00eyeliner00 at 7/7/2007 12:00:00 AM
Hello, i need to change (or to create if it does not exis) dynamically the line
style of a rectangle (movieclip).
I know it is not possible to draw line style other than the standard solid
with the lineTo method.
I have found on macromedia livedocs a way to draw dotted/dashed line and this
... more >>
how can I check for 'undefined'?
Posted by nik c at 7/7/2007 12:00:00 AM
Hi,
I am creating a custom MP3 player where audio playback is started by clicking
on the title of the audio, but I also want to be able to start play abck from
the Play/Pause button. In order to implement this dual approach, I am thinking
of checking if a sound has been loaded (with 'mySou... more >>
|