# flash

**URL:** https://forum.kirupa.com/c/programming/flash/38.md?page=1684

[Latest](https://forum.kirupa.com/latest.md) · [Categories](https://forum.kirupa.com/categories.md)

**Page:** 1685

---

## [How do I time the appearance of the duplicated images](https://forum.kirupa.com/t/how-do-i-time-the-appearance-of-the-duplicated-images/196732)

<div class="topic-metadata">

**Author:** [@fathed](https://forum.kirupa.com/u/fathed)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 4:34pm UTC](https://forum.kirupa.com/t/how-do-i-time-the-appearance-of-the-duplicated-images/196732 "2006-08-10T16:34:07Z")

</div>

I am trying to get these attached movie clips to attach themselves in a timed sequential order. One after the next. Any help would be great. I looked all over but didn't find an answer. Here is the code I am using: /…

---

## [Image color replacement](https://forum.kirupa.com/t/image-color-replacement/196728)

<div class="topic-metadata">

**Author:** [@jabberwokky](https://forum.kirupa.com/u/jabberwokky)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 4:07pm UTC](https://forum.kirupa.com/t/image-color-replacement/196728 "2006-08-10T16:07:56Z")

</div>

Hi, I've been trying to figure our how I can make this and I'm even sure if this is something I can do in flash. What I am trying to do is to have an image like this one and to change colors of walls from a swatch color…

---

## [Full Screen Toggle ScrollBars](https://forum.kirupa.com/t/full-screen-toggle-scrollbars/196725)

<div class="topic-metadata">

**Author:** [@Martha\_Stewart](https://forum.kirupa.com/u/Martha_Stewart)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 3:42pm UTC](https://forum.kirupa.com/t/full-screen-toggle-scrollbars/196725 "2006-08-10T15:42:00Z")

</div>

Hi Everyone, I have my flash at %100 width and height, and have three else statements which dictate the placement of the mc on my stage. What i would like to have is the user changes the screen width to anything smalle…

---

## [Help needed on modifying existing Flash file](https://forum.kirupa.com/t/help-needed-on-modifying-existing-flash-file/196724)

<div class="topic-metadata">

**Author:** [@SublimeDigital](https://forum.kirupa.com/u/SublimeDigital)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 3:36pm UTC](https://forum.kirupa.com/t/help-needed-on-modifying-existing-flash-file/196724 "2006-08-10T15:36:13Z")

</div>

Hi, I've been asked to modify an existing Chart builder application done in Flash. It consists of placing icons on a chart. They want to be able to resize those icons (Small, Medium or Large). I've tried to adapt a scrip…

---

## [AS3 loaded image transparency](https://forum.kirupa.com/t/as3-loaded-image-transparency/196723)

<div class="topic-metadata">

**Author:** [@codechino](https://forum.kirupa.com/u/codechino)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 3:19pm UTC](https://forum.kirupa.com/t/as3-loaded-image-transparency/196723 "2006-08-10T15:19:54Z")

</div>

is there a way to load a transparent image (using gif atm) and tell flash not to use the transparent pixels as part of the display object? this is mainly for the purpose of accurate mouseovers. currently, im masking the …

---

## [News Ticker/Menu](https://forum.kirupa.com/t/news-ticker-menu/196716)

<div class="topic-metadata">

**Author:** [@kraftomatic](https://forum.kirupa.com/u/kraftomatic)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:58pm UTC](https://forum.kirupa.com/t/news-ticker-menu/196716 "2006-08-10T13:58:23Z")

</div>

Hey Guys, I didn't see anything specifically covering this when I searched, so I'll pose the question here. I'm trying to build a ticker/menu, similar to what is currently on the ESPN home page. (\[COLOR=#22229c\]www.e…

---

## [Load image through XML and center it](https://forum.kirupa.com/t/load-image-through-xml-and-center-it/196715)

<div class="topic-metadata">

**Author:** [@xeyefex](https://forum.kirupa.com/u/xeyefex)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:54pm UTC](https://forum.kirupa.com/t/load-image-through-xml-and-center-it/196715 "2006-08-10T13:54:46Z")

</div>

Posted in the wrong forum, please delete. sorry.

---

## [3D max And Flash Help Needed](https://forum.kirupa.com/t/3d-max-and-flash-help-needed/196714)

<div class="topic-metadata">

**Author:** [@rafimmedia](https://forum.kirupa.com/u/rafimmedia)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:43pm UTC](https://forum.kirupa.com/t/3d-max-and-flash-help-needed/196714 "2006-08-10T13:43:34Z")

</div>

Here is the link http://www.romaingruner.com/v3/ iwant ot make like this . here i generate two type of movieclip one for Left side anim using 3dmax and another for Right Side Anim. and all i put in to flash it doses'…

---

## [Drawing application](https://forum.kirupa.com/t/drawing-application/196713)

<div class="topic-metadata">

**Author:** [@thomatrix](https://forum.kirupa.com/u/thomatrix)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:36pm UTC](https://forum.kirupa.com/t/drawing-application/196713 "2006-08-10T13:36:37Z")

</div>

Hey folkes, got a HUGE problem with a drawing application I'm creating. It just won't work and I can't seem to find the problem. If some AS knowledgeable person would take the time I'd be very grateful. Note - only the p…

---

## [Test your math](https://forum.kirupa.com/t/test-your-math/196712)

<div class="topic-metadata">

**Author:** [@tolk](https://forum.kirupa.com/u/tolk)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:31pm UTC](https://forum.kirupa.com/t/test-your-math/196712 "2006-08-10T13:31:40Z")

</div>

I'm using this as to work out positions on a bezier cubic curve: t = Math.min(Math.max((position/total),0),1); var cx = 3\* (control1.x - begin.x); var bx = 3\* (control2.x - control1.x) - cx; var ax = …

---

## [Flash EXE Problem](https://forum.kirupa.com/t/flash-exe-problem/196708)

<div class="topic-metadata">

**Author:** [@usef4u](https://forum.kirupa.com/u/usef4u)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:10pm UTC](https://forum.kirupa.com/t/flash-exe-problem/196708 "2006-08-10T13:10:37Z")

</div>

hi friends i have 10 to 15 different exe files which i want to play one after another, is there any way to play them. do i have to make the batch file and play the exe file Any help or suggestion would be appreciated …

---

## [Annoying Error Message](https://forum.kirupa.com/t/annoying-error-message/196707)

<div class="topic-metadata">

**Author:** [@h2o](https://forum.kirupa.com/u/h2o)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:03pm UTC](https://forum.kirupa.com/t/annoying-error-message/196707 "2006-08-10T13:03:00Z")

</div>

Sup y'all, I'm getting this really annoying error message when I try to view an .htm file that has a few of my .swfs in it. Every time I refresh the browser to see my changes it says: \*\*Macromedia Flash Player has st…

---

## [Random smooth waving line](https://forum.kirupa.com/t/random-smooth-waving-line/196694)

<div class="topic-metadata">

**Author:** [@kindoki](https://forum.kirupa.com/u/kindoki)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 10:03am UTC](https://forum.kirupa.com/t/random-smooth-waving-line/196694 "2006-08-10T10:03:24Z")

</div>

Hi guys, I've searched the net and I couldn't find anything on this. I have this line: \[image\] And I want it to randomly wave like if it was a hair in the wind, or like a snake moving, or even like a flame waving…

---

## [Quick Array question](https://forum.kirupa.com/t/quick-array-question/196692)

<div class="topic-metadata">

**Author:** [@Tony\_Bolero](https://forum.kirupa.com/u/Tony_Bolero)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 9:40am UTC](https://forum.kirupa.com/t/quick-array-question/196692 "2006-08-10T09:40:41Z")

</div>

\[FONT=monospace\]Can someone explain to me why this array script don´t work? \[/FONT\] submenus = \["sub\_menu1.portfolio", "submenu2\_.contact"\]; for(i = 0; i\<submenus.length; i++) { this\[submenus\*\].onRoll…

---

## [Musical Instrument Sound Problem](https://forum.kirupa.com/t/musical-instrument-sound-problem/196688)

<div class="topic-metadata">

**Author:** [@interfan](https://forum.kirupa.com/u/interfan)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 8:42am UTC](https://forum.kirupa.com/t/musical-instrument-sound-problem/196688 "2006-08-10T08:42:17Z")

</div>

Hi! I'm currently working on creating a glockenspiel using flash. I'm having trouble with the sound on the buttons. I need to be able to click the buttons in quick succession, but at the moment I can't - it works the fir…

---

## [How do you scroll animated MC's?](https://forum.kirupa.com/t/how-do-you-scroll-animated-mcs/196668)

<div class="topic-metadata">

**Author:** [@GarretB](https://forum.kirupa.com/u/GarretB)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 4:17am UTC](https://forum.kirupa.com/t/how-do-you-scroll-animated-mcs/196668 "2006-08-10T04:17:19Z")

</div>

I have a set of 8 animated thumbnail movie clips. How do I add a vertical scroll and still maintain onRollOver functionality?

---

## [Incorporating video](https://forum.kirupa.com/t/incorporating-video/196663)

<div class="topic-metadata">

**Author:** [@thegrrraue](https://forum.kirupa.com/u/thegrrraue)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 3:34am UTC](https://forum.kirupa.com/t/incorporating-video/196663 "2006-08-10T03:34:17Z")

</div>

Ok, so I'm creating a site in which there are numerous video files. Short clip here, then a few options on which video to play next. Because of this design, I'd like it to only load whatever video plays when the site pop…

---

## [Contact Form Help.....pleeeeeeez](https://forum.kirupa.com/t/contact-form-help-pleeeeeeez/196662)

<div class="topic-metadata">

**Author:** [@junkerjorg](https://forum.kirupa.com/u/junkerjorg)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 3:30am UTC](https://forum.kirupa.com/t/contact-form-help-pleeeeeeez/196662 "2006-08-10T03:30:23Z")

</div>

I am assisting someone on the forum with a contact form. I added just one line of code and made a PHP script using senoculars "Flash Based Email Form" tutorial. After uploading the swf and php to my site for testing I am…

---

## [How to go to specific scene from HTML](https://forum.kirupa.com/t/how-to-go-to-specific-scene-from-html/196660)

<div class="topic-metadata">

**Author:** [@leisuresuitlissy](https://forum.kirupa.com/u/leisuresuitlissy)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 3:25am UTC](https://forum.kirupa.com/t/how-to-go-to-specific-scene-from-html/196660 "2006-08-10T03:25:56Z")

</div>

Probably a dumb question, but does anyone know how to program a normal URL to go to a specific scene in a flash movie? Thanks m

---

## [Dynamic Pic Loader from scrolling pics doesn't load - please help](https://forum.kirupa.com/t/dynamic-pic-loader-from-scrolling-pics-doesnt-load-please-help/196657)

<div class="topic-metadata">

**Author:** [@jmpmusic](https://forum.kirupa.com/u/jmpmusic)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 2:28am UTC](https://forum.kirupa.com/t/dynamic-pic-loader-from-scrolling-pics-doesnt-load-please-help/196657 "2006-08-10T02:28:51Z")

</div>

Could someone please help me at getting this scrolling picture gallery to load the pictures dynamically from the button pics I've placed inside of it, so that the higher resolution pictures intended for the loader will …

---

## [FLV Cuepoint loads another SWF](https://forum.kirupa.com/t/flv-cuepoint-loads-another-swf/196655)

<div class="topic-metadata">

**Author:** [@sono](https://forum.kirupa.com/u/sono)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 2:20am UTC](https://forum.kirupa.com/t/flv-cuepoint-loads-another-swf/196655 "2006-08-10T02:20:52Z")

</div>

I am not sure if this is possible... \*\* Intro: \*\* I have a SWF that is divided into 4 parts (imagine a square divided into four equal square parts) Only one 1/4 is visible onscreen at any given time and the user slid…

---

## [AS-Scrollable Exteranl Text Prob. chris99022](https://forum.kirupa.com/t/as-scrollable-exteranl-text-prob-chris99022/196653)

<div class="topic-metadata">

**Author:** [@gloraver](https://forum.kirupa.com/u/gloraver)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:44am UTC](https://forum.kirupa.com/t/as-scrollable-exteranl-text-prob-chris99022/196653 "2006-08-10T01:44:15Z")

</div>

Hello Im having a really wacky problem. I need three text boxes all carrying different external text. I had them set up and they worked. Now all of a sudden they wont work server side. Ive tried everything I can think of…

---

## [Slow/Choppy Animation When Viewed Online](https://forum.kirupa.com/t/slow-choppy-animation-when-viewed-online/196651)

<div class="topic-metadata">

**Author:** [@nickcherryjiggz](https://forum.kirupa.com/u/nickcherryjiggz)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 1:28am UTC](https://forum.kirupa.com/t/slow-choppy-animation-when-viewed-online/196651 "2006-08-10T01:28:38Z")

</div>

When I view an swf file from my hard drive, the animation is smooth and snappy (a good thing). After I publish the file and view it online (with the same computer), it is noticeably slower and choppy. I don't know a grea…

---

## [Help: Flash Idea](https://forum.kirupa.com/t/help-flash-idea/196648)

<div class="topic-metadata">

**Author:** [@HecticMedia](https://forum.kirupa.com/u/HecticMedia)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 12:55am UTC](https://forum.kirupa.com/t/help-flash-idea/196648 "2006-08-10T00:55:48Z")

</div>

Hey all, I want to have a rectangle that, when a mouse rolls over will display a different word or phrase..then the mouse rolls off and it dissapears.. can anyone help me out? Thanks! Ben

---

## [Batch creation of a 3d object](https://forum.kirupa.com/t/batch-creation-of-a-3d-object/196647)

<div class="topic-metadata">

**Author:** [@saintlos](https://forum.kirupa.com/u/saintlos)\
**Replies:** 0\
**Last updated:** [August 10, 2006, 12:49am UTC](https://forum.kirupa.com/t/batch-creation-of-a-3d-object/196647 "2006-08-10T00:49:45Z")

</div>

Hi everyone, Question: can anyone please recommend a utility which can take an image (jpeg, gif) and create an swf file that shows rotation of the image around some axis? Preferrably - in batch mode... Thanks!!

---

## [2D image panning](https://forum.kirupa.com/t/2d-image-panning/196643)

<div class="topic-metadata">

**Author:** [@kay2464](https://forum.kirupa.com/u/kay2464)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 11:30pm UTC](https://forum.kirupa.com/t/2d-image-panning/196643 "2006-08-09T23:30:47Z")

</div>

Can anyone tell me how this was done, or what might all be involved for that matter in creating it? Would you say it's all 2D? Any advice would be great appreciated! http://www.scifi.com/eureka/ Thanks!!

---

## [Am very very curious as to how this was done](https://forum.kirupa.com/t/am-very-very-curious-as-to-how-this-was-done/196642)

<div class="topic-metadata">

**Author:** [@aknot](https://forum.kirupa.com/u/aknot)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 11:21pm UTC](https://forum.kirupa.com/t/am-very-very-curious-as-to-how-this-was-done/196642 "2006-08-09T23:21:17Z")

</div>

I hope I am not breaking protocol... But I am very curiosu as to how something was done... on the following site... http://www.vivaspinups.com/cms on the left side of the page is a graphic which appears to have a flash a…

---

## [Hey it doesn't work for me... " Scripting 3D in Flash"](https://forum.kirupa.com/t/hey-it-doesnt-work-for-me-scripting-3d-in-flash/196641)

<div class="topic-metadata">

**Author:** [@Spider2](https://forum.kirupa.com/u/Spider2)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 11:12pm UTC](https://forum.kirupa.com/t/hey-it-doesnt-work-for-me-scripting-3d-in-flash/196641 "2006-08-09T23:12:51Z")

</div>

I read this article but my object appears just once in the animation... :S why? http://www.kirupa.com/developer/actionscript/rotation\_center.htm thanxs a lot

---

## [Tween is laggy / choppy?](https://forum.kirupa.com/t/tween-is-laggy-choppy/196637)

<div class="topic-metadata">

**Author:** [@vizun](https://forum.kirupa.com/u/vizun)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 10:51pm UTC](https://forum.kirupa.com/t/tween-is-laggy-choppy/196637 "2006-08-09T22:51:30Z")

</div>

My motion tween is very choppy. Could someone look at my fla, and see why it is so slow, and possibly tell me how to speed it up? (I'm talking about the animation right after the preloader) (right click save as!) http:…

---

## [Trouble with button loading](https://forum.kirupa.com/t/trouble-with-button-loading/196627)

<div class="topic-metadata">

**Author:** [@JenEd](https://forum.kirupa.com/u/JenEd)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 9:25pm UTC](https://forum.kirupa.com/t/trouble-with-button-loading/196627 "2006-08-09T21:25:51Z")

</div>

Hey guys. I need some help really quick. I feel like i should be able to figure this out but i must be having a mind block. I'm puting together a portfolio in flash and can't get a button to work. When I first open my si…

[Previous page](https://forum.kirupa.com/c/programming/flash/38.md?page=1683)

[Next page](https://forum.kirupa.com/c/programming/flash/38.md?page=1685)
