# Uncategorized

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

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

**Page:** 397

---

## [Display userlist on other frame](https://forum.kirupa.com/t/display-userlist-on-other-frame/294395)

<div class="topic-metadata">

**Author:** [@mayuresh](https://forum.kirupa.com/u/mayuresh)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 12:40pm UTC](https://forum.kirupa.com/t/display-userlist-on-other-frame/294395 "2009-08-13T12:40:14Z")

</div>

hi my problem is that i can display list of users connected to my application only to a single frame i want the userlist to b displayed on next frame any help wuld b highly appreciated

---

## [Flash Remoting "Hello World" Example needed](https://forum.kirupa.com/t/flash-remoting-hello-world-example-needed/294393)

<div class="topic-metadata">

**Author:** [@rajesh\_flash](https://forum.kirupa.com/u/rajesh_flash)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 11:42am UTC](https://forum.kirupa.com/t/flash-remoting-hello-world-example-needed/294393 "2009-08-13T11:42:00Z")

</div>

Hello Friends, i need a small help in flash remoting. i want to display a simple " Hello World" using flash remoting concepts. i have 0% knowledge on this. i dont know what to write code from flash side as well as fro…

---

## [Flv loading problem](https://forum.kirupa.com/t/flv-loading-problem/294391)

<div class="topic-metadata">

**Author:** [@jeoshamsi](https://forum.kirupa.com/u/jeoshamsi)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 11:31am UTC](https://forum.kirupa.com/t/flv-loading-problem/294391 "2009-08-13T11:31:45Z")

</div>

Hi guys! Hope you all are fine. any one can tell me that "How can i keep in loop 2 flvs without jerk in flash even i am loading them one by one from the same path where i have my swf saved. they are loading well but …

---

## [Upload images, videos from flash to webservice](https://forum.kirupa.com/t/upload-images-videos-from-flash-to-webservice/294389)

<div class="topic-metadata">

**Author:** [@c\_shelar](https://forum.kirupa.com/u/c_shelar)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 11:07am UTC](https://forum.kirupa.com/t/upload-images-videos-from-flash-to-webservice/294389 "2009-08-13T11:07:07Z")

</div>

Hi, Anyone have code for uploading images, video to webservice from flash? Thanks in advance..

---

## [Hey](https://forum.kirupa.com/t/hey/294388)

<div class="topic-metadata">

**Author:** [@Kitiara](https://forum.kirupa.com/u/Kitiara)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 11:04am UTC](https://forum.kirupa.com/t/hey/294388 "2009-08-13T11:04:28Z")

</div>

Hey there everyone, long time no see huh? \[smile\]

---

## [Problem with adding name to bitmap](https://forum.kirupa.com/t/problem-with-adding-name-to-bitmap/294387)

<div class="topic-metadata">

**Author:** [@tklecor](https://forum.kirupa.com/u/tklecor)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 11:00am UTC](https://forum.kirupa.com/t/problem-with-adding-name-to-bitmap/294387 "2009-08-13T11:00:46Z")

</div>

Hi! I want to add some instance name to bitmap (imported via AS3), and I've got this code: private function loadSlide():void { //load image var imgLoader:Loader = new Loader; imgLoa…

---

## [Help understanding script for rotating objects](https://forum.kirupa.com/t/help-understanding-script-for-rotating-objects/294386)

<div class="topic-metadata">

**Author:** [@donkeykong](https://forum.kirupa.com/u/donkeykong)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 10:57am UTC](https://forum.kirupa.com/t/help-understanding-script-for-rotating-objects/294386 "2009-08-13T10:57:30Z")

</div>

Hi all would some help me with this, I am trying to understand what part of AS3 script says loop through(create a continues 360 loop of objects) the images from an XML file, does this make any sense. in my script I hav…

---

## [Target one mc from another mc](https://forum.kirupa.com/t/target-one-mc-from-another-mc/294385)

<div class="topic-metadata">

**Author:** [@zerohero](https://forum.kirupa.com/u/zerohero)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 10:48am UTC](https://forum.kirupa.com/t/target-one-mc-from-another-mc/294385 "2009-08-13T10:48:41Z")

</div>

Hi all, I am a bit stumped... I have a movieclip "mc1" with a button inside of it "button1" I am loading a .swf into a movieclip "mc2" in the movie, I want button1 to tell my loaded .swf's mc to go to and stop at f…

---

## [Motion blur with tween](https://forum.kirupa.com/t/motion-blur-with-tween/294382)

<div class="topic-metadata">

**Author:** [@regbolD](https://forum.kirupa.com/u/regbolD)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 9:49am UTC](https://forum.kirupa.com/t/motion-blur-with-tween/294382 "2009-08-13T09:49:42Z")

</div>

how to create a motion blur during a tween? I dont have any examples now, but you know when you tween a movieclip across the stage (changing its x and y properites) and then according to speed of a movieclip a blur eff…

---

## [5 circles animating to random locations on stage, but must not touch each other](https://forum.kirupa.com/t/5-circles-animating-to-random-locations-on-stage-but-must-not-touch-each-other/294375)

<div class="topic-metadata">

**Author:** [@ThreeDollarBill](https://forum.kirupa.com/u/ThreeDollarBill)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 8:15am UTC](https://forum.kirupa.com/t/5-circles-animating-to-random-locations-on-stage-but-must-not-touch-each-other/294375 "2009-08-13T08:15:33Z")

</div>

THE BASIC IDEA: add 5 circles on random locations on stage... and animate them to random locations on stage without touching each other... THE PROBLEM: the code below works perfectly (up to a certain point)... it succe…

---

## [Restricting username & password](https://forum.kirupa.com/t/restricting-username-password/294373)

<div class="topic-metadata">

**Author:** [@mayuresh](https://forum.kirupa.com/u/mayuresh)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 6:59am UTC](https://forum.kirupa.com/t/restricting-username-password/294373 "2009-08-13T06:59:12Z")

</div>

hi iam tryin to create a login system i want the username to b only "mayuresh" & password to b "mayuresh" blow is my code anyhelp wuld b appreciated stop(); go\_btn.addEventListener(MouseEvent.CLICK,perform) function…

---

## [How to Put DVD/Video on your iPod, Transfer iPod Songs, Make Your Own iPhone Ringtone](https://forum.kirupa.com/t/how-to-put-dvd-video-on-your-ipod-transfer-ipod-songs-make-your-own-iphone-ringtone/294371)

<div class="topic-metadata">

**Author:** [@todaygo](https://forum.kirupa.com/u/todaygo)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 6:36am UTC](https://forum.kirupa.com/t/how-to-put-dvd-video-on-your-ipod-transfer-ipod-songs-make-your-own-iphone-ringtone/294371 "2009-08-13T06:36:18Z")

</div>

If you ask people do you have a iPod, most of them will answer "yes!", but if you ask can you put DVD and video you download from internet to your iPod, most of them will say "No, I can't, but i really want it." also the…

---

## [Button functionality with nested MC's](https://forum.kirupa.com/t/button-functionality-with-nested-mcs/294370)

<div class="topic-metadata">

**Author:** [@pleen](https://forum.kirupa.com/u/pleen)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 6:32am UTC](https://forum.kirupa.com/t/button-functionality-with-nested-mcs/294370 "2009-08-13T06:32:45Z")

</div>

Hello, I am trying to get this drop-down menu to work, I've followed several video tutorials and have pieced this together, but I am FAR from REALLY knowing what I am doing... The trace function shows the NavBar\_mc is …

---

## [Getting navigation to work properly](https://forum.kirupa.com/t/getting-navigation-to-work-properly/294369)

<div class="topic-metadata">

**Author:** [@jumpsuit1](https://forum.kirupa.com/u/jumpsuit1)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 5:44am UTC](https://forum.kirupa.com/t/getting-navigation-to-work-properly/294369 "2009-08-13T05:44:59Z")

</div>

Hi there, I had an idea for a navigation menu where I could press down a button and it would stay in its 'down' state. In addition it could be navigated by using the keypad and those buttons are used to call up xml ima…

---

## [Need to know about transitions in actionscript 3](https://forum.kirupa.com/t/need-to-know-about-transitions-in-actionscript-3/294368)

<div class="topic-metadata">

**Author:** [@daforumde](https://forum.kirupa.com/u/daforumde)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 4:56am UTC](https://forum.kirupa.com/t/need-to-know-about-transitions-in-actionscript-3/294368 "2009-08-13T04:56:32Z")

</div>

hi i want to know about transitions. How many transitions e.g, Strong, Elastic etc available in actionscript 3?

---

## [Transition effect](https://forum.kirupa.com/t/transition-effect/294366)

<div class="topic-metadata">

**Author:** [@keith1995](https://forum.kirupa.com/u/keith1995)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 4:23am UTC](https://forum.kirupa.com/t/transition-effect/294366 "2009-08-13T04:23:30Z")

</div>

We are looking for someone to recreate the transition effect found in the top flash piece at http://www.buntlegalsearch.com. Contact me with estimates!

---

## [Movieclip that tells flash to remove itself from an Array that it has been added to](https://forum.kirupa.com/t/movieclip-that-tells-flash-to-remove-itself-from-an-array-that-it-has-been-added-to/294364)

<div class="topic-metadata">

**Author:** [@ThreeDollarBill](https://forum.kirupa.com/u/ThreeDollarBill)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 2:42am UTC](https://forum.kirupa.com/t/movieclip-that-tells-flash-to-remove-itself-from-an-array-that-it-has-been-added-to/294364 "2009-08-13T02:42:09Z")

</div>

the code below simply creates a timer that fires 20 times.. everytime the timer fires, it runs a function that: 1.) adds a movieclip on stage.. 2.) adds the movieclip / to an array called enemyArray once on stage, the …

---

## [Tables with linked images](https://forum.kirupa.com/t/tables-with-linked-images/294360)

<div class="topic-metadata">

**Author:** [@geestring](https://forum.kirupa.com/u/geestring)\
**Replies:** 0\
**Last updated:** [August 13, 2009, 12:18am UTC](https://forum.kirupa.com/t/tables-with-linked-images/294360 "2009-08-13T00:18:47Z")

</div>

\<table border="1" width="85%"\> \<tr\>\<td\>\<a href="http://www.yahoo.com" target="blank"\>\<img src="images/logo03.jpg" alt="pdf"/\>\</a\>\</td\>\</tr\> \<tr\>\<td\>printable pdf version\</td\>\</tr\> \</table\> a simple table like this …

---

## [Date format...PLS HELP](https://forum.kirupa.com/t/date-format-pls-help/294357)

<div class="topic-metadata">

**Author:** [@outback](https://forum.kirupa.com/u/outback)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 10:55pm UTC](https://forum.kirupa.com/t/date-format-pls-help/294357 "2009-08-12T22:55:47Z")

</div>

Hi all, I've been trying to change the date format of my website for a long time nowand nothing seems to work. I've tried to change it on MySQL but I'm not getting it right. here is the line of code I'm using to cal…

---

## [Finished -- Star Rescue](https://forum.kirupa.com/t/finished-star-rescue/294351)

<div class="topic-metadata">

**Author:** [@Mote](https://forum.kirupa.com/u/Mote)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 9:24pm UTC](https://forum.kirupa.com/t/finished-star-rescue/294351 "2009-08-12T21:24:10Z")

</div>

Hi Kirupa I just finished a mouse-driven game (although the arrow keys will work too). You have to rescue some lost stars and get them safely back to their own galaxy. The game uses my own artwork and musical game soun…

---

## [Calculate the mouse movement distance](https://forum.kirupa.com/t/calculate-the-mouse-movement-distance/294349)

<div class="topic-metadata">

**Author:** [@vladc77](https://forum.kirupa.com/u/vladc77)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 8:52pm UTC](https://forum.kirupa.com/t/calculate-the-mouse-movement-distance/294349 "2009-08-12T20:52:33Z")

</div>

I am wondering if anyone can share with a good example on how to detect the distance of the mouse movement in a certain time. I’d like to be able to calculate the distance the mouse was moved from one point to another in…

---

## [Dynamic text box, programatic text and html tags](https://forum.kirupa.com/t/dynamic-text-box-programatic-text-and-html-tags/294345)

<div class="topic-metadata">

**Author:** [@newttyy](https://forum.kirupa.com/u/newttyy)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 7:33pm UTC](https://forum.kirupa.com/t/dynamic-text-box-programatic-text-and-html-tags/294345 "2009-08-12T19:33:31Z")

</div>

Never mind ... I just figure it out "MovieClip(root).txtTitle.htmlText" ... heh. Sorry for this, I'm kind of new to AS3. Hi there, I have a dynamic text field called "txtTitle" with the "Render as HTML" button acti…

---

## [Need some direction](https://forum.kirupa.com/t/need-some-direction/294343)

<div class="topic-metadata">

**Author:** [@Arkonbey](https://forum.kirupa.com/u/Arkonbey)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 7:06pm UTC](https://forum.kirupa.com/t/need-some-direction/294343 "2009-08-12T19:06:53Z")

</div>

I've been tasked with created a flash gauge that adjusts itself based on outside parameters. Also adding to the problems is that they want it to look like a speedometer. I've never had to develop this kind of thing befo…

---

## [Anyone here to iphone programming?](https://forum.kirupa.com/t/anyone-here-to-iphone-programming/294342)

<div class="topic-metadata">

**Author:** [@oldmanwinter](https://forum.kirupa.com/u/oldmanwinter)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 6:58pm UTC](https://forum.kirupa.com/t/anyone-here-to-iphone-programming/294342 "2009-08-12T18:58:11Z")

</div>

sorry mods, i know this probably isn't the appropriate place for this question, but i wasn't sure where else to put it (and it kind of relates to AS3) I want to make an iphone game, using some bitmap generating algorit…

---

## [Horizontal scrolling menu](https://forum.kirupa.com/t/horizontal-scrolling-menu/294333)

<div class="topic-metadata">

**Author:** [@neeldin](https://forum.kirupa.com/u/neeldin)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 4:05pm UTC](https://forum.kirupa.com/t/horizontal-scrolling-menu/294333 "2009-08-12T16:05:58Z")

</div>

hi friends i m looking for a script to make a horizontal sliding menu just like one of the at the site \[COLOR=#003366\]www.carron.com\[/COLOR\] pls do the needful Thanks Dinesh

---

## [Embedded Font Questions](https://forum.kirupa.com/t/embedded-font-questions/294329)

<div class="topic-metadata">

**Author:** [@dandylion13](https://forum.kirupa.com/u/dandylion13)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 3:11pm UTC](https://forum.kirupa.com/t/embedded-font-questions/294329 "2009-08-12T15:11:53Z")

</div>

Hi Everyone, I have a few questions regarding embedded fonts, and hope someone out there can help me answer them. ---Question One: If you import fonts as symbols into the Library in Flash's IDE, are those font sym…

---

## [RPG game](https://forum.kirupa.com/t/rpg-game/294325)

<div class="topic-metadata">

**Author:** [@Snivvle](https://forum.kirupa.com/u/Snivvle)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 1:52pm UTC](https://forum.kirupa.com/t/rpg-game/294325 "2009-08-12T13:52:48Z")

</div>

Building this RPG game. Should I continue? http://www.mmosmacktalk.com/games/vince/land.html You can press F to fire. Select the chicken and shoot it. I have it so you can only fire once for now.

---

## [Wholesale nike and jordan shoes](https://forum.kirupa.com/t/wholesale-nike-and-jordan-shoes/294323)

<div class="topic-metadata">

**Author:** [@gg131313](https://forum.kirupa.com/u/gg131313)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 1:26pm UTC](https://forum.kirupa.com/t/wholesale-nike-and-jordan-shoes/294323 "2009-08-12T13:26:25Z")

</div>

\[FONT=Times New Roman\]welcome to our website: \[COLOR=#800080\]www.cheap-voguenike.com\[/COLOR\] ,We hope become your reliable shoes supplier in China. Authentic Shoes with original box,we insists that " Customer the highest…

---

## [Parsing XML](https://forum.kirupa.com/t/parsing-xml/294322)

<div class="topic-metadata">

**Author:** [@sirEgGhEaD](https://forum.kirupa.com/u/sirEgGhEaD)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 1:16pm UTC](https://forum.kirupa.com/t/parsing-xml/294322 "2009-08-12T13:16:15Z")

</div>

I have been looking around the internet for tutorials on how to parse information in an XML file and output it in a manner of my choosing and design. I found the two tutorials on this website titled \[FONT=Verdana\] \[CO…

---

## [Wholesale nike and jordan shoes](https://forum.kirupa.com/t/wholesale-nike-and-jordan-shoes/294321)

<div class="topic-metadata">

**Author:** [@gg131313](https://forum.kirupa.com/u/gg131313)\
**Replies:** 0\
**Last updated:** [August 12, 2009, 1:16pm UTC](https://forum.kirupa.com/t/wholesale-nike-and-jordan-shoes/294321 "2009-08-12T13:16:03Z")

</div>

\[FONT=Times New Roman\]welcome to our website: \[COLOR=#800080\]www.cheap-voguenike.com\[/COLOR\] ,We hope become your reliable shoes supplier in China. Authentic Shoes with original box,we insists that " Customer the highest…

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

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