# Latest

**URL:** https://forum.kirupa.com/latest.md?page=136

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

**Page:** 137

---

## [I want to learn Vue.js !](https://forum.kirupa.com/t/i-want-to-learn-vue-js/635568)

<div class="topic-metadata">

**Author:** [@Jonny\_Silva](https://forum.kirupa.com/u/Jonny_Silva)\
**Replies:** 1\
**Last updated:** [November 22, 2016, 6:24am UTC](https://forum.kirupa.com/t/i-want-to-learn-vue-js/635568 "2016-11-22T06:24:56Z")

</div>

Hey there ! I intend to learn Vue, I only know some intermediate level JS HTML and CSS. But while taking a peek at it I found myself lacking some concepts. So i'm wondering what I should learn before going into Vue, shou…

---

## [Just saw that Kirupa is still alive](https://forum.kirupa.com/t/just-saw-that-kirupa-is-still-alive/635393)

<div class="topic-metadata">

**Author:** [@Arzel](https://forum.kirupa.com/u/Arzel)\
**Replies:** 10\
**Last updated:** [November 18, 2016, 6:12pm UTC](https://forum.kirupa.com/t/just-saw-that-kirupa-is-still-alive/635393 "2016-11-18T18:12:02Z")

</div>

I was visiting kirupa.com regular 10-15 years ago. When I switched from Flash to JS I forgot about the site. Now I'm switching from Angular and React and who has the best reading stuff about ReactJS? Kirupa.com of course…

---

## [I need som help with a school project! it\`s my first time coding](https://forum.kirupa.com/t/i-need-som-help-with-a-school-project-it-s-my-first-time-coding/635561)

<div class="topic-metadata">

**Author:** [@Fabian\_Jessen](https://forum.kirupa.com/u/Fabian_Jessen)\
**Replies:** 2\
**Last updated:** [November 16, 2016, 6:50pm UTC](https://forum.kirupa.com/t/i-need-som-help-with-a-school-project-it-s-my-first-time-coding/635561 "2016-11-16T18:50:04Z")

</div>

It is to make a random math problem but all that shows up is the tall1+tall2 when it should sho 2+4 or 5+6

---

## [inline jquery / js to an external file.](https://forum.kirupa.com/t/inline-jquery-js-to-an-external-file/635559)

<div class="topic-metadata">

**Author:** [@ajoo](https://forum.kirupa.com/u/ajoo)\
**Replies:** 3\
**Last updated:** [November 16, 2016, 2:37pm UTC](https://forum.kirupa.com/t/inline-jquery-js-to-an-external-file/635559 "2016-11-16T14:37:52Z")

</div>

Hi all ! Back with yet another small (I hope) issue. Below is a working jquery snippet which shows a preview of an image once the image is selected. It is however causing a CSP conflict because of the "this" parameter …

---

## [Tutorial: Filtering Items in a List](https://forum.kirupa.com/t/tutorial-filtering-items-in-a-list/331567)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 4\
**Last updated:** [November 15, 2016, 4:20pm UTC](https://forum.kirupa.com/t/tutorial-filtering-items-in-a-list/331567 "2016-11-15T16:20:58Z")

</div>

This is happening place to discuss all things related to the Filtering Items in a List tutorial. Cheers, Kirupa :vamp:

---

## [How to create a sprite sheet animation only in css?](https://forum.kirupa.com/t/how-to-create-a-sprite-sheet-animation-only-in-css/635549)

<div class="topic-metadata">

**Author:** [@D.Anitha](https://forum.kirupa.com/u/D.Anitha)\
**Replies:** 3\
**Last updated:** [November 14, 2016, 7:39am UTC](https://forum.kirupa.com/t/how-to-create-a-sprite-sheet-animation-only-in-css/635549 "2016-11-14T07:39:46Z")

</div>

i have multiple rows of sprites (or) frames in single sprite sheet.for example \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* (\*-image). anyone pls help me.....

---

## [To See how js parses scripts ?](https://forum.kirupa.com/t/to-see-how-js-parses-scripts/635508)

<div class="topic-metadata">

**Author:** [@vmars316](https://forum.kirupa.com/u/vmars316)\
**Replies:** 8\
**Last updated:** [November 10, 2016, 6:27pm UTC](https://forum.kirupa.com/t/to-see-how-js-parses-scripts/635508 "2016-11-10T18:27:43Z")

</div>

Hello & Thanks , I am learning javascript from "js101" and it would be a great help if I understood how js works , Parsing scripts , lexical analysis and syntax tree , to actually see what js does with the different obj…

---

## [Javascript parseInt returning fractional number?](https://forum.kirupa.com/t/javascript-parseint-returning-fractional-number/635547)

<div class="topic-metadata">

**Author:** [@Jonny\_Silva](https://forum.kirupa.com/u/Jonny_Silva)\
**Replies:** 4\
**Last updated:** [November 8, 2016, 8:17pm UTC](https://forum.kirupa.com/t/javascript-parseint-returning-fractional-number/635547 "2016-11-08T20:17:03Z")

</div>

Hey ! I'm geting an element's width using this method: var containerWidth = parseInt($(".progress-bar").width()); So I can do this: if(barWidth \>= (containerWidth\*60)/100){ do something... } I'm trying to see i…

---

## [Little animation with JQuery](https://forum.kirupa.com/t/little-animation-with-jquery/635542)

<div class="topic-metadata">

**Author:** [@Jonny\_Silva](https://forum.kirupa.com/u/Jonny_Silva)\
**Replies:** 4\
**Last updated:** [November 6, 2016, 10:00pm UTC](https://forum.kirupa.com/t/little-animation-with-jquery/635542 "2016-11-06T22:00:50Z")

</div>

Hey there ! I'm trying to make a animation with this code: $(".MyClass").each(function(index) { setTimeout($(this).fadeIn("slow"), 1000); }); The idea was to wait a second then execute the function f…

---

## [Adding multiple QR codes for print](https://forum.kirupa.com/t/adding-multiple-qr-codes-for-print/635534)

<div class="topic-metadata">

**Author:** [@McLucky](https://forum.kirupa.com/u/McLucky)\
**Replies:** 0\
**Last updated:** [November 3, 2016, 3:09pm UTC](https://forum.kirupa.com/t/adding-multiple-qr-codes-for-print/635534 "2016-11-03T15:09:43Z")

</div>

Hi all, Here's what I'm trying to do: \[image\] I would like to add multiple QR codes to a movieclip for printing. The number in the QR increments by 1 I am using this class: The QR encoding works but my proble…

---

## [string parameter in sql query](https://forum.kirupa.com/t/string-parameter-in-sql-query/635528)

<div class="topic-metadata">

**Author:** [@ekoneo](https://forum.kirupa.com/u/ekoneo)\
**Replies:** 2\
**Last updated:** [November 3, 2016, 5:28am UTC](https://forum.kirupa.com/t/string-parameter-in-sql-query/635528 "2016-11-03T05:28:16Z")

</div>

Hi all, Anybody knows the answer of why this query doesnt work in asp? userName = "eric" RsLinksSQL = "SELECT \* FROM links WHERE name =userName '" If I use this it Works. RsLinksSQL = "SELECT \* FROM links WHERE na…

---

## [Help to steer me (please) on a Flash Pro 6 to Flex SDK compiler path?](https://forum.kirupa.com/t/help-to-steer-me-please-on-a-flash-pro-6-to-flex-sdk-compiler-path/635518)

<div class="topic-metadata">

**Author:** [@FLBill](https://forum.kirupa.com/u/FLBill)\
**Replies:** 5\
**Last updated:** [November 2, 2016, 11:41pm UTC](https://forum.kirupa.com/t/help-to-steer-me-please-on-a-flash-pro-6-to-flex-sdk-compiler-path/635518 "2016-11-02T23:41:02Z")

</div>

Can you steer me on this? Even -- to let me know where to ask? (I think all of the old Flash mailing lists are gone; although I'll try on the Apache Flex lists). I have a (VERY LARGE) Adobe AIR app. It is fairly co…

---

## [Cool Canvas Animation](https://forum.kirupa.com/t/cool-canvas-animation/635495)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 1\
**Last updated:** [November 2, 2016, 2:10pm UTC](https://forum.kirupa.com/t/cool-canvas-animation/635495 "2016-11-02T14:10:53Z")

</div>

Getting excited over interactive animations like is just one of those things I've never really outgrown! :older\_man:

---

## [Sending ID from as3 to asp & geting sql result parameter at the SAME time?](https://forum.kirupa.com/t/sending-id-from-as3-to-asp-geting-sql-result-parameter-at-the-same-time/635525)

<div class="topic-metadata">

**Author:** [@ekoneo](https://forum.kirupa.com/u/ekoneo)\
**Replies:** 0\
**Last updated:** [November 2, 2016, 8:50am UTC](https://forum.kirupa.com/t/sending-id-from-as3-to-asp-geting-sql-result-parameter-at-the-same-time/635525 "2016-11-02T08:50:18Z")

</div>

Hi, I can send a parameter from as3 to asp. And I can get a value from db. But unfortunatelly I cant combine both of them. Is it possible to send a ID parameter from as3 to asp where I want to make a sql query on a db. T…

---

## [Problems with PHP code and google MAP API](https://forum.kirupa.com/t/problems-with-php-code-and-google-map-api/635513)

<div class="topic-metadata">

**Author:** [@LatoshaCavanah](https://forum.kirupa.com/u/LatoshaCavanah)\
**Replies:** 0\
**Last updated:** [November 1, 2016, 10:25am UTC](https://forum.kirupa.com/t/problems-with-php-code-and-google-map-api/635513 "2016-11-01T10:25:27Z")

</div>

"I am using my computer as a mySQL server. Further, I have created a free account at 0fees .us(as a test hosting), which provides free hosting with a windows panel.It has support for PHP, FTP and it's own mySQL server(mu…

---

## [need help with multiple external video 2](https://forum.kirupa.com/t/need-help-with-multiple-external-video-2/635509)

<div class="topic-metadata">

**Author:** [@dandewa](https://forum.kirupa.com/u/dandewa)\
**Replies:** 0\
**Last updated:** [November 1, 2016, 1:49am UTC](https://forum.kirupa.com/t/need-help-with-multiple-external-video-2/635509 "2016-11-01T01:49:26Z")

</div>

hello. I found this code online which is perfect to deal with multiple video. the problem is i want to make each item drag-able including the flv playback but i cant since it was not MC. can anyone help me please. mc\_…

---

## [Slider with "Random" button.](https://forum.kirupa.com/t/slider-with-random-button/635457)

<div class="topic-metadata">

**Author:** [@DesignsCross](https://forum.kirupa.com/u/DesignsCross)\
**Replies:** 9\
**Last updated:** [October 31, 2016, 7:26pm UTC](https://forum.kirupa.com/t/slider-with-random-button/635457 "2016-10-31T19:26:47Z")

</div>

I wanna Create sth like this, but im relativly new to javascript the main features shout be: the Slider should start at a random position (image) when you “click” the “Random” button, the slider moves x(maybe 20images…

---

## [Restrict text input to numbers only](https://forum.kirupa.com/t/restrict-text-input-to-numbers-only/635502)

<div class="topic-metadata">

**Author:** [@McLucky](https://forum.kirupa.com/u/McLucky)\
**Replies:** 3\
**Last updated:** [October 30, 2016, 5:49pm UTC](https://forum.kirupa.com/t/restrict-text-input-to-numbers-only/635502 "2016-10-30T17:49:44Z")

</div>

Hi all, I have a quick question. In as3, Flash CS6 I am using : txtLocation.restrict = "0-9"; However, the textfield accepts a "." too (dot/decimal point). It does not accept comma "," Any idea why ? I also t…

---

## [AIR 24 beta](https://forum.kirupa.com/t/air-24-beta/635496)

<div class="topic-metadata">

**Author:** [@tbo](https://forum.kirupa.com/u/tbo)\
**Replies:** 0\
**Last updated:** [October 28, 2016, 9:45pm UTC](https://forum.kirupa.com/t/air-24-beta/635496 "2016-10-28T21:45:37Z")

</div>

Air 24 beta is released Release notes: http://fpdownload.macromedia.com/pub/labs/flashruntimes/shared/air24\_flashplayer24\_releasenotes.pdf You now request device permissions in actionscript rather than the app descript…

---

## [Traveling to Chennai, India](https://forum.kirupa.com/t/traveling-to-chennai-india/331235)

<div class="topic-metadata">

**Author:** [@chacelp](https://forum.kirupa.com/u/chacelp)\
**Replies:** 0\
**Last updated:** [June 18, 2013, 4:28pm UTC](https://forum.kirupa.com/t/traveling-to-chennai-india/331235 "2013-06-18T16:28:12Z")

</div>

Hi everyone - My work is sending me to Chennai for 2 weeks from Denver mid July. I am trying to book my flights today or tomorrow at the latest and can't decide if I want to travel from Chennai, to Signapore, to Tokyo …

---

## [How to convert Json to UFT8 ? eleminating \\U00C7 etc.](https://forum.kirupa.com/t/how-to-convert-json-to-uft8-eleminating-u00c7-etc/635488)

<div class="topic-metadata">

**Author:** [@ekoneo](https://forum.kirupa.com/u/ekoneo)\
**Replies:** 3\
**Last updated:** [October 27, 2016, 6:21am UTC](https://forum.kirupa.com/t/how-to-convert-json-to-uft8-eleminating-u00c7-etc/635488 "2016-10-27T06:21:26Z")

</div>

Anybody knows that converting Json string data into UFT8 format. Ex: trace(event.currentTarget.data.split("\\"")\[17\]); OutPut: \\U00C7AN But the output should be ÇAN. I am using Adobe Flash AS3. Thanks..

---

## [JS101: JavaScript for Beginners (2.0) | kirupa.com](https://forum.kirupa.com/t/js101-javascript-for-beginners-2-0-kirupa-com/635484)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 1\
**Last updated:** [October 27, 2016, 1:49am UTC](https://forum.kirupa.com/t/js101-javascript-for-beginners-2-0-kirupa-com/635484 "2016-10-27T01:49:45Z")

</div>

by kirupa | 20 March 2015 Have you ever wondered what it would be like to learn a programming language like JavaScript without all the boring and unnecessary stuff that usually goes along with it? Well, …

---

## [Animation in HTML, CSS, and JavaScript | kirupa.com](https://forum.kirupa.com/t/animation-in-html-css-and-javascript-kirupa-com/635483)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [October 26, 2016, 6:23am UTC](https://forum.kirupa.com/t/animation-in-html-css-and-javascript-kirupa-com/635483 "2016-10-26T06:23:16Z")

</div>

by kirupa | 2 October 2014 As most of you know, there are few things I like more than creating animations and seeing things move on the screen. Those other few things are writing, painting, laughing, …

---

## [Is it necessary to use ANE extensions for facebook login on air app?](https://forum.kirupa.com/t/is-it-necessary-to-use-ane-extensions-for-facebook-login-on-air-app/635436)

<div class="topic-metadata">

**Author:** [@ekoneo](https://forum.kirupa.com/u/ekoneo)\
**Replies:** 2\
**Last updated:** [October 26, 2016, 5:50am UTC](https://forum.kirupa.com/t/is-it-necessary-to-use-ane-extensions-for-facebook-login-on-air-app/635436 "2016-10-26T05:50:37Z")

</div>

About 10 days I have been researching for Facebook Login. I achieved to make a login ability on as3 work. When I try to prepare this ability for AIR Android I am having problem. Ex: ExternalInterface error facebook.login…

---

## [Global Variables and Best Practices](https://forum.kirupa.com/t/global-variables-and-best-practices/635475)

<div class="topic-metadata">

**Author:** [@Jonny\_Silva](https://forum.kirupa.com/u/Jonny_Silva)\
**Replies:** 1\
**Last updated:** [October 25, 2016, 12:59pm UTC](https://forum.kirupa.com/t/global-variables-and-best-practices/635475 "2016-10-25T12:59:44Z")

</div>

I've been reading on best pratices in javascript, and aparently using global variables is bad :dizzy\_face: I have a general idea as to why it is not recomended, but I don't understad it completely. Since I learned prog…

---

## [Check If Internet Connection Exists in JavaScript](https://forum.kirupa.com/t/check-if-internet-connection-exists-in-javascript/331639)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 11\
**Last updated:** [October 25, 2016, 8:37am UTC](https://forum.kirupa.com/t/check-if-internet-connection-exists-in-javascript/331639 "2016-10-25T08:37:36Z")

</div>

http://www.kirupa.com/html5/check\_if\_internet\_connection\_exists\_in\_javascript.htm I am always taking notes on my phone, and I wanted to sync them to a web service that I created for fun. As part of that, I needed to en…

---

## [i need program to find duplicate music in my system](https://forum.kirupa.com/t/i-need-program-to-find-duplicate-music-in-my-system/635466)

<div class="topic-metadata">

**Author:** [@cool101](https://forum.kirupa.com/u/cool101)\
**Replies:** 4\
**Last updated:** [October 25, 2016, 3:49am UTC](https://forum.kirupa.com/t/i-need-program-to-find-duplicate-music-in-my-system/635466 "2016-10-25T03:49:57Z")

</div>

hi guys,can anyone help me how to check if i have duplicate music files in my system?

---

## [need help with flash video](https://forum.kirupa.com/t/need-help-with-flash-video/635330)

<div class="topic-metadata">

**Author:** [@dandewa](https://forum.kirupa.com/u/dandewa)\
**Replies:** 2\
**Last updated:** [October 25, 2016, 2:09am UTC](https://forum.kirupa.com/t/need-help-with-flash-video/635330 "2016-10-25T02:09:50Z")

</div>

hello. I have only a bit knowledge with flash as3. most of it was i did my own research from the web. lately im trying to create kiosk that dealt with a lot video which is imported from my pc externally. the problem is i…

---

## [Moving the movie (swf) from a public folder to a pvt folder](https://forum.kirupa.com/t/moving-the-movie-swf-from-a-public-folder-to-a-pvt-folder/635454)

<div class="topic-metadata">

**Author:** [@ajoo](https://forum.kirupa.com/u/ajoo)\
**Replies:** 4\
**Last updated:** [October 24, 2016, 3:45pm UTC](https://forum.kirupa.com/t/moving-the-movie-swf-from-a-public-folder-to-a-pvt-folder/635454 "2016-10-24T15:45:44Z")

</div>

Hi all ! Is it possible and normal to move a movie (swf) file from the public folder / path to a folder outside the root directory so that the swf may not be directly invoked by any user? The image above shows the …

---

## [When I adda a class to my work why I am getting 1046: Type was not found Error?](https://forum.kirupa.com/t/when-i-adda-a-class-to-my-work-why-i-am-getting-1046-type-was-not-found-error/635471)

<div class="topic-metadata">

**Author:** [@ekoneo](https://forum.kirupa.com/u/ekoneo)\
**Replies:** 0\
**Last updated:** [October 24, 2016, 2:22pm UTC](https://forum.kirupa.com/t/when-i-adda-a-class-to-my-work-why-i-am-getting-1046-type-was-not-found-error/635471 "2016-10-24T14:22:12Z")

</div>

Hi everyboy, My work normally Works fine. But I decided to add a class (controlParts.as). Although this class empty (includes the default creation includings), my work gives an error: 1046: Type was not found or was no…

[Previous page](https://forum.kirupa.com/latest.md?page=135)

[Next page](https://forum.kirupa.com/latest.md?page=137)
