Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 100
Search took 0.11 seconds.
Search: Posts Made By: ramm19
Forum: Flash & ActionScript 09-15-2008, 08:44 PM
Replies: 5
Views: 1,870
Posted By ramm19
A great place for flash tutorials is...

A great place for flash tutorials is www.kirupa.com they have from simple to advanced flash tutorials.
Forum: Flash & ActionScript 09-15-2008, 08:43 PM
Replies: 4
Views: 1,455
Posted By ramm19
it can certainly be done, here are a couple...

it can certainly be done, here are a couple simple tutorials:

http://www.tizag.com/flashTutorial/flashbutton.php

another one...
Forum: Flash & ActionScript 09-15-2008, 08:29 PM
Replies: 2
Views: 2,708
Posted By ramm19
There are different ways to do what you want, but...

There are different ways to do what you want, but as Jeremy said, the easiest way would be using tweens, which you could trigger either from the timeline or from AS.
Forum: Flash & ActionScript 08-28-2008, 07:06 AM
Replies: 3
Views: 2,332
Posted By ramm19
Yes. Set the mask layer and move the masked...

Yes. Set the mask layer and move the masked layers underneath it. you can have as many as you want.

It's probably easier and faster to try than ask :)
Forum: Flash & ActionScript 08-26-2008, 06:39 PM
Replies: 3
Views: 2,332
Posted By ramm19
I don't understand any of your questions......

I don't understand any of your questions... please explain what you are trying to do.

Are you trying to put 2 layers under 1 mask? if that's your questions, then yes is the answer.
Forum: Flash & ActionScript 08-26-2008, 06:35 PM
Replies: 9
Views: 4,459
Posted By ramm19
Neha, It may be used as a frame label or...

Neha,

It may be used as a frame label or comment. You can reference to labels and to frame numbers.
Forum: Flash & ActionScript 08-26-2008, 06:29 PM
Replies: 3
Views: 1,507
Posted By ramm19
yes to both questions: To keep the initially...

yes to both questions:

To keep the initially rolled over text "up" until move over other text:

1) remove the onRollOut from the 1st button
2) on your onRollOver actions from your second...
Forum: Flash & ActionScript 08-26-2008, 06:08 PM
Replies: 6
Views: 1,714
Posted By ramm19
Steve: You still have 2 problems: 1) In...

Steve:

You still have 2 problems:

1) In your flash code, you need to FIRST load the CSS file and assign the stylesheet to the text field. (Basically move all your CSS code before the loadVars...
Forum: Flash & ActionScript 08-25-2008, 06:10 PM
Replies: 3
Views: 1,507
Posted By ramm19
There are many different way to do that, I'm...

There are many different way to do that, I'm attaching a little sample and also pointing you to some tutorials:

http://www.kirupa.com/developer/flash5/animatedrollover.htm
...
Forum: Flash & ActionScript 08-25-2008, 05:54 PM
Replies: 6
Views: 1,714
Posted By ramm19
Steve: Is the example.css file located in...

Steve:

Is the example.css file located in the same directory?

Have you formatted your feed to use CSS?

Type something inside the example text, like this:


exampleText = "<p...
Forum: Flash & ActionScript 08-21-2008, 10:29 PM
Replies: 6
Views: 1,714
Posted By ramm19
Steve, very simple: ...

Steve, very simple:

bbcNews_txt.text.styleSheet = myCSS;


to:

bbcNews_txt.styleSheet = myCSS;
Forum: Computer/PC discussions 08-19-2008, 12:56 AM
Replies: 10
Views: 952
Posted By ramm19
I don't have experience with external...

I don't have experience with external touchscreens.. but I think this is a good place to look at for them:

link-here...
Forum: Computer/PC discussions 08-19-2008, 12:35 AM
Replies: 10
Views: 952
Posted By ramm19
you are welcome. Just make sure you buy the right...

you are welcome. Just make sure you buy the right monitor (check specs and reviews) for your application, for a POS you will want to use your finger more than a stylus ;)
Forum: Computer/PC discussions 08-19-2008, 12:25 AM
Replies: 10
Views: 952
Posted By ramm19
a touchscreen is seen by the system as a pointing...

