# Uncategorized

**URL:** https://forum.kirupa.com/c/uncategorized/1.md?page=339

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

**Page:** 340

---

## [Transparent background for webpage?](https://forum.kirupa.com/t/transparent-background-for-webpage/299995)

<div class="topic-metadata">

**Author:** [@steviespin](https://forum.kirupa.com/u/steviespin)\
**Replies:** 0\
**Last updated:** [November 14, 2009, 1:00am UTC](https://forum.kirupa.com/t/transparent-background-for-webpage/299995 "2009-11-14T01:00:29Z")

</div>

hey there! I'd like to do the following but not sure how or if it's possible: have a gateway button that resizes the browser window to the size of the user's screen. since this would vary, i'd like my flash elements …

---

## [Pen tool question](https://forum.kirupa.com/t/pen-tool-question/299985)

<div class="topic-metadata">

**Author:** [@flashjones](https://forum.kirupa.com/u/flashjones)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 6:31pm UTC](https://forum.kirupa.com/t/pen-tool-question/299985 "2009-11-13T18:31:13Z")

</div>

I believe I have accidentally changed a setting inside my pen tool. I have previously been able to create a path using pen tool and when I created a new selection it was the area I created inside the path. Now for some r…

---

## [Detecting mouse to stop timer](https://forum.kirupa.com/t/detecting-mouse-to-stop-timer/299984)

<div class="topic-metadata">

**Author:** [@geestring](https://forum.kirupa.com/u/geestring)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 6:26pm UTC](https://forum.kirupa.com/t/detecting-mouse-to-stop-timer/299984 "2009-11-13T18:26:04Z")

</div>

I want to detect if the cursor is over a movieclip to stop the timer that i have? What's the best way? MousEvent.ROLL\_OVER will force me to use another function, leaving me with no access to do myTimer.stop();

---

## [Assigning keys](https://forum.kirupa.com/t/assigning-keys/299983)

<div class="topic-metadata">

**Author:** [@GuntherRox](https://forum.kirupa.com/u/GuntherRox)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 6:05pm UTC](https://forum.kirupa.com/t/assigning-keys/299983 "2009-11-13T18:05:04Z")

</div>

i need help on how to create an script where i can have the key A load another frame. any suggestions? ohh what i mean is, i have a movieclip, named A, and when play it i want to be able to hit the key A and make it l…

---

## [Tweening](https://forum.kirupa.com/t/tweening/299981)

<div class="topic-metadata">

**Author:** [@gangsta101](https://forum.kirupa.com/u/gangsta101)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 5:38pm UTC](https://forum.kirupa.com/t/tweening/299981 "2009-11-13T17:38:03Z")

</div>

what's good Flash community. I got a lil problem with TimelineLite... the TimelineLite function is not running when called from another function which has been called from yet another function. Here's the code: var but…

---

## [Pausing sounds that are embedded in a movieclip?](https://forum.kirupa.com/t/pausing-sounds-that-are-embedded-in-a-movieclip/299979)

<div class="topic-metadata">

**Author:** [@Ryoka87](https://forum.kirupa.com/u/Ryoka87)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 5:13pm UTC](https://forum.kirupa.com/t/pausing-sounds-that-are-embedded-in-a-movieclip/299979 "2009-11-13T17:13:05Z")

</div>

Hey guys, I have a movieclip that contains an animation with several soundeffects in it. Now i would like to be able to pause the animation and play it again. Which isn't so hard for the animation itself but it is for…

---

## [Image stretching issue](https://forum.kirupa.com/t/image-stretching-issue/299975)

<div class="topic-metadata">

**Author:** [@Navarone](https://forum.kirupa.com/u/Navarone)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 3:32pm UTC](https://forum.kirupa.com/t/image-stretching-issue/299975 "2009-11-13T15:32:47Z")

</div>

On my web page I am developing, I am having trouble getting the left hand image to stretch with the table on the right. I need to be able to have this left hand image stretch as the table grows or shrinks. Currently I am…

---

## [Remove child problem](https://forum.kirupa.com/t/remove-child-problem/299970)

<div class="topic-metadata">

**Author:** [@sta777](https://forum.kirupa.com/u/sta777)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 3:01pm UTC](https://forum.kirupa.com/t/remove-child-problem/299970 "2009-11-13T15:01:41Z")

</div>

Hi, I'm having an ongoing problem trying to remove instances of child/children. I have a function (btFnc) that creates a child (bT) and then the function is called several times to add instances to the stage - btFnc(2…

---

## [How to totally clear a movieclip](https://forum.kirupa.com/t/how-to-totally-clear-a-movieclip/299968)

<div class="topic-metadata">

**Author:** [@geestring](https://forum.kirupa.com/u/geestring)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 2:40pm UTC](https://forum.kirupa.com/t/how-to-totally-clear-a-movieclip/299968 "2009-11-13T14:40:48Z")

</div>

var mcHolder:MovieClip = new MovieClip(); function mainFunction(e:TimerEvent = null, theArray:Array = null):void{ if(contains(mcHolder)){ trace("yes"); removeChild(mcHolder); } for(var f:int = first; f\<last; f++)…

---

## [Actionscript error](https://forum.kirupa.com/t/actionscript-error/299962)

<div class="topic-metadata">

**Author:** [@oasfc](https://forum.kirupa.com/u/oasfc)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 1:17pm UTC](https://forum.kirupa.com/t/actionscript-error/299962 "2009-11-13T13:17:12Z")

</div>

im following the cartoon smart tutorial for a page flipping book (if that means anything) and im trying to alter the code i have. the code i have at the moment is on an action layer and is used for a few of my frames …

---

## [Text does not appear!](https://forum.kirupa.com/t/text-does-not-appear/299961)

<div class="topic-metadata">

**Author:** [@stephsh](https://forum.kirupa.com/u/stephsh)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 1:11pm UTC](https://forum.kirupa.com/t/text-does-not-appear/299961 "2009-11-13T13:11:11Z")

</div>

Class A loads images on the stage while class B loads text. On clicking on class A, I would like class B to load the corresponding text. I traced the text that needs to be loaded and it is correctly loaded. The text is h…

---

## [Need help with this XML code](https://forum.kirupa.com/t/need-help-with-this-xml-code/299952)

<div class="topic-metadata">

**Author:** [@jamrobot](https://forum.kirupa.com/u/jamrobot)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 9:20am UTC](https://forum.kirupa.com/t/need-help-with-this-xml-code/299952 "2009-11-13T09:20:28Z")

</div>

This code gets all the words in in the xml and arranges them in order.. Copy it into a frame and see for yourself.. I'm not too sure what the functions are doing though can someone please explain? var xml:XML = new XM…

---

## [Beijing hotels](https://forum.kirupa.com/t/beijing-hotels/299951)

<div class="topic-metadata">

**Author:** [@mnop553](https://forum.kirupa.com/u/mnop553)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 7:32am UTC](https://forum.kirupa.com/t/beijing-hotels/299951 "2009-11-13T07:32:14Z")

</div>

Beijing is home to the dramatic Ming-era Forbidden City and Temple of Heaven, beautiful parks, great shopping and eating and is near the elegant Summer Palace and Badaling section of the Great Wall. The ideal \[beijing ho…

---

## [Beijing hotels](https://forum.kirupa.com/t/beijing-hotels/299950)

<div class="topic-metadata">

**Author:** [@mnop553](https://forum.kirupa.com/u/mnop553)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 7:31am UTC](https://forum.kirupa.com/t/beijing-hotels/299950 "2009-11-13T07:31:38Z")

</div>

Beijing is home to the dramatic Ming-era Forbidden City and Temple of Heaven, beautiful parks, great shopping and eating and is near the elegant Summer Palace and Badaling section of the Great Wall. The ideal \[beijing ho…

---

## [How to Backup iPod Files to PC or Mac](https://forum.kirupa.com/t/how-to-backup-ipod-files-to-pc-or-mac/299948)

<div class="topic-metadata">

**Author:** [@tonguty](https://forum.kirupa.com/u/tonguty)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 7:19am UTC](https://forum.kirupa.com/t/how-to-backup-ipod-files-to-pc-or-mac/299948 "2009-11-13T07:19:39Z")

</div>

This guide aims to show you that how to backup your iPod songs and videos on your computer for Windows and Mac users. It includes 2 parts: \*\*Part 1: How to transfer iPod songs and videos to computer for Windows users Par…

---

## [Colon cleanse](https://forum.kirupa.com/t/colon-cleanse/299946)

<div class="topic-metadata">

**Author:** [@calvina](https://forum.kirupa.com/u/calvina)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 6:56am UTC](https://forum.kirupa.com/t/colon-cleanse/299946 "2009-11-13T06:56:26Z")

</div>

can anyone tell me if you have heard of this new combo that is supposedly supposed to help you lose weight fast and has it worked for anyone? it is all over the web but I am very skeptical of it because there are all the…

---

## [Problems creating a debug console](https://forum.kirupa.com/t/problems-creating-a-debug-console/299942)

<div class="topic-metadata">

**Author:** [@zachwlewis](https://forum.kirupa.com/u/zachwlewis)\
**Replies:** 0\
**Last updated:** [November 13, 2009, 4:15am UTC](https://forum.kirupa.com/t/problems-creating-a-debug-console/299942 "2009-11-13T04:15:42Z")

</div>

I have a platformer with a level editor built in, and I would like to create a console to allow the users to type in simple text commands ("new map 20 40") to call functions I have set up. I created a class Console tha…

---

## [Myspace FeedSync App](https://forum.kirupa.com/t/myspace-feedsync-app/299933)

<div class="topic-metadata">

**Author:** [@ajcates](https://forum.kirupa.com/u/ajcates)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 11:22pm UTC](https://forum.kirupa.com/t/myspace-feedsync-app/299933 "2009-11-12T23:22:18Z")

</div>

So the company I work got contracted by myspace to do some development work. And I built a little app to sync feeds to your myspace status. You can try it out here: http://feedsync.servehttp.com This thing is still…

---

## [Help with falling snow](https://forum.kirupa.com/t/help-with-falling-snow/299932)

<div class="topic-metadata">

**Author:** [@dimi78](https://forum.kirupa.com/u/dimi78)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 10:54pm UTC](https://forum.kirupa.com/t/help-with-falling-snow/299932 "2009-11-12T22:54:28Z")

</div>

I'm new at this and I can't make it work can anyone help? thanks! I used the tutorial and this is the error I'm getting: Description 1087: Syntax error: extra characters found after end of program. Source onClipEvent (l…

---

## [Improving workflow with the drawing API](https://forum.kirupa.com/t/improving-workflow-with-the-drawing-api/299926)

<div class="topic-metadata">

**Author:** [@gilpster](https://forum.kirupa.com/u/gilpster)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 7:25pm UTC](https://forum.kirupa.com/t/improving-workflow-with-the-drawing-api/299926 "2009-11-12T19:25:30Z")

</div>

Hi everyone, this is my first post. I've used this forum for a long time as a library though. I'm used to the drawing tools within CS3/CS4, but i tend to draw from with AS3 using the drawing API, this is because I ten…

---

## [Preloader for a movie](https://forum.kirupa.com/t/preloader-for-a-movie/299925)

<div class="topic-metadata">

**Author:** [@mrkhoros](https://forum.kirupa.com/u/mrkhoros)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 7:19pm UTC](https://forum.kirupa.com/t/preloader-for-a-movie/299925 "2009-11-12T19:19:24Z")

</div>

hi . i tried to load an image into my stage. with clicking a button so i put actionscript for the button as such : on (release) { loadMovie("folderir.jpg", \_root.loader.photo); l = this.getBytesLoaded(); t…

---

## [Java encoding help](https://forum.kirupa.com/t/java-encoding-help/299916)

<div class="topic-metadata">

**Author:** [@cnboy0212](https://forum.kirupa.com/u/cnboy0212)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 4:07pm UTC](https://forum.kirupa.com/t/java-encoding-help/299916 "2009-11-12T16:07:53Z")

</div>

i am trying to write my own class to encode and decode a file, i ahve no knowledge on these kinda stuff, what are some methods i can use to encode and decode?

---

## [Opening a pdf file in a new window via a button](https://forum.kirupa.com/t/opening-a-pdf-file-in-a-new-window-via-a-button/299915)

<div class="topic-metadata">

**Author:** [@saleel](https://forum.kirupa.com/u/saleel)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 3:48pm UTC](https://forum.kirupa.com/t/opening-a-pdf-file-in-a-new-window-via-a-button/299915 "2009-11-12T15:48:38Z")

</div>

Please help. Im trying to link a button to a pdf file, the root of which is on my pc (not a server). AS2. Anyone? Thanks Steve.

---

## [Using For Loops to insert Movie Clips](https://forum.kirupa.com/t/using-for-loops-to-insert-movie-clips/299912)

<div class="topic-metadata">

**Author:** [@kdteacher](https://forum.kirupa.com/u/kdteacher)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 2:56pm UTC](https://forum.kirupa.com/t/using-for-loops-to-insert-movie-clips/299912 "2009-11-12T14:56:53Z")

</div>

I am still new to AS3. I have four (at some point a lot more) unique movie clips that I have set the properties for exporting using actionscript. I would like to place these movieclips on the stage using a "for loop"…

---

## [Referencing sprite from within .as file](https://forum.kirupa.com/t/referencing-sprite-from-within-as-file/299910)

<div class="topic-metadata">

**Author:** [@Pancho](https://forum.kirupa.com/u/Pancho)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 2:51pm UTC](https://forum.kirupa.com/t/referencing-sprite-from-within-as-file/299910 "2009-11-12T14:51:33Z")

</div>

Basically I guess it is a reference problem I do have. (1120: Access of undefined property images) For an image gallery I also do have a few text sprites which may have to much text for one side to display. Therefore I…

---

## [Passing variable](https://forum.kirupa.com/t/passing-variable/299908)

<div class="topic-metadata">

**Author:** [@flashfighter](https://forum.kirupa.com/u/flashfighter)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 2:33pm UTC](https://forum.kirupa.com/t/passing-variable/299908 "2009-11-12T14:33:20Z")

</div>

can i pass variable from one swf to another swf. each swf is in separate html page. Plz help me. any tutorial any help plz plz plz

---

## [How can I Remove Movie clip dynamicly](https://forum.kirupa.com/t/how-can-i-remove-movie-clip-dynamicly/299904)

<div class="topic-metadata">

**Author:** [@malik23](https://forum.kirupa.com/u/malik23)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 12:15pm UTC](https://forum.kirupa.com/t/how-can-i-remove-movie-clip-dynamicly/299904 "2009-11-12T12:15:11Z")

</div>

i have 3 movie clip and one button in my project. i want to hide movie clip by this way.. but my code is not working. please guide me m1\_mc.onRelease = function (){ // first movie clip mySselectedIt…

---

## [Wholesale cheap jordans ,factory sell straight ,free shipping!](https://forum.kirupa.com/t/wholesale-cheap-jordans-factory-sell-straight-free-shipping/299901)

<div class="topic-metadata">

**Author:** [@xiaohan](https://forum.kirupa.com/u/xiaohan)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 11:52am UTC](https://forum.kirupa.com/t/wholesale-cheap-jordans-factory-sell-straight-free-shipping/299901 "2009-11-12T11:52:52Z")

</div>

Welcome to our website: www.cheap-nikejordan.com ,we are offering Nike series(Nike Air Force one, Nike Dunk, Nike Air Max,Nike shox ,and Nike airJordan,air force one bape dunk brand sports shoes fashion clothes handbag a…

---

## [Load variables from popup script/file upload](https://forum.kirupa.com/t/load-variables-from-popup-script-file-upload/299899)

<div class="topic-metadata">

**Author:** [@Marion\_B](https://forum.kirupa.com/u/Marion_B)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 11:03am UTC](https://forum.kirupa.com/t/load-variables-from-popup-script-file-upload/299899 "2009-11-12T11:03:19Z")

</div>

I've searched, but I don't believe flash (actionscript 2.0) itself offers a "select filefield" and fileupload functionality? That's why my swf has a button which opens a popup window. In the window the user has the abi…

---

## [Please consider adding a godaddy plugin/module for net2ftp](https://forum.kirupa.com/t/please-consider-adding-a-godaddy-plugin-module-for-net2ftp/299897)

<div class="topic-metadata">

**Author:** [@notveryhappy](https://forum.kirupa.com/u/notveryhappy)\
**Replies:** 0\
**Last updated:** [November 12, 2009, 10:19am UTC](https://forum.kirupa.com/t/please-consider-adding-a-godaddy-plugin-module-for-net2ftp/299897 "2009-11-12T10:19:16Z")

</div>

for basic/deluxe shared hosting accounts. I realize free webhossting from godaddy is liable to break even this delightful application \[smile\] re: http://www.kirupa.com/forum/showthread.php?t=293858 \*\*proxy.shr.secur…

[Previous page](https://forum.kirupa.com/c/uncategorized/1.md?page=338)

[Next page](https://forum.kirupa.com/c/uncategorized/1.md?page=340)
