Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > macromedia flash sitedesign > september 2004 > threads for september 1 - 7, 2004

Filter by week: 1 2 3 4 5

flash
Posted by migevalo at 9/7/2004 11:13:17 PM
i cant seem to find a way to make a link that goes to a new flash document. use this site for an example http://www.skateemerge.cjb.net In the emerge site when u click on team it brings up new flash stuff but doesnt change the website. how would i be able to do that ...more >>


blur an image....
Posted by bso_71 at 9/7/2004 10:41:29 PM
I have an image that I want to animate and make it appear blured but then it becomes clear. Is the only way to do this with multiple images and create a sequence or is there another way ? Thanks, Brenda s. ...more >>

Typewriter effect need help URGENT!!
Posted by shush at 9/7/2004 7:31:14 PM
Hi I have a latest news section on a site i am creating i want the news to com in like its being typed, and after 1 item has finished the 2nd comes in and the 1st one moves down and so on until ate least 4 1 line items are visible then they just play on a loop, can this be done? Hope someoen c...more >>

Getting Flash site centered in window
Posted by kgillis at 9/7/2004 7:29:57 PM
how do set up my flash site to have is center in the middle of the window? im sure there's some action script involved. ...more >>

Quick Time Imports
Posted by Keith in Eire at 9/7/2004 3:25:32 PM
I am trying to produce an interactive CD Rom using an interactive web site I have created in Flash combined with a high quality Quick Time Movie which is a product of output from Adobe After Effects. I have tried importing the .mov file as a movieclip, however when I export it back out as a Q...more >>

problems accessing website
Posted by rpfloyd at 9/7/2004 2:50:08 PM
I'm having problems opening the url on certain computers when I try to open my web page. Most computers will do it but I've noticed that some just refuse to find the site. Is this a problem that must be solved in the html file and if so where and what exactly do I type so all computers can ...more >>

Strange Drop Down Menu Hit Area Problems
Posted by jasonwsaz at 9/7/2004 9:21:08 AM
Hey I started revising a site and came accross a problem... The menu on the left hand side of the site ( www.mcsaia.com) after the intro page... (its the one that have an orangish background) The way it is set up right now is ver confusing...There are motion tweens before and after each pa...more >>

prevent .swf files from being cached
Posted by Rafiq R. Elmansy at 9/7/2004 8:45:29 AM
Hi, I am new in here and I want to know how could I prevent .swf files from being cached on the temperary folder?? I need it soon please. Thankx in advance, Yours, Rafiq ...more >>



Disabling a Window for a Projector file
Posted by samuelfuller at 9/7/2004 4:40:45 AM
I have managed to disable the menu for my software application using fscommand("showmenu", false); but I cannot find the code to disable the window that the program runs in. Is there a way to disable the window frame that says Flash 6 across the top? Or is this impossible? Thanks, Sa...more >>

Opinions needed .. & appreciated
Posted by Capoon at 9/7/2004 3:21:38 AM
hey i'm really new here .. so i don't really know what up i suposed to do exactly ... but .. i need ur opinion about this site i uploaded few hours ago ... i'm still a beginner. and i also needed to ask .. how can i make preloader for my top banner's flash movie?? i'd really appreci...more >>

Opinions needed .. & appreciated
Posted by Capoon at 9/7/2004 3:21:14 AM
hey i'm really new here .. so i don't really know what up i suposed to do exactly ... but .. i need ur opinion about this site i uploaded few hours ago ... i'm still a beginner. and i also needed to ask .. how can i make preloader for my top banner's flash movie?? i'd really appreci...more >>

Flash movie not loading
Posted by brettro82 at 9/6/2004 9:32:14 PM
Hi everyone, very very new to flash and need a little help: page: http://www.thedashbetween.com/index.html movie: http://www.thedashbetween.com/front.swf This loads and works correctly on my system but when I upload it and try to access it from the site the movie never loads. Trying to ...more >>

Text over Flash
Posted by soldeace at 9/6/2004 7:31:40 PM
Greetings, I'm currently trying to put some text over a swf, as if it was a background image. Perfect. I tried to use CSS but no matter what z-index I use, the flash file always bleeds through. Is there any way to make the text stay on top? (PS: I don't want to put the text IN the flash fi...more >>

it's working but.......
Posted by itisnot_me at 9/6/2004 12:32:47 AM
my web page takes too long to load any ideas on what i should do or would i use a different preloader. my web page is http://www.freewebs.com/negative_u/personal2.html alos if you can get throught the preloader could you tell me what you think i don't have it all ready yet...my jurnal doesn'...more >>

preview at 100%
Posted by emc2673 at 9/5/2004 7:37:00 PM
Hello all, I am kinda' new to the flash program but have had a few buddies that have messed around withthe program. Anyway, I am creating intro movies, pages and such and I remember a friend of mine stated that you can go to a setting in Flash and set the movie/pages to publish at 100% whic...more >>