a touchscreen is seen by the system as a pointing device, it has the same functionality as using a mouse... right-click, drag n' drop, etc.
Forum: Computer/PC discussions 08-19-2008, 12:08 AM
Replies: 10
Views: 952
Posted By ramm19
bazz, yes! most touchscreen laptops (tablet...

bazz,

yes! most touchscreen laptops (tablet pc's) also come with a stylus that allows you to handwrite that can be coupled with handwriting recognition software.
Forum: Computer/PC discussions 08-18-2008, 10:43 PM
Replies: 6
Views: 1,894
Posted By ramm19
The reason why the first laptop had the option on...

The reason why the first laptop had the option on the BIOS is (more likely) because the same BIOS was used for both models.

I believe that the problem you have is that your laptop was not...
Forum: Computer/PC discussions 08-18-2008, 09:41 PM
Replies: 6
Views: 1,894
Posted By ramm19
cf27dude, so you are saying that the second...

cf27dude, so you are saying that the second laptop has a touchscreen device over the screen or that the laptop screen it self has touchscreen capabilities?

if it's a separate device, its very...
Forum: Computer/PC discussions 08-18-2008, 07:24 PM
Replies: 6
Views: 1,894
Posted By ramm19
well, you can't "convert" your laptop into a...

well, you can't "convert" your laptop into a touchscreen one (unless you are planning to replace the whole screen ;) ), but you can add the an overlay touchscreen with usb connection and the right...
Forum: Computer/PC discussions 08-16-2008, 05:13 PM
Replies: 5
Views: 1,275
Posted By ramm19
liorean, you are technically right.. even tho...

liorean, you are technically right.. even tho most web hosts tend to mix up bandwidth with the actual data transfer allowed. Like saying "Up to 3,000 GB bandwidth"

I wonder what the op was...
Forum: Computer/PC discussions 08-15-2008, 11:32 PM
Replies: 5
Views: 1,275
Posted By ramm19
Bandwidth == Allowed monthly transfer quota (this...

Bandwidth == Allowed monthly transfer quota (this happens when people visits your site, hosting movies can fill it up pretty quickly)

Hosting Space == The amount of space in the web host HD that...
Forum: Computer/PC discussions 08-15-2008, 11:29 PM
Replies: 3
Views: 1,338
Posted By ramm19
Yeah, thx for sharing the solution.. I love...

Yeah, thx for sharing the solution..

I love TB, but it has been giving me some problems lately.. I just hope they can fix them in their next release.
Forum: PHP 08-05-2008, 12:22 AM
Replies: 19
Views: 1,452
Posted By ramm19
put the code I've showed you anywhere you want......

put the code I've showed you anywhere you want... of course they have to be inside PHP tags.

If you have 1 row in your DB it will only show 1 result...
Forum: PHP 08-04-2008, 11:46 PM
Replies: 19
Views: 1,452
Posted By ramm19
ic, you HTML is all messed up... use this: ...

ic, you HTML is all messed up... use this:


echo "<table width=200>";
while ($row = mysql_fetch_assoc($result)) {
echo"
<tr>
<td>$myrow['Callsign'] - $myrow['Fullname']</td>
<td><img...
Forum: PHP 08-04-2008, 11:24 PM
Replies: 19
Views: 1,452
Posted By ramm19
that is because you are not using the while loop...

that is because you are not using the while loop in your html code...

post the part of the code that doesn't work and I'll tell you have to do it, it's very simple.
Forum: PHP 08-04-2008, 11:19 PM
Replies: 19
Views: 1,452
Posted By ramm19
is that code working? post the code containing...

is that code working? post the code containing the html that doesn't work.

btw, this is how would do it:


<?php
$username="username";
$password="password";
$database="dbname";
Showing results 1 to 25 of 100

 
Forum Jump

All times are GMT +1. The time now is 10:42 AM.