all groups > flash actionscript > april 2005 > threads for tuesday april 12
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
Help! Newbie having scripting drama...
Posted by SnottyChic at 4/12/2005 2:08:19 PM
Good morning everyone! I have created a short (156 frame), 5 layer movie that
I want to start when the user clicks on the words in the first frame of the ad
layer otherwise the ad should just remain static. Can anyone help me with the
action script?
... more >>
Firefox blocking mouseover geturl
Posted by Anthony Brown at 4/12/2005 12:37:53 PM
Hello-
I just downloaded firefox, and started viewing my flash content in it. I
have my portfolio setup as a slideshow, and when you mouseover an image
(button in flash), and when clicked goto the URL of the website for that
image.
This works fine in IE but in firefox it doesn't do anythi... more >>
Drag and drop-- Make not draggable after match
Posted by Eric Kuhn at 4/12/2005 12:36:22 PM
I want to have a drag and drop that when you drop the item into the correct
area the item is no longer dragable.
Everything so far works except after i match the hit area i can still drag
the item.
This is probably something easy but it is eluding me.
Any suggestions would be appreciated.... more >>
Set focus to a popup window from within Flash
Posted by FreddyD at 4/12/2005 12:35:57 PM
Hi, can anybody tell me how to set focus to a popup window from within Flash?
I open a pdf document with getURL
("javascript:windowname=window.open('at_test.pdf','new_name1','top=0, left=90,
width=800,height=600');void(0);");
But if I return to my flash window without closing the pdf win... more >>
Using Screens, is it possible to load MC above all other screens?
Posted by bsewall at 4/12/2005 12:00:00 AM
When using Screens (forms/slides) in Flash MX 2004 pro, is it possible to load
a movieclip ABOVE every screen. For example, I want to have a pop-up
navigation on every page of my presentation, that pops above the screen's
content, not below it.
The only way I know of now is to just have... more >>
MVC: anyone actually implementing it?
Posted by mikeshank at 4/12/2005 12:00:00 AM
Do any of you actaully implement the MVC pattern to build sites? I'm intersted
in how one goes about it. I don't need concrete code examples, but more how you
went about separating the layers of the pattern. Thanks.
... more >>
keeping the same random loaded movie
Posted by a little ant at 4/12/2005 12:00:00 AM
Hi,
I have splash.swf which loads up at the beginning of my site and also plays
when other pages are loading up. (So when the user presses a button for a page,
splash.swf also appears and plays and then is told to dissappear when each page
starts to play.)
I want to load a random animation... more >>
input text restriction
Posted by sashunya at 4/12/2005 12:00:00 AM
how to restrict input text to accept and/or display date in format mm/dd/yyyy?
thanks.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
variable problem
Posted by Fatmat at 4/12/2005 12:00:00 AM
I have a website that I've created and everythings working great - except for 1
page. I have a 'containerMovie.swf' that contains: myLV.onLoad = function
(success) { if (success) { _level2.loadedInfo.text = myLV.info; } else {
_level2.loadedInfo.text = 'There has been an error loading ... more >>
Internet explorer is not opening on top...
Posted by zeenu at 4/12/2005 12:00:00 AM
hi, i m facing problem while running exe and clicking on the button which open
the ie window, its taking the right path but if some other ie is already
open.. than i cant make my ie window on top on clicking button frm the same
exe. Is there any solution for this pls... get me ur feedback.. ... more >>
input text restriction
Posted by sashunya at 4/12/2005 12:00:00 AM
how to restrict input text to accept and/or display date in format mm/dd/yyyy?
thanks.... more >>
SWC file and component panel
Posted by descin at 4/12/2005 12:00:00 AM
Hi! I am in the final stages of creating a custom component. In this process,
I was running some tests to create swc files to allow my component to display
in the components panel. I have noticed that even after deleting these files,
old test components remain in the component panel. It's lik... more >>
Need help with my drop down menu
Posted by gma216 at 4/12/2005 12:00:00 AM
When i rollover the drop down area, it works, but when i rollover the buttons
in the drop down menu it seems to replay the animation and not highlight the
button. I have attached the .fla, any help would be much appreciated.
Download .fla www.e-madesigns.com/Drop-down.fla
thank you
... more >>
Problem Loading Multiple Mp3s
Posted by Runicscript at 4/12/2005 12:00:00 AM
hi all,
i am having a problem with preloading multiple mp3 (like several hundred small
ones). The first batch of preloads (cause i preload them in batches) works
fine but when it comes to the third and fourth it goes berzerk and i am given
this warning by the debug player "Warning: Not a ... more >>
space between menu's
Posted by send2me at 4/12/2005 12:00:00 AM
This script is from a horizontal menu and I change it to a vertical. I just
can't seem to figure out how to reduce the distance between them. Is this
enough information?
for (var i = 0; i<root.childNodes.length; i++) {
_root.attachMovie("main_clip", "main"+i, i);
_root["main"+i].tx... more >>
is it possible to anti alias dynamic text...
Posted by Ray Velez at 4/12/2005 12:00:00 AM
for say a menu thats read in dynamically by xml and loaded into an
emptyMovieclip with actionscript, bcos the menu is made dynamically for
different language options. setFormat properties doesn't have anti aliasing
options. is this possible?
... more >>
Question
Posted by Bernard at 4/12/2005 12:00:00 AM
Please i want answer about swap _level for a movieClip and thanx
From http://www.developmentnow.com/g/69_2004_5_0_20_0/macromedia-flash-actionscript.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
loadMovie problems
Posted by pagetta at 4/12/2005 12:00:00 AM
On our new website my boss wants a non-interactive flash movie in the header
that displays information about all our products. The problem is that this
makes a large movie that takes time to load on each page. So we thought of
making 6 small movies and linking them together, but the problem ... more >>
|