all groups > flash (macromedia) > april 2006 > threads for friday april 21
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
loading slideshow
Posted by MIchal Utko at 4/21/2006 11:04:31 PM
i have done a search for this and came up with nothing so here it goes.
I have a folderof images and thumbs. I am currently using a bar preloader.
What I want is for the thumbnails to appear after the images are loaded into
the container movies.
Any help or resources are much appreciated.
... more >>
Flash MOvies on the Web
Posted by CSEd2 at 4/21/2006 10:51:42 PM
I have loaded a Flash movie with buttons on an html page. The flash rollover
script only becomes functional after I have released a button when I expect ed
the rollover script to become active once the movie is loaded. How do I make
the rollover script active upon loading the movie?
... more >>
function problem
Posted by erjee at 4/21/2006 10:18:40 PM
i want to 'call' a function from the root movie to a child movie.
So in the root i have:
_root.child_mc.functionName();
in the child_mc:
functionName = function() ...
I can do the 'reverse' :
in the root:
functionName = function() ...
in the child_mc:
_parent.functionName
can... more >>
Opinion of site...
Posted by withhisstripes at 4/21/2006 9:34:29 PM
Heya,
Can you all give your opinion on this site... http://www.hookmedia.biz/cabinet_source
Be brutal, but constructive, thanks folks.
Spence... more >>
Continuous background sound and scenes
Posted by have a question at 4/21/2006 9:02:57 PM
Ok, my problem is as follows:
I have a Flash MX file with several scenes. With the first scene starts my
soundtrack which is as long as the flash movie is going to be. This is supposed
throughout the whole move without intteruption through the scenes.
Now when the file is playing and sce... more >>
resume after pause
Posted by web_rookie at 4/21/2006 8:57:56 PM
on (press) {
this.stop()
}
this pauses my movie but how do you resume play? on same button?
please reply to my email victor@aurorabiomed.com, it's kind of urgent. thanks so much!!! ... more >>
dynamic text field question
Posted by hutch-diggens at 4/21/2006 8:39:46 PM
I am trying to make a "request page" where a user can type in name, email,
phone, in their own boxes and be able to have the information submitted to an
email account.
any one have any suggestions/
thanks,
hutch
... more >>
Bug, or designed this way?
Posted by JustStartingOut at 4/21/2006 8:30:00 PM
It took me hours yesterday to track down why this was occurring, but now that I
solved the riddle, I'm wondering if this is a defect or intentional (or both).
Simplest recreation:
1) Create a new symbol that is a 100x100 square black border with no fill.
2) Drag instance of new symbol to s... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
links
Posted by mybluehair at 4/21/2006 8:11:14 PM
I made a like using the text tool, then put in the address in the properties panel. and when I went to control-test movie the link dident work. will it work...just not in the test mode?... more >>
seriouse Slowdown in Flash 8
Posted by {PDL} at 4/21/2006 8:04:05 PM
I?m working with Poser6 and Swift3D4.5 to bring 3D character animation into
flash. Once the character is rendered in Swift3D it usually requires a little
cleanup in Flash before being dropped into the final animation.
In FlashMX04 this was usually a non-issue ? just required a few clicks to... more >>
help! can't find hidden web links
Posted by Andrew Fuller at 4/21/2006 6:55:57 PM
I'm editing a .fla file handed down from the previous designer, which is
basically a navigation map for a website. It's been a few years since I've
worked in Flash, but I thought this was a simple file. We're not changing the
design, just the links on each button (the site is being retrofitted... more >>
Sound in Flash vs After Effects
Posted by Krede at 4/21/2006 6:46:47 PM
I have made a huge flash file about 6.000 frames.
I have exported it as a PNG-sequence
Then I have imported the sequence to After Effects, and added the music I used
for the timing in Flash.
But now it?s not in sync anymore!
In the end, the sound is about 9 frames longer
WHY?
I hav... more >>
Purchasing Flash *inexpensively*
Posted by GordonG at 4/21/2006 6:37:03 PM
Hello, I am interested in purchasing Flash. I am teaching a class on Flash to
school age students this summer and I haven't used it since I took a class on
Flash 5 a few years ago. I need to practice to shake the rust off my skills
and discover the newer features (at least actionscript 2.0 -... more >>
Audio ends page change
Posted by sbryner at 4/21/2006 6:00:45 PM
Posted this in the Action scripts category with no response so maybe I posted
it in the wrong area?
I need help. I would like to have a black index "splash" page that contains
only a flash file with only audio on it and after the audio ends go to another
"Main" page.
Is this possible ... more >>
Bizarre BitmapData Bug
Posted by npauerk at 4/21/2006 5:48:28 PM
Hello all,
I've run into an odd "bug" with Flash 8's BitmapData Object. If I generate a
256x256 BitmapData object and attach it to a movie clip and then scale the
movie clip indefinitely, the BitmapData image will eventually disappear, then
eventually reappear, then eventually disappear, a... more >>
Installation Problem
Posted by Caohimhin at 4/21/2006 4:27:11 PM
I just installed Flash 8 in a school environment. The application ran fine as
an administrator. However when students, who are registered as computer users,
not afministrators, launch the application, it tries to install itself again.
The install fails of course because the user is not an a... more >>
Click to activate and use this control
Posted by LDSMike88 at 4/21/2006 4:27:01 PM
Whenever I go to a website and scroll over a flash movie a little box appears
around the movie. If you hold the mouse there for a second it says "Click to
activate and use this control." It appears to be a security feature. Niether
one of my computers did this a week ago and now all of a sudde... more >>
Flash 8 and the New Mac Mini
Posted by mckooken at 4/21/2006 3:53:11 PM
I'm working on a project and wanted to know if anyone had any insight:
My client wants to Provide 5 interactive stations with Mac Mini's running
Flash Player 8 on 42-inch suspended LCD Sceens. The Content is full
screen running at a resolution of 1280X760 and includes video and
transition... more >>
difficulty with password page
Posted by joeq at 4/21/2006 3:45:41 PM
i have this code attached to a 'go' button:
on (release, keyPress "<Enter>") {
if ("amexpub" eq user) {
gotoAndStop(2);
} else {
gotoAndStop(3);
}
}
works fine ? but what if i want to send the person who enters 'amexpub' to a
specific url rather than to another frame in ... more >>
Flash and SourceSafe???
Posted by SunSeekerNC at 4/21/2006 2:22:26 PM
Hi:
We are slowing building our eLearning group in our company. We are finding
that we really need a system like SourceSafe.
The question is, does anyone know if SourceSafe (or some other system handles):
FLA, SWF files
BMP, GIF, PNG, JPG files
WAV files
DOC files
PDF files
... more >>
Flash crashes unless network unplugged
Posted by tedalde2 at 4/21/2006 2:09:18 PM
I've been running Flash 8 since it came out. Flash has always been buggy, but
this is a new one; it won't remain open unless I unplug my network cable. I
start Flash, it opens, but immediately crashes once all its windows are open. I
unplug the network, and everything's fine. Any thoughts?
... more >>
How to pass JSP parameter to Flash for IE and Mozilla
Posted by maaya at 4/21/2006 1:48:28 PM
:confused;
I have created a jsp page where an .swf file is inserted. I have passed the
parameters to Flash and the same thing is working fine in the Internet
Explorer, but not in Mozilla. Has anyone faced similar problem? Is there any
solution for the same? Is the way of passing parameters ... more >>
Button question
Posted by batman10001 at 4/21/2006 12:15:04 PM
Hey - I have button that on Over state plays movie. but as soon you click off
it stops - is there way to tell Flash that when you click once it plays the
whole movie till the end? Some kind command that tells play "this" till the
end?:frown;
... more >>
Best way to load components seperate from the main movie
Posted by OniLink at 4/21/2006 11:59:52 AM
When my flash movie loads, it takes a while to diaplay the loading frame
because it is too busy exporting the components on the first frame. What is the
best way of avoiding this, while still being able to use the components through
the .swf?
Thanks for any help,
~Oni.
... more >>
Embedded movie as button won't stop looping
Posted by Izzyg33 at 4/21/2006 11:47:16 AM
Please look at the following link;
http://www.giraffeads.com/clients/nz/flash_navigation.htm
The problem is that when the user rolls over the navigation buttons, I want
the buttons to move down once and then stop, rather that repeat the rollover
when the mouse is kept on the button.
... more >>
downloadable files in Flash homepage
Posted by TeeDub at 4/21/2006 11:46:50 AM
Hi. I've made a button on my homepage for downloading a resume but
haven't figured out how to make it work yet. Can anyone elaborate on
the standard "zip up the files & use Get URL" answer?
What I've got is a button with actionscript that goes:
-------------------------------------------... more >>
Flash Design
Posted by gateway technologies at 4/21/2006 11:43:04 AM
hi,
how to convert all texts to shapes in one command in document window to publish for swf movie
please help
thank u.
kannan ks... more >>
Why won't this flv play?
Posted by BG at 4/21/2006 11:30:13 AM
www.jeffreymachine.com/testmovie.htm
All advice/help appreciated!
BG
... more >>
Dimensions of flash movie
Posted by wally_errrr at 4/21/2006 4:57:16 AM
Hi there,
Just wondering if anyone can tell me what dimensions i should make my flash
movie?
It is going to be for a cd-rom and be executed at full screen......just
wondering if anyone has some guidelines for this.
Thanks,
Nathan
... more >>
tutorial like www.magwerk.com
Posted by fenrisform at 4/21/2006 4:23:06 AM
Ey guys. anybody know how to do this in flash? > www.magwerk.com
click on one of their e-zine
1. the thing that i'm after is loading each movieclips in levels.
2. music not playing even though movie is loaded beneath a movieclip
3. button actionscript
how did they do this? Or does anybody k... more >>
how to make a rollover image, but not for a button
Posted by holycrap its tim at 4/21/2006 4:02:00 AM
Hello,
I should probably not care so much about this, but I'm wondering how to make
an image have a rollover state without making it a clickable button. See the
link below, and when it all loads, move your mouse over the "go home" button at
the bottom. I'd like for that rollover to happen bu... more >>
Flash Version 7.0 Sniffer
Posted by Becky Richards at 4/21/2006 4:00:51 AM
Can anyone help?
I want to set up a sniffer (or something similar) so that when the
Flash File is viewed on the web it will re-direct the viewer to a
'download flash' page if they don't have the required flash player. I'm
having trouble understanding whether I should creat a sniffer or a
flas... more >>
Error Message when I use Flash websit
Posted by spodvp at 4/21/2006 3:51:31 AM
I am on XP and have Flash 8 installed. Yet as I rollover navigation on site I
see this box come up:
Click to Activate and Use this control or Press Spacebar to activate and use
this control.
In some case a black ouline goes around an entire map or nav bar along with
this message. Once I c... more >>
Converting SWF to EXE
Posted by Rose at 4/21/2006 12:28:16 AM
Hi,
How can I convert a swf file to .EXE or self executable file?
Any help would be appreciated,
Rose
... more >>
FLV vs. MOV vs MPEG4, etc
Posted by Brahmulus at 4/21/2006 12:00:29 AM
for my specific situation - which is taking in a movie clip from final cut,
inserting it into a flash document, adding buttons and text and other flash
stuff around the movie, and then exporting it as an swf and slapping it in a
webpage...
am i gaining anything by using an FLV?
the pro... more >>
Importing Illustrator doc into Flash
Posted by sa_designer at 4/21/2006 12:00:00 AM
I've created a lot of my graphics for a flash MX banner in Illustrator CS and was wondering what .extension will show off my vector art to its best.
Thanks for the advise.... more >>
XML Tachometer
Posted by marcofella at 4/21/2006 12:00:00 AM
Hi all,
I'm a newbie so go easy. :-) I trawled the forum to try and find something
like this and came up with nothing.
Basically people will register with a website and evertime someone registers,
an XML file will be updated by increments of 1. This is to be displayed on
screen via a ... more >>
combo box bug
Posted by sebjo at 4/21/2006 12:00:00 AM
When I make a selection in my combo box component the opened selection box closes however the border of the selection box remains visible.
How can I resolve this?... more >>
FLVPlayback Problem
Posted by Sebastiano Allegri at 4/21/2006 12:00:00 AM
hi there,
I've created a movie that play some FLV.
when I test in local, it's all ok and it works. while i upload it on my
website it doesn't work.
no FLVs start. dunno why.
i've try to change contentPath... absolute, relative but the result it's the
same... :-/
the movie itself s... more >>
|