# flash

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

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

**Page:** 1687

---

## [Mouse pointer remain after rollover](https://forum.kirupa.com/t/mouse-pointer-remain-after-rollover/196520)

<div class="topic-metadata">

**Author:** [@Hunson](https://forum.kirupa.com/u/Hunson)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 2:42am UTC](https://forum.kirupa.com/t/mouse-pointer-remain-after-rollover/196520 "2006-08-09T02:42:47Z")

</div>

gosh this is really confusing, my teacher never taught me this is class :0 how do you make the mouse NOT change into a small handshape or any other image when u rollover a button? instead it will remain the default poi…

---

## [Load 7 movies - too much?](https://forum.kirupa.com/t/load-7-movies-too-much/196519)

<div class="topic-metadata">

**Author:** [@Hunson](https://forum.kirupa.com/u/Hunson)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 2:25am UTC](https://forum.kirupa.com/t/load-7-movies-too-much/196519 "2006-08-09T02:25:21Z")

</div>

I'm making this commercial website where a movie if loaded over a movie then another movie - then another then another...... the idea is to produce a sorta 3d effect as you go page to page. the client has give me -re…

---

## [Multiple instanes of thumb scroller](https://forum.kirupa.com/t/multiple-instanes-of-thumb-scroller/196518)

<div class="topic-metadata">

**Author:** [@rapo](https://forum.kirupa.com/u/rapo)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 1:34am UTC](https://forum.kirupa.com/t/multiple-instanes-of-thumb-scroller/196518 "2006-08-09T01:34:19Z")

</div>

I have two instances of the xml photogallery one has the thumbs working the other loads the thumbs but doesn't scroll. this is my code for the second intance. function thumbNailScroller() { // thumbnail code! this.…

---

## [5000 threads](https://forum.kirupa.com/t/5000-threads/196516)

<div class="topic-metadata">

**Author:** [@pittsburghjoe](https://forum.kirupa.com/u/pittsburghjoe)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 12:45am UTC](https://forum.kirupa.com/t/5000-threads/196516 "2006-08-09T00:45:32Z")

</div>

woot

---

## [River City Ransom](https://forum.kirupa.com/t/river-city-ransom/196515)

<div class="topic-metadata">

**Author:** [@makarman](https://forum.kirupa.com/u/makarman)\
**Replies:** 0\
**Last updated:** [August 9, 2006, 12:38am UTC](https://forum.kirupa.com/t/river-city-ransom/196515 "2006-08-09T00:38:02Z")

</div>

I'm trying to recreate River City Ransom in flash, and I'm not having the best of luck. \[frowning\] http://mediamax.streamload.com/makarman/Hosted/River%20City%20Ransom%20Marathon.fla Look at the intervals kicktimer …

---

## [Table (Just a few lines of code and I don't see a bug)](https://forum.kirupa.com/t/table-just-a-few-lines-of-code-and-i-dont-see-a-bug/196505)

<div class="topic-metadata">

**Author:** [@Maks\_Baum](https://forum.kirupa.com/u/Maks_Baum)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 11:04pm UTC](https://forum.kirupa.com/t/table-just-a-few-lines-of-code-and-i-dont-see-a-bug/196505 "2006-08-08T23:04:49Z")

</div>

var dane:Array = new Array(); dane\_xml = new XML(); dane\_xml.ignoreWhite = true; dane\_xml.onLoad = function(sucess) { if (sucess) { processBook(dane\_xml); } }; dane\_xml.load('dane.xml'); function processB…

---

## [View HTML pages into flash](https://forum.kirupa.com/t/view-html-pages-into-flash/196504)

<div class="topic-metadata">

**Author:** [@dmassive](https://forum.kirupa.com/u/dmassive)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 10:53pm UTC](https://forum.kirupa.com/t/view-html-pages-into-flash/196504 "2006-08-08T22:53:49Z")

</div>

Is there any way to load a html page with tables & images into flash? I use a TextArea component to load a html page with table & images, but table & image position is ignored \[frowning\] I made a simple example: Look…

---

## [XML and Flash 8](https://forum.kirupa.com/t/xml-and-flash-8/196503)

<div class="topic-metadata">

**Author:** [@cmos](https://forum.kirupa.com/u/cmos)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 10:25pm UTC](https://forum.kirupa.com/t/xml-and-flash-8/196503 "2006-08-08T22:25:42Z")

</div>

Here was my initial goal: Was to make a flash application that loads content from an xml file. Attached is the working file with xml doc. This file currently will load the bullets from the xml doc and display them …

---

## [Using loaded external text to control movie clips/timeline?](https://forum.kirupa.com/t/using-loaded-external-text-to-control-movie-clips-timeline/196501)

<div class="topic-metadata">

**Author:** [@macgirl](https://forum.kirupa.com/u/macgirl)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 10:02pm UTC](https://forum.kirupa.com/t/using-loaded-external-text-to-control-movie-clips-timeline/196501 "2006-08-08T22:02:39Z")

</div>

Hi everyone! I've been away from Flash for a while and I've gotten pretty rusty (not to suggest I was very good before, but... \[dog\] I use an externally loaded text file that loads into a movie for simplicity's sake f…

---

## [Opening a window without adress bar with a getURL](https://forum.kirupa.com/t/opening-a-window-without-adress-bar-with-a-geturl/196499)

<div class="topic-metadata">

**Author:** [@berkoWitZ](https://forum.kirupa.com/u/berkoWitZ)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 9:42pm UTC](https://forum.kirupa.com/t/opening-a-window-without-adress-bar-with-a-geturl/196499 "2006-08-08T21:42:17Z")

</div>

I explain everything in the title...I have a button, with a getUrl action, but I need to hide the address bar form the users when the window appears, how can I do it? through javascript?? any idea? thanks a ton!

---

## [Move movieclip to click](https://forum.kirupa.com/t/move-movieclip-to-click/196490)

<div class="topic-metadata">

**Author:** [@Sinned\_B](https://forum.kirupa.com/u/Sinned_B)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 7:47pm UTC](https://forum.kirupa.com/t/move-movieclip-to-click/196490 "2006-08-08T19:47:04Z")

</div>

What script do I need to make this: If I click 300px from the left, and 10px from top, that the movieclip move's to 300px from the left and 10px from the top. Sinned-B PS. Sorry for my bad English, I am Dutch

---

## [Contextual Menu "Save Image As..." approach](https://forum.kirupa.com/t/contextual-menu-save-image-as-approach/196488)

<div class="topic-metadata">

**Author:** [@graylensman](https://forum.kirupa.com/u/graylensman)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 7:37pm UTC](https://forum.kirupa.com/t/contextual-menu-save-image-as-approach/196488 "2006-08-08T19:37:21Z")

</div>

I'm creating code for a right-click contextual menu for images in a Flash movie. I've got no problem making the menu itself. Where I'm stuck is working out the code for a "Save Image As..." option. I can call up the in…

---

## [Centering external images in MC](https://forum.kirupa.com/t/centering-external-images-in-mc/196483)

<div class="topic-metadata">

**Author:** [@thalamus](https://forum.kirupa.com/u/thalamus)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 7:22pm UTC](https://forum.kirupa.com/t/centering-external-images-in-mc/196483 "2006-08-08T19:22:47Z")

</div>

Hello: I have thumbnails of various dimensions that I am trying to center upon loading into a mc. I have tried other suggestions from posts on this forum, like create a container mc and load the jpg into that, then pla…

---

## [Flash Projector: Fixed size?](https://forum.kirupa.com/t/flash-projector-fixed-size/196469)

<div class="topic-metadata">

**Author:** [@Thinker2501](https://forum.kirupa.com/u/Thinker2501)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 5:38pm UTC](https://forum.kirupa.com/t/flash-projector-fixed-size/196469 "2006-08-08T17:38:09Z")

</div>

Is it possible to make a projector that doesn't let the user resize the window?

---

## [Create arrays from array!](https://forum.kirupa.com/t/create-arrays-from-array/196466)

<div class="topic-metadata">

**Author:** [@Zaid\_W1red](https://forum.kirupa.com/u/Zaid_W1red)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 5:27pm UTC](https://forum.kirupa.com/t/create-arrays-from-array/196466 "2006-08-08T17:27:41Z")

</div>

Hey guys, tryign to use something liek this: var section:Array = new Array(); section = \["a","b","c"\]; for(item in section){ \_root\[item\]= new Array{} } to create array objects from each item in the 'se…

---

## [\[Flash 8 Class\] Variable Alias no longer working](https://forum.kirupa.com/t/flash-8-class-variable-alias-no-longer-working/196465)

<div class="topic-metadata">

**Author:** [@function82](https://forum.kirupa.com/u/function82)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 5:24pm UTC](https://forum.kirupa.com/t/flash-8-class-variable-alias-no-longer-working/196465 "2006-08-08T17:24:01Z")

</div>

I like to make alias varaibles for long names, so that i don't have to keep repeating huge lines of text, but when i try to create one for a custom class, it fails. Clients\["Client"+i\] = new Client(); var Client:Objec…

---

## [On(release) box moves to alternating spot per button click](https://forum.kirupa.com/t/on-release-box-moves-to-alternating-spot-per-button-click/196464)

<div class="topic-metadata">

**Author:** [@Jolly\_Fat\_Man](https://forum.kirupa.com/u/Jolly_Fat_Man)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 5:14pm UTC](https://forum.kirupa.com/t/on-release-box-moves-to-alternating-spot-per-button-click/196464 "2006-08-08T17:14:07Z")

</div>

I got this idea from a site I saw somewhere in here, and I can't remember what the name was so I'm asking you guys. :+) It was a box with logo that started centered on screen, and with each button clicked it moved tow…

---

## [Tree Component - Non clicky folders](https://forum.kirupa.com/t/tree-component-non-clicky-folders/196459)

<div class="topic-metadata">

**Author:** [@pablo\_2006](https://forum.kirupa.com/u/pablo_2006)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 4:39pm UTC](https://forum.kirupa.com/t/tree-component-non-clicky-folders/196459 "2006-08-08T16:39:40Z")

</div>

How do I prevent folders from acting like URL links ? Every time I click on a folder, it creates an error. The pages work fine. I just want the folders to open, but not activate. var xml:XML = new XML(); xml.ignoreWh…

---

## [Detect Mouse Click Outside Flash Movie Area](https://forum.kirupa.com/t/detect-mouse-click-outside-flash-movie-area/196457)

<div class="topic-metadata">

**Author:** [@jbkons](https://forum.kirupa.com/u/jbkons)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 4:26pm UTC](https://forum.kirupa.com/t/detect-mouse-click-outside-flash-movie-area/196457 "2006-08-08T16:26:01Z")

</div>

Hi Guys, I was wondering if there was a way to detect a mouse click outside of the flash movie area. I understand that it could be done via javascript, but I was wondering if there was a way to detect a click outside …

---

## [A printing event](https://forum.kirupa.com/t/a-printing-event/196447)

<div class="topic-metadata">

**Author:** [@samuelmarquez](https://forum.kirupa.com/u/samuelmarquez)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 2:02pm UTC](https://forum.kirupa.com/t/a-printing-event/196447 "2006-08-08T14:02:42Z")

</div>

can anyone give me a action script on printing a image on my flash:angel: August,15,2006 Clock Day 2006 on www.newgrounds.com/collections/clockcrew/ :evil2:

---

## [Complex Button Rollover Tutorial Question](https://forum.kirupa.com/t/complex-button-rollover-tutorial-question/196446)

<div class="topic-metadata">

**Author:** [@pete9507](https://forum.kirupa.com/u/pete9507)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 1:58pm UTC](https://forum.kirupa.com/t/complex-button-rollover-tutorial-question/196446 "2006-08-08T13:58:59Z")

</div>

Hi I'm working on the Complex Button Rollover/ Rollout Effects tutorial with Flash 8(here is the link: http://kirupa.com/developer/mx2004/button\_effect.htm In the tutorial the button opens a new window for a web page. …

---

## [Firefox crash](https://forum.kirupa.com/t/firefox-crash/196445)

<div class="topic-metadata">

**Author:** [@williby27](https://forum.kirupa.com/u/williby27)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 1:50pm UTC](https://forum.kirupa.com/t/firefox-crash/196445 "2006-08-08T13:50:12Z")

</div>

Check out the site i'm currently working on: click here Does it crash / pause/ stuff up when you click on media? basically i think the media section is bugged.

---

## [\[Flash 8\] Manipulating objects in an array?](https://forum.kirupa.com/t/flash-8-manipulating-objects-in-an-array/196438)

<div class="topic-metadata">

**Author:** [@Sirius](https://forum.kirupa.com/u/Sirius)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 12:55pm UTC](https://forum.kirupa.com/t/flash-8-manipulating-objects-in-an-array/196438 "2006-08-08T12:55:33Z")

</div>

Hi. This should hopefully just be a quickie. I'm slowly starting to learn Flash and Actionscript and right now I'm a bit more stuck than usual. I have an array, "container", to which new movieclips are added by cl…

---

## [RSS Feed with 1 'undefined' node, and a backup plan needed!](https://forum.kirupa.com/t/rss-feed-with-1-undefined-node-and-a-backup-plan-needed/196436)

<div class="topic-metadata">

**Author:** [@Aussie01](https://forum.kirupa.com/u/Aussie01)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 12:54pm UTC](https://forum.kirupa.com/t/rss-feed-with-1-undefined-node-and-a-backup-plan-needed/196436 "2006-08-08T12:54:00Z")

</div>

Hi, I have the following code that is a part of an XML object in my actionscript. It fills a dynamic text field (which is buried in a few symbols) with text from the RSS feed. Problem is, one of the nodes on the RSS …

---

## [Get Current FontSize](https://forum.kirupa.com/t/get-current-fontsize/196435)

<div class="topic-metadata">

**Author:** [@kevmann16](https://forum.kirupa.com/u/kevmann16)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 12:47pm UTC](https://forum.kirupa.com/t/get-current-fontsize/196435 "2006-08-08T12:47:45Z")

</div>

Hi, I have a dynamic text box called artOne that I want to allow the user to decrease and increase the text size whenever they want. I can set up small, default and large options but I would prefer to have - & + buttons…

---

## [XML Link in textfiled](https://forum.kirupa.com/t/xml-link-in-textfiled/196434)

<div class="topic-metadata">

**Author:** [@Vectar](https://forum.kirupa.com/u/Vectar)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 12:39pm UTC](https://forum.kirupa.com/t/xml-link-in-textfiled/196434 "2006-08-08T12:39:14Z")

</div>

Hi everybody i have a XML problem. I allready posted a simular question on the forum a couple of days ago and found the trick. http://www.kirupa.com/forum/showthread.php?t=228962 Now i want the textfield of the kirup…

---

## [Using variable value to refer to a movieclip on stage](https://forum.kirupa.com/t/using-variable-value-to-refer-to-a-movieclip-on-stage/196432)

<div class="topic-metadata">

**Author:** [@craigjr](https://forum.kirupa.com/u/craigjr)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 11:42am UTC](https://forum.kirupa.com/t/using-variable-value-to-refer-to-a-movieclip-on-stage/196432 "2006-08-08T11:42:20Z")

</div>

Basically I have a variable in which I store various numbers depending on other aspects of the flash movie and I have a bunch of movieclips that are on the stage all named by number. I want to use the variable value to a…

---

## [Special chars & xml send method](https://forum.kirupa.com/t/special-chars-xml-send-method/196429)

<div class="topic-metadata">

**Author:** [@FredrikGeers](https://forum.kirupa.com/u/FredrikGeers)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 10:24am UTC](https://forum.kirupa.com/t/special-chars-xml-send-method/196429 "2006-08-08T10:24:16Z")

</div>

I'm sending an xml file from flash to php, so php can save it to the servers filesystem. It works great, except when there's a node with a special char like a quote in it. My actionscript code is like this: xmlExpor…

---

## [Unload Flash Movie From Screen](https://forum.kirupa.com/t/unload-flash-movie-from-screen/196422)

<div class="topic-metadata">

**Author:** [@rajesh84](https://forum.kirupa.com/u/rajesh84)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 9:00am UTC](https://forum.kirupa.com/t/unload-flash-movie-from-screen/196422 "2006-08-08T09:00:28Z")

</div>

Hai friends, Thanks For Urs Previous Helps.Now I Face A Problem.I Made A Flash .exe File.That Contains Several Movie Clip.But All The Movie Clips Are Playing Repeatdly When It Execute.My Wish Is To Unload T…

---

## [Masking dynamic text?](https://forum.kirupa.com/t/masking-dynamic-text/196417)

<div class="topic-metadata">

**Author:** [@Ohls](https://forum.kirupa.com/u/Ohls)\
**Replies:** 0\
**Last updated:** [August 8, 2006, 7:30am UTC](https://forum.kirupa.com/t/masking-dynamic-text/196417 "2006-08-08T07:30:29Z")

</div>

Is it my version or something that is bugged or cant you mask dynamic text? Or is there some special way you have to do it? It just doesnt work :/ thanks for any help, I feel really stupid \>\<.

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

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