all groups > flash actionscript > october 2007 > threads for wednesday october 31
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
function access problems
Posted by DelinquentMe at 10/31/2007 11:49:53 PM
on ( press ) {
buttonName = this._name;
menuExpand (buttonName);
}
do function references not work within event handlers?... more >>
problems with an if statement
Posted by DelinquentMe at 10/31/2007 9:59:36 PM
alright here it is guys:function popLoop ( popArray, tracerArray ) {
for( n = 0 ; n < popArray.length ; n++){
trace(popArray.length);
trace(n);
if (n = popArray.length){
trace("sure");
}
}
}
popArray.length = 3 FYI
so whats happening is i want the for statement t... more >>
CMS for flash
Posted by relief8 at 10/31/2007 9:53:53 PM
I am just starting out with cms and was hoping someone could point me in the
right direction to get started. I am going to be creating a site that needs to
be updated on occassion and would like to do it through cms.
... more >>
filereference download issue on some browsers
Posted by redboxinteractive at 10/31/2007 9:41:05 PM
Hi, Im having a filereference download issue which is turning out to be rather
elusive. I have it working great on my comp in ie, however on my comp with
firefox, or with any browser on my father's computer we get the file browser
popup and when we hit "save" everything SEEMS to go OK but the ... more >>
Loaded .swf comunication with loader .swf
Posted by Ardy15jan at 10/31/2007 8:37:46 PM
Hi, everyone!
I have a big problem...
I`ve loaded a .swf file using a 'flash.display.Loader'. The .swf contains a
button. When the user clicks the button, I want the loader .swf to execute a
certain function that I defined within it.
In AS2, I would have accomplished this by means of '_lev... more >>
help Playing external Swf files in flash...
Posted by ierick at 10/31/2007 8:37:13 PM
I am making a flash banner ad for my boss to advertise with an outside company.
They only accept Flash 5 player compatible swf's which means I need to make an
AS 1.0 compatible swf. Furthermore, this company restricts the file size to a
ridiculous 16 kbs.
The only way I think this will b... more >>
Suppress Flash Player Messages from Browser?
Posted by cayennecode at 10/31/2007 8:18:07 PM
I'm well aware of try catch functions, but in general is there a simple setting to suppress browsers from displaying stackTraces on errors?... more >>
Change website background with actionscript
Posted by Geisen at 10/31/2007 8:12:43 PM
I'm creating a full flash website and I'd like to be able to change the site's
background color within flash. The swf itself is only 1000 pixels wide and 600
pixels high. The design is a horizontal band across the middle of the site that
will be continued on the right in a div with css. (once ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Creating string array of folder contents
Posted by Samuel-san at 10/31/2007 7:57:35 PM
I am creating a dynamic flash picture gallery. I have external folders filled
with the thumbnails, all of which are descriptively named. I was wondering if
there was a way to create a string array of the JPEG names (per folder), then
use that to drive my loader loop, instead of "pic"+i+".jp... more >>
Exponential Class error
Posted by wookie2004 at 10/31/2007 6:30:38 PM
I'm trying to use this function:
function scaleUp(event:MouseEvent):void {
TweenLite.to(event.target, 1, {scaleX:1.5, scaleY:1.5,
ease:Exponential.easeOut});
}
function scaleDown(event:MouseEvent):void {
TweenLite.to(event.target, 1, {scaleX:1, scaleY:1, ease:Exponential.easeOut});
... more >>
need video player!!
Posted by DZ-015 at 10/31/2007 4:06:49 PM
Hey - I've been using a standard flash Video Playback Component on this page:
http://www.acutaboveexteriors.com/video/
And it works on some of the computers around the office, but not others. What
am I doing wrong...? Is there a video player I can use that anyone can point
me to other ... more >>
Using variables in a project
Posted by pasefika at 10/31/2007 8:01:39 AM
has anyone tried to do this?
http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?c
ontext=LiveDocs_Parts&file=00000670.html
I follwed this word for word with flash CS3 published as flash 9 actionscript
2.0 but only the default image1.jpg shows up. and not the ... more >>
previous and next in xml
Posted by maureen27 at 10/31/2007 7:04:57 AM
Need help on moving around in flash xml document.
I am pulling in a xml quiz in flash and have button for next and one for
previous.
I can go forward and tried same thing but with -1 for previous, but only moves
forward one.
Can someone help.
thanks,
btn_previous.onRelease = func... more >>
Download Folder?
Posted by luciewong at 10/31/2007 6:40:04 AM
Hi,
I can download single files with FileReference, no problem, but could I download an entire Folder or ZIP Folder?
I get an IO Error.
Thank you for your help.
Luciewong... more >>
Python in actionscript
Posted by alien9542 at 10/31/2007 6:04:57 AM
Hi there,
Total forum newbie here -- apologies if this post is mischaracterized.
We're working on way to call a Python script via Flash Lite or embed it inside
a Flash application. Is there an easy way to just call it from within
actionscript?
Thanks.
... more >>
quick coding suggestion
Posted by DelinquentMe at 10/31/2007 5:28:10 AM
hey all,
Im trying to actionscript a dynamic menu generator -- my current problem
is im trying to find out a way to use actionscript to create movie clips with
motion tweens in them -- essentially i want to use actionscript to create these
movie clips with a open and closed status an... more >>
Email scores
Posted by deafhead at 10/31/2007 5:01:43 AM
Hi all... I hope someone can help me!!
I have created an Xmas invitation which has a small game in it!! Bit of a
promotional thing to get people interested. The gimmick behind it is that
whoever scores the highest score we will give a prize to in our xmas party!!
Kinda fun.
What I wan... more >>
Actionscript, PHP shown
Posted by Mary Alice at 10/31/2007 4:46:21 AM
Well, I will try to explain.
First, the FORM: it consists of 9 areas of input. Household --input field
next to it and there are input fields next to each of the others: Your Water
Supply, Your Present Water Softner, Where do you get your bottled water from,
Comments, Name/Business, Addres... more >>
AS3 - TextField - HTML Text
Posted by ramindeja at 10/31/2007 2:04:05 AM
Hi,
I would like to find a nice solution to the following problem:
I have a large HTML text containing text and images (<img>) inside a source
TextField. I need to split this content into several TextField's of a fix width
and height so that no scrolling is required.
I tried to use ... more >>
I realy need help!!
Posted by Nangdang at 10/31/2007 1:36:53 AM
I am producing a animated map that will be save as an .exe format. On my map,
I have a stop button that I want to had a alt tag to it so that when someone
puts, the cursor over the button, a tag will show up and indicate that this is
a stop button.
So far, the script behind my button the ... more >>
Variable Values
Posted by Oxenfish at 10/31/2007 12:17:38 AM
I have a movie clip instance on my main timeline and I need to change the value
of a variable from within that clip, but I need the value to be seen on the
main timeline. I figured defining the variable from the main timeline (outside
any functions) would make it global and then the movie cli... more >>
Help with movie with external URL links
Posted by renner45 at 10/31/2007 12:00:00 AM
Sorry but I am a total newbie>
I have a 4 frame movie imported into one layer and want to specify a different
URL to be opened in a separate window for each frame. So I have made each frame
a keyframe and added from the behaviors a geturl event for each frame. When
this is published it loo... more >>
sounds setVolume override each other
Posted by jlucchesi at 10/31/2007 12:00:00 AM
Hi -
I have a swf that brings in multiple "child" mcs. The main (parent) timeline
has a sound var on it and the children mcs have their sounds. If I set both
setVolumes to 100 - no problem. But if I lower the child's sound to 20 - the
parent's sound is also lowered.
What am I doing wron... more >>
AS3 and AS2 Forums....
Posted by DJ James at 10/31/2007 12:00:00 AM
Anyone agree that we should have seperate AS3 and AS2 forums on here? Think we
can get Adobe to do that? I try to find answers to my problems, think I found
it, and then find out its an AS2 post when I'm learning the AS3 stuff..
how can we get Adobe to create seperate AS forums?
... more >>
Is it possible to give mulitple skins the user can choose from?
Posted by madhooper at 10/31/2007 12:00:00 AM
I'm making an application in Flashlite and I'd like to have two color schemes
(skins). A day and night skin.
I have no idea where start. Does anyone know where I can find a tutorial that
can get me started?
... more >>
Using apostrophe character in html text
Posted by rc3rdmd at 10/31/2007 12:00:00 AM
I am importing external text using the asFunction, jumplinetext.
But I have apostrophes in the text that can't be used because they are in the
asFunction code. I have tried quotes and special characters but nothing works.
Is there a way to imbed apostrophes ?
Rob Childress
... more >>
MovieClipLoader
Posted by Darr_darshan at 10/31/2007 12:00:00 AM
hi i am trying to use MovieClipLoader for multiple loading on movieclip
instance.
I am loading thumbnails in mc instance and want to apply loading script to
each mc instance.
I am attaching the script i have used. the loading seems to be not happening
even as images are loader.
Cur... more >>
|