# flash

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

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

**Page:** 583

---

## [Working with image without uploading it to server](https://forum.kirupa.com/t/working-with-image-without-uploading-it-to-server/290983)

<div class="topic-metadata">

**Author:** [@cellarium](https://forum.kirupa.com/u/cellarium)\
**Replies:** 0\
**Last updated:** [June 23, 2009, 9:33am UTC](https://forum.kirupa.com/t/working-with-image-without-uploading-it-to-server/290983 "2009-06-23T09:33:25Z")

</div>

Hi gays, is it possible to upload an image from local computer to online flash application, but without actual uploading it to a server, just in memory. Need to load picture, make some manipulations, print it from flash …

---

## [Attaching dynamically-named bitmaps from library](https://forum.kirupa.com/t/attaching-dynamically-named-bitmaps-from-library/290981)

<div class="topic-metadata">

**Author:** [@theMonitor](https://forum.kirupa.com/u/theMonitor)\
**Replies:** 0\
**Last updated:** [June 23, 2009, 9:06am UTC](https://forum.kirupa.com/t/attaching-dynamically-named-bitmaps-from-library/290981 "2009-06-23T09:06:16Z")

</div>

I've been attempting to attach bitmaps from the library in AS3, and have settled on a piece of code which works: var myBitmap:Bitmap = new Bitmap(new pic1(0,0)); myMovieClip.addChild(myBitmap); This seems to work f…

---

## [Using a variable to launch QT Lightbox](https://forum.kirupa.com/t/using-a-variable-to-launch-qt-lightbox/290979)

<div class="topic-metadata">

**Author:** [@flail](https://forum.kirupa.com/u/flail)\
**Replies:** 0\
**Last updated:** [June 23, 2009, 7:27am UTC](https://forum.kirupa.com/t/using-a-variable-to-launch-qt-lightbox/290979 "2009-06-23T07:27:23Z")

</div>

Hello, This is fairly complex, but I'd really appreciate some help. I'm trying to tweak some existing AS3 code that links to a URL, based on the "targetFrame" var. So can instead of having an html link, I'd like to u…

---

## [Useful tools for cellphones: Gphone/Nokia/BlackBerry/Mobile Phone…](https://forum.kirupa.com/t/useful-tools-for-cellphones-gphone-nokia-blackberry-mobile-phone/290977)

<div class="topic-metadata">

**Author:** [@linedoris8](https://forum.kirupa.com/u/linedoris8)\
**Replies:** 0\
**Last updated:** [June 23, 2009, 4:23am UTC](https://forum.kirupa.com/t/useful-tools-for-cellphones-gphone-nokia-blackberry-mobile-phone/290977 "2009-06-23T04:23:32Z")

</div>

\[FONT=Times New Roman\] \[/FONT\] \[FONT=Times New Roman\] Here I’d like to share some professional cellphone programmes, with which you can enjoy your cellphone more easily! \[/FONT\] \[FONT=Times New Roman\] \[/FON…

---

## [Concatenation?](https://forum.kirupa.com/t/concatenation/290973)

<div class="topic-metadata">

**Author:** [@Crystal](https://forum.kirupa.com/u/Crystal)\
**Replies:** 0\
**Last updated:** [June 23, 2009, 12:30am UTC](https://forum.kirupa.com/t/concatenation/290973 "2009-06-23T00:30:15Z")

</div>

Hello All- I have an input field with a variable that needs to be displayed within a dynamic text field. I have noticed that when I publish in Flash 8, there is a line break after the variable and I need to sentence t…

---

## [Layer loop](https://forum.kirupa.com/t/layer-loop/290970)

<div class="topic-metadata">

**Author:** [@Tjcrazy](https://forum.kirupa.com/u/Tjcrazy)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 9:41pm UTC](https://forum.kirupa.com/t/layer-loop/290970 "2009-06-22T21:41:18Z")

</div>

I've been using flash for... half a day now!!! And I am astonished how flexible it is. I can do everything that I needed to =). This is the fla, (No viruses... Scan it if you want \[image\]): \[URL="http://www.2shared.co…

---

## [Autodesk 3ds Max 2009 Download OEM](https://forum.kirupa.com/t/autodesk-3ds-max-2009-download-oem/290967)

<div class="topic-metadata">

**Author:** [@OemSOFT](https://forum.kirupa.com/u/OemSOFT)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 9:34pm UTC](https://forum.kirupa.com/t/autodesk-3ds-max-2009-download-oem/290967 "2009-06-22T21:34:52Z")

</div>

CHEAP CIALIS ONLINE BUYING $1.55 per pill BUY CHEAP GENERIC CIALIS CHEAP GENERIC CIALIC BUY online now\[center\]\[\[img\]http://www.blogs.medextreme.com/image/buying\_viagra.jpg\[/img\]\[url=http://www.newviagraforum.medsjoy.biz\]…

---

## [Simple array assignment?](https://forum.kirupa.com/t/simple-array-assignment/290965)

<div class="topic-metadata">

**Author:** [@marcelomdsc](https://forum.kirupa.com/u/marcelomdsc)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 9:11pm UTC](https://forum.kirupa.com/t/simple-array-assignment/290965 "2009-06-22T21:11:48Z")

</div>

Hello Ive create an array that holds 80 instance names for 80 movieClips. Dot1, Dot2, Dot3,....Dot80, with the following code... var Dots = new Array(); Dots\[0\] = null; for(i=1; i\<=80; i++) { Dots\* = "Dot" + i; } …

---

## [Nested MouseEvent Handlers (How to Prevent Event Bubbling?)](https://forum.kirupa.com/t/nested-mouseevent-handlers-how-to-prevent-event-bubbling/290964)

<div class="topic-metadata">

**Author:** [@JonnyR](https://forum.kirupa.com/u/JonnyR)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 9:11pm UTC](https://forum.kirupa.com/t/nested-mouseevent-handlers-how-to-prevent-event-bubbling/290964 "2009-06-22T21:11:03Z")

</div>

Hi All, I seem to have been stumped by what I assume is a very simple (and common) problem. I have attached a simplified version of the problem as a .fla but will continue to desribe it here. I have a "parent" butto…

---

## [Pause/Play problem](https://forum.kirupa.com/t/pause-play-problem/290956)

<div class="topic-metadata">

**Author:** [@Alex615](https://forum.kirupa.com/u/Alex615)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 6:49pm UTC](https://forum.kirupa.com/t/pause-play-problem/290956 "2009-06-22T18:49:27Z")

</div>

Hey, I created a flash video and I'm having some problems with the play/pause button. It pauses and plays the video just fine, but when you play it after you pause it, the audio and video goes out of sync. The audio play…

---

## [Actionscript 3 Bible (is there a newer one coming out?)](https://forum.kirupa.com/t/actionscript-3-bible-is-there-a-newer-one-coming-out/290955)

<div class="topic-metadata">

**Author:** [@flashdaddy](https://forum.kirupa.com/u/flashdaddy)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 6:19pm UTC](https://forum.kirupa.com/t/actionscript-3-bible-is-there-a-newer-one-coming-out/290955 "2009-06-22T18:19:40Z")

</div>

Hi All, Does anyone know (or have heard) of a newer AS3 Bible in the works? The current one was written back in 2007 so I'm thinking maybe there are some new practice or ways of doing things??

---

## [My WTF of the day: URLs and nested swfs](https://forum.kirupa.com/t/my-wtf-of-the-day-urls-and-nested-swfs/290952)

<div class="topic-metadata">

**Author:** [@BoppreH](https://forum.kirupa.com/u/BoppreH)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 5:46pm UTC](https://forum.kirupa.com/t/my-wtf-of-the-day-urls-and-nested-swfs/290952 "2009-06-22T17:46:17Z")

</div>

So, I have this bunch of classes to handle similar games, and all this classes are imported (and thus included) in a file called Library.swf. Each game loads this library and then use the classes that are inside, instead…

---

## [Detect AS version](https://forum.kirupa.com/t/detect-as-version/290951)

<div class="topic-metadata">

**Author:** [@Dimitree](https://forum.kirupa.com/u/Dimitree)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 5:27pm UTC](https://forum.kirupa.com/t/detect-as-version/290951 "2009-06-22T17:27:39Z")

</div>

Is there any way to detect the AS version in a swf?

---

## [Solutions to hacking?](https://forum.kirupa.com/t/solutions-to-hacking/290946)

<div class="topic-metadata">

**Author:** [@bLasTamos](https://forum.kirupa.com/u/bLasTamos)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 3:56pm UTC](https://forum.kirupa.com/t/solutions-to-hacking/290946 "2009-06-22T15:56:22Z")

</div>

Hi So I've been trying to come up with a way to stop people from using hacked versions of an swf application, either by creating a new one, by decompiling, hacking and recompiling the whole thing or simply by stealing th…

---

## [Help, need to pass data from a radio button](https://forum.kirupa.com/t/help-need-to-pass-data-from-a-radio-button/290944)

<div class="topic-metadata">

**Author:** [@somnamblst](https://forum.kirupa.com/u/somnamblst)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 3:25pm UTC](https://forum.kirupa.com/t/help-need-to-pass-data-from-a-radio-button/290944 "2009-06-22T15:25:07Z")

</div>

I have a data collect form that is passing name and email to a database. My fields are firstName, lastName. email and Optin. Optin is using the radioButton component and any value that could be interpreted as yes or no,…

---

## [Strange Glitchy Colour Box (onrollover/out + loader)](https://forum.kirupa.com/t/strange-glitchy-colour-box-onrollover-out-loader/290941)

<div class="topic-metadata">

**Author:** [@pinging](https://forum.kirupa.com/u/pinging)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 2:52pm UTC](https://forum.kirupa.com/t/strange-glitchy-colour-box-onrollover-out-loader/290941 "2009-06-22T14:52:13Z")

</div>

Hey everyone, i have a strange problem which is hard to pin down or find other examples of out there. I have setup a gallery at www.chameleonnation.com (under the gallery side in the artist section) In the artist sectio…

---

## [Draw text like Sprite (or how to get character contour)](https://forum.kirupa.com/t/draw-text-like-sprite-or-how-to-get-character-contour/290938)

<div class="topic-metadata">

**Author:** [@aibo](https://forum.kirupa.com/u/aibo)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 2:36pm UTC](https://forum.kirupa.com/t/draw-text-like-sprite-or-how-to-get-character-contour/290938 "2009-06-22T14:36:14Z")

</div>

Hi there, I've been doing a little experiments in the past week, and I have a trouble: how to draw a character like Sprite, so that I can do whatever I want with it. I've seen FIVe3D, which has an automated system whi…

---

## [Accessing classes in loaded swf](https://forum.kirupa.com/t/accessing-classes-in-loaded-swf/290937)

<div class="topic-metadata">

**Author:** [@bloogis](https://forum.kirupa.com/u/bloogis)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 2:22pm UTC](https://forum.kirupa.com/t/accessing-classes-in-loaded-swf/290937 "2009-06-22T14:22:33Z")

</div>

Hi, I have 2 swfs, one is main and it loads other file "skin.swf". skin contains object of custom class SkinClass. I can access it from main swf, but when I try to cast that object, the result is null. This happens whe…

---

## [removeChild()](https://forum.kirupa.com/t/removechild/290935)

<div class="topic-metadata">

**Author:** [@jeancnicolas](https://forum.kirupa.com/u/jeancnicolas)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 2:14pm UTC](https://forum.kirupa.com/t/removechild/290935 "2009-06-22T14:14:24Z")

</div>

Hi - In my simple code I am adding a swf via addChild. Fine. var nws:Loader = new Loader() nws.load(new URLRequest("news.swf")) addChild(nws) however further on in my code - I want this swf or nws var to be…

---

## [Tracing fontClass](https://forum.kirupa.com/t/tracing-fontclass/290934)

<div class="topic-metadata">

**Author:** [@Garfty](https://forum.kirupa.com/u/Garfty)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 2:00pm UTC](https://forum.kirupa.com/t/tracing-fontclass/290934 "2009-06-22T14:00:55Z")

</div>

Hi all, Hope everyone's well, just a quick question. I'm loading external font swf's, when using the textFormat class, the fonts come through perfectly and I am able to style them as I need. However I would like in tim…

---

## [LoaderInfo url as null for too long](https://forum.kirupa.com/t/loaderinfo-url-as-null-for-too-long/290933)

<div class="topic-metadata">

**Author:** [@BoppreH](https://forum.kirupa.com/u/BoppreH)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 2:00pm UTC](https://forum.kirupa.com/t/loaderinfo-url-as-null-for-too-long/290933 "2009-06-22T14:00:19Z")

</div>

I have a class that loads a handful of external swfs, and a preloader class to handle them all as a single object. I was having some strange problems with the loading process and tried tracing the urls to see which fil…

---

## [Highlight text inside a textInput component](https://forum.kirupa.com/t/highlight-text-inside-a-textinput-component/290928)

<div class="topic-metadata">

**Author:** [@kiwiki098](https://forum.kirupa.com/u/kiwiki098)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 12:25pm UTC](https://forum.kirupa.com/t/highlight-text-inside-a-textinput-component/290928 "2009-06-22T12:25:36Z")

</div>

Hi! I'd like to highlight / select text inside a textInput when the user sets the focus on it. My code (that doesn't work): txtInput.text="abcd"; // TextInput text var txtInputListener:Object = new Object(); // cre…

---

## [Making .mp4 with Actionscript 3 and what to use for 3D animation](https://forum.kirupa.com/t/making-mp4-with-actionscript-3-and-what-to-use-for-3d-animation/290927)

<div class="topic-metadata">

**Author:** [@laaptu](https://forum.kirupa.com/u/laaptu)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 12:22pm UTC](https://forum.kirupa.com/t/making-mp4-with-actionscript-3-and-what-to-use-for-3d-animation/290927 "2009-06-22T12:22:53Z")

</div>

Dear user, I have to load several images and then do 3D image animation. For this if I use Flash CS4 platform,do I have to use Papervision 3D or other 3D open source classes. Further,I have…

---

## [Multiple external .swf files into one](https://forum.kirupa.com/t/multiple-external-swf-files-into-one/290925)

<div class="topic-metadata">

**Author:** [@Ricoo](https://forum.kirupa.com/u/Ricoo)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 10:56am UTC](https://forum.kirupa.com/t/multiple-external-swf-files-into-one/290925 "2009-06-22T10:56:11Z")

</div>

Hy, i have a problem with inserting multiple external .swf files into one .swf. Its based on very simple .xml system. Otherwords I have index.swf which creates empty movieclips and pulls thru .xml file external .swf file…

---

## [Loading Image Bottommost Layer](https://forum.kirupa.com/t/loading-image-bottommost-layer/290923)

<div class="topic-metadata">

**Author:** [@energy](https://forum.kirupa.com/u/energy)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 10:42am UTC](https://forum.kirupa.com/t/loading-image-bottommost-layer/290923 "2009-06-22T10:42:31Z")

</div>

I'm loading an image in a UILoader Component (created during runtime). var lb:UILoader = new UILoader(); addChild(lb); Now when i load any image into this then it loads on top of everything.I know this is because it…

---

## [SWFAddress is absolutely killing me.. help appreciated](https://forum.kirupa.com/t/swfaddress-is-absolutely-killing-me-help-appreciated/290920)

<div class="topic-metadata">

**Author:** [@proeliumfessus](https://forum.kirupa.com/u/proeliumfessus)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 9:34am UTC](https://forum.kirupa.com/t/swfaddress-is-absolutely-killing-me-help-appreciated/290920 "2009-06-22T09:34:06Z")

</div>

I've been on swfaddress for two days now and I've already got the swf to the point that when I upload it and begin navigating, I can see the url changing in the address bar... the problem occurs when I try to use the for…

---

## [Simple Classes Question](https://forum.kirupa.com/t/simple-classes-question/290919)

<div class="topic-metadata">

**Author:** [@jeancnicolas](https://forum.kirupa.com/u/jeancnicolas)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 9:27am UTC](https://forum.kirupa.com/t/simple-classes-question/290919 "2009-06-22T09:27:41Z")

</div>

Hi .. Im just getting in to start using classes .. I have a very simple question:: So if I create a rollOver and rollOff class package - to change the alpha value of some buttons .. how do 'connect' them to my butto…

---

## [Embed font example for CS3](https://forum.kirupa.com/t/embed-font-example-for-cs3/290917)

<div class="topic-metadata">

**Author:** [@gag4n](https://forum.kirupa.com/u/gag4n)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 8:56am UTC](https://forum.kirupa.com/t/embed-font-example-for-cs3/290917 "2009-06-22T08:56:39Z")

</div>

I'm trying to use the following script to embed a font in a CS3 flash file. When I publish and preview it, all I get is a blank screen :S Can someone tell me if this script is valid for AS3/CS3? Thanks. \[LEFT\] pac…

---

## [someThin.text = String(value1) and multiple values](https://forum.kirupa.com/t/somethin-text-string-value1-and-multiple-values/290916)

<div class="topic-metadata">

**Author:** [@SonOfChaos](https://forum.kirupa.com/u/SonOfChaos)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 8:54am UTC](https://forum.kirupa.com/t/somethin-text-string-value1-and-multiple-values/290916 "2009-06-22T08:54:50Z")

</div>

someThin.text = String(value1) Okay, I'm using the above code to pass an integer to a dynamic textBox. The problem is I'd like to post a second variable (value2) in the same textBox as well as a '/' between them. I co…

---

## [Accessing nested functions and scope?](https://forum.kirupa.com/t/accessing-nested-functions-and-scope/290915)

<div class="topic-metadata">

**Author:** [@SonOfChaos](https://forum.kirupa.com/u/SonOfChaos)\
**Replies:** 0\
**Last updated:** [June 22, 2009, 8:50am UTC](https://forum.kirupa.com/t/accessing-nested-functions-and-scope/290915 "2009-06-22T08:50:59Z")

</div>

Okay, this would make my life a lot easier if this could be done somehow. How can one class access a nested function in another class. Examplish. main class{ public function main(){ doSomethin(); public fu…

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

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