Archived Months
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 > flash (macromedia) > march 2007 > threads for friday march 23

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

button in movie clip
Posted by j-head at 3/23/2007 9:35:59 PM
I have a button in a movie clip that appears to work properly in terms of acting like a button however its not taking me to a named frame on the timeline. when i take this button out of the movie clip and place it on the main timeline it works just fine. current action script as shown below:...more >>


getURL mainFrame
Posted by Psychoboy8 at 3/23/2007 9:26:52 PM
I have created a Rollover Button Code: stop(); hitspot.onRollOver = function(){ gotoAndPlay(2); } hitspot.onRollOut = function(){ gotoAndPlay(7); } hitspot.onPress = function() { getURL("birthday.html", mainFrame) } But the link opens in a blank tab on both IE and...more >>

fullscreen not working
Posted by grover970 at 3/23/2007 9:07:46 PM
I have a flash presentation that is 16:9 and I am setting it to go fullscreen fscommand("fullscreen", "true"); fscommand("allowscale", "true"); Once I click the EXE file, my monitor(which is widescreen as well) flickers and the presentation opens in a normal window. The flash document ...more >>

Loop *.flv in reverse
Posted by bmusson at 3/23/2007 8:55:38 PM
http://materialsDirect.net/ Hi all! I am building a virtual host with a *.flv streaming into a *.swf. You can see the examle above (stock video from Ultra 2) I want her to kinda just "hang out" on the site using a loop. To avoid the skip at the end of the loop, I want to make the clip r...more >>

about a 3d ebook
Posted by Gun Tommy at 3/23/2007 8:28:49 PM
Dera Friends, I am looking for a free softwere or any other way to produce an e-book. Something that turns pages of an e-book like http://www.desktopauthor.com/ is there any body there who knows? Tommy ...more >>

Change an FLA filename?
Posted by Peacebean22 at 3/23/2007 8:28:31 PM
Hey folks.... am I not allowed to change the fla filename? I did (made a copy and renamed because I was about to make some really big changes) and now the FLVS that are imbedded on the stage in my project won't play. GRR.... please help! ...more >>

importing a PNG mask into Flash 8
Posted by scottba at 3/23/2007 8:12:25 PM
I have a white custom shape I've exported from FW as a PNG 32-bit so it has transparent areas. Is there a way to use that as a mask so that only the white is acting as the mask? I only get the entire rectangle area that defines the whole png file as a mask and not the shape itself, though the ...more >>

