IT Community - Software Programming, Web Development and Technical Support

How to convert Decimal to Binary in Flash?

This is a discussion on How to convert Decimal to Binary in Flash? within the Flash Actionscript Programming forums, part of the Web Development category; Hi , I am new to Flash Action Script Development Can anuone help me How to convert Decimal to Binary in ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Flash Actionscript Programming

Register FAQ Members List Calendar Mark Forums Read
  #1  
Old 07-21-2007, 01:35 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 880
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default How to convert Decimal to Binary in Flash?

Hi ,

I am new to Flash Action Script Development

Can anuone help me

How to convert Decimal to Binary in Flash?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-21-2007, 01:48 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 631
oxygen is on a distinguished road
Smile Re: How to convert Decimal to Binary in Flash?

Use this function to convert the values in decimal to binary.

function dec2bin(num) {
var bin = "";
while (num) {
bin = num % 2 + bin;
num = Math.floor(num / 2);
}
return (bin) ? bin : 0;
}
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I convert a Number into a String with exactly 2 decimal places? itbarota HTML, CSS and Javascript Coding Techniques 2 10-26-2007 04:22 AM
Development using Binary? prasannavigneshr Technology BUZZzzzzz 12 08-06-2007 09:11 AM
Decimal to any number system kbala Adobe Flex Programming 3 07-30-2007 12:49 AM
How to convert hexadecimal value to rgb value in flash? kingmaker Flash Actionscript Programming 1 07-24-2007 05:01 AM
How can i convert integers to binary or hexadecimal? prasath C and C++ Programming 1 07-20-2007 06:31 AM


All times are GMT -7. The time now is 12:32 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
Stamford Dentist | Euro Millions Lottery | Tech Support Services

SEO by vBSEO 3.0.0