GREAT WAY TO MAKE MONEY-READ THIS!!!!!!
Posted by Greekguy at 9/4/2004 11:34:32 PM
Monday, 17-Aug-98 01:09:13 130.85.97.152 writes: HOW TO TURN $6 INTO $6,000!!!!!! READING THIS COULD CHANGE YOUR LIFE! I found this on a bulletin board and decided to try it. A little while back, I was browsing through newsgroups, just like you are now,...more >>

classes and variables
Posted by mtx at 9/4/2004 10:43:09 AM
I have defined a class containing global variables that I want to access from within a MovieClip object's onEnterFrame function. The class looks something like this: class MyClass { var MyMovie:MovieClip; var i:Number = 10; function MyClass(MyMovie:MovieClip) { ...more >>

Portfolio site could use critique
Posted by this._name at 9/3/2004 10:35:54 PM
Hello, Please have a look at inertiadesign.net and let me know what you think. http://www.inertiadesign.net I've been working on this for a while, but haven't had many people preview it. Constructive criticism, suggestions, and general opinions are welcome. Be sure to check out the ...more >>

Uploading Flash site to host server
Posted by kgillis at 9/2/2004 10:51:38 PM
I'm ready to upload my new flash site to my webhosting server. What all do i need to upload to the server.....Do i upload the .swf file or the .html file? ...more >>

Royalty Free Sounds
Posted by StargrrlGrafx at 9/2/2004 10:08:34 PM
I need referals to some high quality, royalty free sounds to use in my movies. Any recomendations? Amelia...more >>

.:Masking:.
Posted by StargrrlGrafx at 9/2/2004 10:06:12 PM
Can I create a mask with a soft edge? I don't like the hard edges using a circle or square as a mask makes. Also can I make the masked image wave, and can anyone point me to a tut for it or something similar? TIA Amelia ...more >>

Slow flash site
Posted by Charine at 9/2/2004 9:54:47 PM
Hi There, I have a limited knowledge of flash but someone developed my site for me. It's a cool site for children with lots of animation. I still think it could load much quicker. Am I correct in thinking this? How can it be done. My URL: www.spellingfun.com Any idears welcome please ...more >>

chiptuning tuningchip conversao gasolina alcool arrancada turbo remapeamento economia sexo gratis empregos dinheiro
Posted by tuningchip turbo gti audi conversao gasolina alcool at 9/2/2004 8:00:27 PM
Chip personalizado para carros originais, turbo e aspirados. Conversão de veiculos de gasolina para alcool com ganho de potencia e torque!!! Chip de potencia para a gasolina , ganhe 20% a mais de potencia e torque no seu carro!!! Alguns exemplos: Original ...more >>

creating lines
Posted by sighteller at 9/2/2004 4:55:21 PM
Hello from France ! i'm aiming at creating motioned lines with an action script i wish to draw a line with a starting point and a final point and several crossing points in-between... i'm a bit lost with the use of functions... i hope this explaination is clear enough, otherwise i give you...more >>

pixel fonts
Posted by ZoomText at 9/2/2004 3:53:52 PM
I'm trying to create pages with small, readable text. I've started using pixel fonts to achieve this, but I've noticed many Flash sites that display very readable small text that doesn't get pixelated when the movie is zoomed-in on. How is this being achieved? What is the best approach for ...more >>

Hyperlink buttons
Posted by nrfirth at 9/2/2004 3:39:21 PM
I am creating a personal website and am a little lost at the moment. I donwloaded a nice template and modified it a little. I am having some trouble making the link buttons work. (The site is http://www4.ncsu.edu/~nrfirth.) What I want to happen is when I click on the words on any of the s...more >>

HTML input problems with floating Flash
Posted by epper1250 at 9/2/2004 2:26:43 PM
I am basically trying to float a flash animation over a client's webpage. However, the webpage has several text and drop down boxes embedded in the html for normal form input. Everything works great - except when the animation passes over anything in a <select tag. The select boxes are ...more >>

creating a website in Flash/Shockwave help!
Posted by shush at 9/2/2004 11:13:07 AM
Hi I want to create a website in Flash/Shockwave, I want when the user types in the URL for a html page to open up as well as the Shockwave main part of my site, how can this be done, here is an example of what I want to happen http://www.stylorouge.com thank you ...more >>

Already Menu bar!!!please help me
Posted by samannajafi NO[at]SPAM yahoo.co at 9/1/2004 1:27:14 PM
i still have a problem with menu bar control when i write the code for Changin menu the first menu is working properly but when i write code for second menu that is not work !!!! this is code: var menu = myMenuBar.addMenu("File"); menu.addMenuItem({label:"New", instanceName:"newInstan...more >>

Menu Bar Font
Posted by samannajafi NO[at]SPAM yahoo.co at 9/1/2004 7:40:05 AM
hi I want change menubar's font but i cant view this property in flash mx 2004 if you can please help me.... ...more >>


DevelopmentNow Blog