Playing two video clips sequentially
Posted by videoned at 3/23/2007 7:16:24 PM
OK - this is my first post to this forum. I've been working with Flash for a while. No problem with basic timeline images, text, and music. (See pvhistory.org splash page). I've also got no problem encoding and uploading video to play on the web. (see the onliine history show playback on t...more >>



Trouble with built-in quiz template
Posted by diorbabej at 3/23/2007 6:27:23 PM
I've recently started learning how to use Flash on my own and was trying to using Flash 8 Pro's built-in quiz template. I've run into difficulty modifying the preset interactions. Whenever I either remove an interaction/frame or add a new interaction/frame/keyframe(such as multiple choice), ...more >>

Disable Looping
Posted by sgtbenc at 3/23/2007 6:22:39 PM
How do you turn off looping on your .swf by default? I've searched and searched....more >>

sorry! Old MX question
Posted by eongbend at 3/23/2007 6:22:13 PM
Flash MX won't launch. I reinstalled system software (10.4.9) and now Flash won't launch. Reinstalled Flash MX.. but still no good. Is there something I'm missing?...more >>

Help With Flash Buttons
Posted by ForensicBop at 3/23/2007 6:04:41 PM
Dear Readers I am puzzled! lol. I was looking at the Radio 1 homepage today http://www.bbc.co.uk/radio1 On the homepage there is a Flash menu with a series of buttons titled "Sienna Miller" and "Faithless" etc etc. These buttons finish their loop cycle even though the mous-out event ha...more >>

list tag in chinese font
Posted by castten at 3/23/2007 5:06:25 PM
Hi, I am trying to display a list tag ("<li>") with "MS Mincho". But the bullet is displayed wrong (the rect that appears when a character isn't found). I tried to add all characters but it did not work. TIA...more >>

Difference between FLEX and FLASH
Posted by DelinquentMe at 3/23/2007 3:32:05 PM
could someone explain to me how these two programs are similar and how they are different and if you have the time/knowledge a little bit of how FLEX is utilized...more >>

Flash video studio
Posted by euanuk at 3/23/2007 3:30:09 PM
Hi, I am developing a website which will contain 2 videos and a QTVR. I am developing the videos in imovie, this file will be pretty large once finished I expect. By converting it into a flash video will it save space and loading time, I have looked at a program called flash video studio ...more >>

flash video idiot
Posted by aladiyat23 at 3/23/2007 3:20:44 PM
hi, i couldnt find what i needed in a search of the forum... hope somebody can help! :) i have an mp4 video i'd like to display on a webpage. I'd like to place it in a skin that looks like a tv and from what ive read elsewhere flash is the way to do this. Do i need to convert this mp4 to F...more >>

Flash Movie unwanted loops
Posted by gkshane at 3/23/2007 3:02:46 PM
I have a few images set up to play like a slide show and I have also added some audio. Shortly after the last image has been displayed the movie starts to loop while the audio is still playing. It is as if it is playing in rounds. It continues doing this untill I have multiple audios playing ...more >>

getURL and blankness
Posted by James at 3/23/2007 2:32:58 PM
Hi Guys, I've got a really frustrating problem. I have a stage with one textbox called 'webinput,' upon hitting enter the following lines of code are processed; addresso = "http://www." + webinput + ".com"; getURL(addresso, "_self"); both 'webinput' and 'addresso' have been declared e...more >>

Flash and Closed-Captioning
Posted by Arboretum at 3/23/2007 1:02:05 PM
How is the closed-captioning acheived on the http://www.adobe.com/products/studio/cs_video/big_spaceship/? Thanks. ...more >>

Two flash components - one's drops down menu hidden by other, wmode = transparent not working
Posted by rexdtripod NO[at]SPAM hotmail.com at 3/23/2007 10:41:46 AM
I can't move the two components away from each other and can't combine them. They sit like this... COMPONENT 1 COMPONENT 2 Component 1 is a thin nav bar with drop down menus. Component 2 is an oddly shaped flash component. Component 1's drop down menus fall underneath Component 2. ...more >>

Gray Screens and Dynamic Pix
Posted by Window Frog at 3/23/2007 9:22:19 AM
Hello gurus, I was recently on a site that had a very cool bit of Flash that I'd like to use in some of my own sites. Essentially there is an regular html page w/ a thumbnail on it. When the user clicks the thumbnail instead of the usual pop window, the whole window gets a gray overlay at about ...more >>

had problem importing illus EPS to Flash.. HEPL
Posted by kvinsz at 3/23/2007 3:22:35 AM
i had created some object in illustrator then save to illustrator EPS format in order to import to flash and animate it . but after i click on the "import" in flash .. then came out an error says " The EPS file was not completely understood. Part or all of the file may be missing. Flash onl...more >>

Cool Job In London
Posted by Tony Heagren at 3/23/2007 2:50:30 AM
A few days ago I posted asking what had happened to the jobs forum that Macromeda used to run. I asked where I might (appropriately) advertise a freelance job that has come up in the company. I was surprised to receive zero repsponses from the community, or from Adobe. So I'll just adv...more >>

Shifting layers
Posted by jkmusic at 3/23/2007 1:04:23 AM
I am not by any means a fluent flash user. My issue is that I have decided to combine several flash movies into one. I exported a movie and pasted it into an existing new layer of a flash document that already has several layers. What I need to do is to make the flash document bigger from the...more >>

Hoover button with appearing text blocks
Posted by Gatta Design at 3/23/2007 12:00:00 AM
I have created 4 different text buttons with a hoover "Over" effect having appearing text blocks. All 4 buttons have the text blocks appearing in the same space. In the frame for "Up" I have only the text button and the text blocks are only placed on the frame for "Over". Now - my problem...more >>

Importing from Photoshop (problems)
Posted by Adam / at 3/23/2007 12:00:00 AM
Hi I have designed my site in Photoshop and want to get it into flash. Im exporting it into image ready and the exporting it as a SWF to import into flash. Flash imports the file as layers but it puts each text character into a seperate text box, so for example if i have a large area o...more >>

SWF Arguments -- Newbie
Posted by Mady79 at 3/23/2007 12:00:00 AM
Hi, I want to read the parameters passed from my javascript say if i pass the argument like (test.swf?id=0239) I need to get the id value of 0239 in my flash movie. Please let me know how do we do it. Am a fresher in this.... Thanks in Advance. Madan KN ...more >>

Flash Forms
Posted by Outside5.com at 3/23/2007 12:00:00 AM
Hi all, I am going to be building a Flash site requiring a validated form. I have plenty of experience validating form entry with htmnl forms and ColdFusion, but have never used Flash for forms. Can anyone point me in the right direction for some how to's or tutorials on: a. building ...more >>

Links to SWF files inside Flash
Posted by sylpogi at 3/23/2007 12:00:00 AM
Hello, I have built a FLA file in which I have put 2 instances (of a symbol). I want these instances to link towards SWF files, so here is my script : object1_inst.onPress=function(){ getURL("docs/file1.swf","_blank"); } object2_inst.onPress=function(){ getURL("docs/file2.swf","...more >>


DevelopmentNow Blog