all groups > flash actionscript > january 2005 > threads for sunday january 16
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
is this IE?
Posted by adriaan_ at 1/16/2005 10:42:39 PM
i installed SP2 on my MS Windows...and don't know if this is the problem or
that I am plain stupid...i hope none of them both...
i have this loop within my .swf, that reads out some images frome a folder.
it's really simple and works great in FireFox, but IE only get's the last
image, and ... more >>
Navigation question
Posted by doublezero at 1/16/2005 9:24:39 PM
I have a button within an mc on the root. When the user clicks the button, the
root has to move to a specific frame label but also when it gets there, there's
an mc on the root which also has to move to a specific frame label
(pre-determined by the button). Does anyone know how to do this? tha... more >>
Difficult problem!
Posted by oekakimaker at 1/16/2005 5:20:50 PM
I am working on a game, and all of the actionscript is in one frame.
When that is the movie's only frame, it works fine. But if I reach that frame
from gotoAndStop, either from a button or a preloader script, none of my game
scripts do anything. The frame with the game on it already has a sto... more >>
simple XML import information
Posted by Bigbob666 at 1/16/2005 4:06:47 PM
Hi, I am trying to figure out importing info from an external XML file running
on my local computer. What i have is this: XML FILE : name = userInfo.xml
--------------------------------------------------------------------------------
<users> <userDetails id='1'> <name>Sam</name> <loc>... more >>
Using a variable as part of a movie name
Posted by George Webb at 1/16/2005 3:47:53 PM
buttonNumber = 2;
_root.mainMenu_mc.button2_mc.button2Scale_mc.button2Text.autoSize = true;
For the above line of code please could someone tell me how to replace the
number "2" with the variable "buttonNumber.
Thanks.
... more >>
Need help w/ ActionScript 2.0
Posted by gdarknight at 1/16/2005 2:52:56 PM
I've found a couple of javascript examples to hide/show the div layers in a page, but I want to use an SWF as my navigation bar. Are there AS2 equals, or do I need to convert the javascript?... more >>
Streaming Problem
Posted by Abo Anas at 1/16/2005 2:30:48 PM
Can Anyone help me with this Problem Please ?
I have a main Movie this movie Contains several buttons and a MC called
"main". I use these buttons to load external MovieClips to the main MC.
That works fine in the HD.
But on the web somthing weird Happend , If I click on a button it opens t... more >>
using mask & printing
Posted by baka81 at 1/16/2005 2:28:31 PM
I'm using PrintJob class to send content of one MC to printer. Everything was
ok, until I start using SetMask() to this clip. Only part lying below the mask
is printed. I need to print whole movie clip, also I have to use mask, because
it's quite big MC ;) How can I resolve this problem?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
AS Fade
Posted by g5604 at 1/16/2005 12:16:29 PM
Hi,
anyone know how to do this:
fade in a button gradually as the mouse cursor is moved towards the button.
i am using MX 2004.
many thanks,
G... more >>
Can this be done in Flash?
Posted by newsgroupie2003 NO[at]SPAM yahoo.dk at 1/16/2005 10:22:00 AM
Hi,
I have only superficial knowledge of flash and would like an opinion
on whether the project i am planning is doable in flash or not.
I want to make an educational aplication where the user can enter
parameters to generate a sine wave that is then displayed (i think
this part is easy). I th... more >>
Load JPEG in MOVIECLIP
Posted by smalln at 1/16/2005 10:05:40 AM
this is my code:
_root.attachMovie("item_mc","item"+i+"_mc",i+1);
ItemMC = _root["item"+i+"_mc"];
ItemMC.$object=itemData
ItemMC.txt_titel.text=ItemMC.$object.titel
ItemMC.holder.loadMovie(ItemMC.$object.photo)
ItemMC._x =100+150*i;
ItemMC._y = 100;
... more >>
Can't get loaded movie to display
Posted by shivax at 1/16/2005 8:11:51 AM
OK, I've been trying to figure this out for 2 days... time to break down and
ask for help. I'm a Flash newbie - I'll try to use terminology correctly, but
I apologize in advance for any lack of precision.
I'm trying to use a 3rd party .swf app (call it MovieA.swf). I can't modify
MovieA... more >>
between numbers.
Posted by mdalene at 1/16/2005 5:28:07 AM
Is it possible to send the numbers between one number to a different number e.g 1 to 25 as a variable? Something similar as random(1-25) but I want it to apply to all the numbers inbetween.... more >>
component button question
Posted by VooDoo Chicken at 1/16/2005 4:41:17 AM
hi, i took a button from the common components library->buttons->pill button. i
copy-pasted the example from 'setclickhandler' reference. it does not work. i
tought the button was disabled by default and it does not seem to be the case,
actually i cant even seem to be able to rertieve if the b... more >>
help with onEnterFrame!
Posted by Eric_Pena at 1/16/2005 3:35:06 AM
Hello! I?m working on a site where I use several movies that load at different
levels. I?m doing something like a preloader. I want all the swf loaded before
level 0 starts playing, so I stop it until some variables become true. i.e.
for every movie I have something like: stop(); onEnterFram... more >>
sintrix.com
Posted by Sintrix.com at 1/16/2005 2:36:04 AM
Press Release 1/11/05
Sintrix releases Flash Encrypt v1.0
www.sintrix.com
Sintrix has released a new Macromedia Flash protection tool called Flash
Encrypt. Flash Encrypt has been developed and designed to prevent Action
Script theft of SWF files which are created by Macromedia Flash. O... more >>
JS pop up window padding problems
Posted by mediumbear at 1/16/2005 2:33:02 AM
I'm using the following code to get flash to give me pop up windows:
getURL('javascript:window.open('images/ads/largeAD'+_root.i+'.jpg','','width=386
,
height=500,directories=no,status=no,menubar=no,scrollbars=no,toolbar=no,resizabl
e=yes');void(0);'); this works great, problem being that th... more >>
Creating an Instant Messenger
Posted by B-Miz at 1/16/2005 2:03:43 AM
Hello. I was wondering if it was possible to create my own Instant Messenger in Macromedia Flash mx 2004? Thanks in advance.
B-miz... more >>
partial preloading
Posted by AweSIM at 1/16/2005 2:02:17 AM
hi.. just out of curiosity.. is it possible to partially preload a swf?
let's say you've got a swf and you see from the bandwidth graph.. that the
first 20 frames are larger than what streaming would allow..
so you decide to preload those 20 frames only.. so that there is no delay once
t... more >>
How to create dynamic buttons?
Posted by S. Kingma at 1/16/2005 1:41:33 AM
Hello there,
I'm having a lot of difficulty getting my Flash MX 2004 movie to run. I have
this XML file listing logos of daughter companies of a client coming from a CMS
application. The specifications of these logos (width & height, x & y in the
movie, etc.) are retrieved from the XML and... more >>
Loading HTML in Flash
Posted by AweSIM at 1/16/2005 12:10:20 AM
hi..
im making a site for myself.. you've got buttons and clicking them causes a
dynamic field to load different html pages.. i created preloaders for images so
that instead of <img> tags, i used <object> tags that load an SWF file, which
simply preloads the image before displaying it.. wh... more >>
|