all groups > flash actionscript > january 2007 > threads for tuesday january 2
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
Help with getURL using javascript
Posted by CrazyMerlin at 1/2/2007 10:57:03 PM
Hey people!
I have an swf embedded in a page, and to be able to do the validation I need,
I also have a hidden text field.
When the user selects a file using a filebrowse I need to populate the hidden
field with the filename they selected.
I make the hidden field to text so I can see it,... more >>
renaming dynamic mcs
Posted by soupycafe at 1/2/2007 10:47:08 PM
Hello and Happy New Year!!!
I have been trying to rename dynamic movieclips on the stage and place them
into new levels without re-attaching.
I have used eval, _name and .name, but to no avail.
I would appreciate your prompt assistance,
Emma=)
_root["thumbNail"+a].name=eval("th... more >>
Advice on animating lots of small movie clips
Posted by Wil at 1/2/2007 10:19:30 PM
Hi,
I have a performance problem that may be best demonstrated with an example.
http://www.b3ta.cr3ation.co.uk/data/swf/game1.swf
If you look at the animation and watch it for a while you will see the
number of balls growing.
Initially the performance is so-so but eventually it becomes t... more >>
URGENT! Cross domain SWF controll problem
Posted by Philip C at 1/2/2007 10:11:46 PM
Hi!
I need to deliver my stuff in a few hours so I realy realy need help!!!
I have one SWF on a domain, it loads different SWF animation files stored on
another domain.
They load fine, but Im not allowd to controll the SWF animations useing
gotoAndPlay etc.
It works when I run everythi... more >>
How to Upload a File using FileReference + PHP??
Posted by el su NO[at]SPAM ve at 1/2/2007 9:06:59 PM
How to Upload a File using FileReference + PHP??
If you could help me with a two code examples the AS code and the PHP code of a working example.
Thanks
Jorge... more >>
Complex Buttons & Keyframe
Posted by Jak Plague at 1/2/2007 8:14:34 PM
Hi there,
I have a project I have been working on in Flash 8, that really needed the
'Complex Buttons' as provided here -
www.kirupa.com/developer/mx2004/button_effect.htm
(you can download the .fla here)
I got them to work really well ... But I am having issues making them go to a
k... more >>
FLV Framerate or Playback Speed
Posted by SlowX at 1/2/2007 7:47:50 PM
Is there a way w/ AS to control the speed that an FLV plays?
In Lingo the "framerate" is a variable defined by the video's actual framerate
(i.e. 30 frames per second). But you could tell the video to playback at 2 *
framerate (or in this case 60 fps), play it backwards w/ -1 * the framerate... more >>
Making a Contact Form w/ Flash 5
Posted by windowman at 1/2/2007 6:28:43 PM
Hi,
I searched the site first and did find a downloadable pre-made contact form
that works with Flash, but I don't know that it will work with my ancient
version since it uses PHP to mail the form. I use flash for drawing more than
anything and don't know a whole lot about actionscript. I'... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Accordion Header font color
Posted by jlucchesi at 1/2/2007 5:21:53 PM
Hi -
I just know enough Flash8/AS to get myself into this kind of trouble without a
way out.
I'm using the Accordion component and I've been able to change the header
using the following code but I would like to change the font from black to
white. How do I do that??
TIA your exper... more >>
PrintJob
Posted by olally at 1/2/2007 4:29:10 PM
Hi All,
Im trying to print string using action script.
When the text is too long it is not taking the next page it is printing in the
1st page and cutting off the rest
and Im not able to set the left,right,top,bottom margins.
can any one help me to resolve this problem please
c... more >>
Combo Box Out of Order
Posted by jimb0 at 1/2/2007 4:17:10 PM
I am populating a combo box using a loop and additem(). Basically, once in
awhile, the comboBox appears out of order, with the non-first item being
selected already. This seems to happen after I use a loadMovie command to load
an external .swf into a different movie. I cannot see why this woul... more >>
Re: access the "target_mc" outside of the function
Posted by Swirlsky at 1/2/2007 1:37:01 PM
http://www.sages.hu/galeria.fla is the *.fla
If you open an image there is a close button on the right top corner of the
image. It's task would be to close the image. So it has to know which image is
opened currently. That is why I need target_mc.
(Sorry for the Instance names and the co... more >>
Multiple Line Graph
Posted by mrgbement at 1/2/2007 1:12:04 PM
First off, thanks to kglad for the line graph function I started with, it has
been a huge help. Now the step I'm trying to take is 2 fold.
First, I'd like to graph more than one line segment on the graph. Right now I
am graphing functions f1 and f2, but f2 currently overwrites f1. I want th... more >>
access the "target_mc" outside of the function
Posted by Swirlsky at 1/2/2007 11:04:32 AM
Hello,
I am loading multiple files with the same set of listeners, and I have an
OnLoadInit event listener:
[i]mclListener.onLoadInit = function(target_mc:MovieClip) { ... }[/i]
With this listener I can beautifully follow up the MovieClips during the
animation and I can write the onRel... more >>
GET URL problem
Posted by hsheffer at 1/2/2007 9:52:05 AM
the actionscript was as followed:
on (release) {
getURL("http://www.pixertech.com", "_blank");
}
I published for fla file as usual: ctrl + enter, and the links to the web
worked perfectly.
then I published to html: ctrl + shift + enter, everything looked fine except
the links, t... more >>
Populate an variable with an xml node
Posted by oaj flash 777 at 1/2/2007 9:17:25 AM
Hello
I am making a map that are going to display colors on cities. The colors are
set with:
mcCity1.setRGB(((255-"variablename")*65536)+("variablename"*256));
Now I need to populate the variablename with a value from an xml file that
match the node city1.
Can anyone help me with this... more >>
Navigation by pressing keys
Posted by Marghoob Sulemaan at 1/2/2007 7:30:30 AM
Hi Guys,
Happy New Year to all of you :) May all your wishesh comes true....
Okay.... Please see the attached code... What i need is that i want to
navigate each movieClip by pressing tab or Down/Up arrow keys.
Is there any solution??? Please help me out.
Thank you very much for ... more >>
flash vc++ communication
Posted by srinth at 1/2/2007 4:37:45 AM
Hi ,
Flash and VC++ communication , exchanges data between flash and vc++,.
Please help out with a code example.
Thanks
Sri
... more >>
Address sub-mc in a dynamically attached mc?
Posted by GregNeumayer at 1/2/2007 12:17:25 AM
I'm also having a similar problem. Can you shed any light? I'm sure it's a
stupid scope issue, but it's driving me mad today. I've got a prebuilt mc that
has a bunch of movieclips inside of it. I've then attached the prebuilt mc to
the stage dynamically at run-time. For some reason, the instan... more >>
controlling dimensions of UIScroll
Posted by jlucchesi at 1/2/2007 12:03:49 AM
Hi -
I think this is a simple fix that I'm missing. I want to make the UIScroll
bar (instance name "UIScroll") to have the same height as the text area
(instance name "desc_t"). So I thought this code would work but the result is
that the scroll bar stretches off the page.
Am I using ... more >>
|