Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Touchscreen Development In Flash


Good day!

Traditionally touchscreen applications are developed in Director. We would like to start doing the development in Flash.

Is anyone aware of any impending issues that Flash might have?

Thanks!
Rob




FlashKit > Flash Help > Flash General Help
Posted on: 05-26-2005, 03:13 AM


View Complete Forum Thread with Replies

Sponsored Links:

Development Jobs Abroad : Flash Actionscript 3 / Director / Web Development
Anyone know of any positions abroad full time or long term contracts
ideal...

Or any good agencies to go through...

Cheers

r

View Replies !    View Related
Touchscreen And Flash Are Having Issues
We are using a touch screen to navigate a web site for a retail kiosk _32" and 19". Everything works fine until you navigate into a portion that is built with flash. The "only" thing that we need it to do, as a function on this page is highlight a qty. box and use our numerical touch pad to update the customers desired qty. This function work fine on the html built portion of the site. To confuse our issue even more - when you use a mouse (which we won't have - because why have a touch screen) to click in the qty box - touch the numeric keypad - it works.
I have had techs from elo and 3m beat thier heads on this one, changed every setting possible between the keypad and touchscreen.

So, please, I am begging for help... if you knows of an program to assist, an microsoft xp adjustment - past the obvious, or what I should tell the client that the webmaster needs to do to the flash page to allow us us to lock down the curser and update the field with the touchpad.

View Replies !    View Related
Flash 8 And Touchscreen Implementation
Hello everybody,

I graduating within a few months and now I've got this really great idea to present the stuff I'm doing now in some kind of installation/POI/kiosk. I was thinking of using flash for creating the interface by using bits of the pseudo 3d cube with clickable parts tutorial. This interface is projected in a touchscreen, so that the users can immerse in depth (I'm graduating within an architecture office).

Does anyone have some kind of experience with the use of flash and touchscreens? Advise, tips, hints or big no-no's? Or should I forget about this and master Lingo in a few months (which wont be something that'll make me happy )?

View Replies !    View Related
Flash Touchscreen Kiosks
Hey all - anybody know of a documentr / code / application that will allow me to change a flash prezzo / site etc into a touchscreen kiosk ? -- basically want to see how manyu options ther are / how flexibly this is to do from within flash -- or using 3rd party software

any help much appreciated

View Replies !    View Related
It Is Possible Use Flash To Develope Touchscreen Systems?
hi i was wondering if it is possible to build kiosks with touchscreen technology but the interfase would be made by macromedia flash ?

any link with tutorials or demos of these interfase would be very appreciate

thanks

Qubito

View Replies !    View Related
Touchscreen A Go Go
Hi

We have a client who wants to have an interactive touchscreen in their retail outlet.

Can i build the interface in flash? Ive never built a touchscreen project, so any info anyone has out there will help heaps.

View Replies !    View Related
Touchscreen Interface
Does anyone know actionscripting for touchscreens to create
a flash interactive interafce without a keyboard and mouse?
( Like KIOSK or ATM interactive interface functionality on touchscreens )

Thanks!

View Replies !    View Related
Touchscreen Projector
Is there a third party software to take your flash projector to the touchscreen world.

View Replies !    View Related
Please Help - Trying To Design For Touchscreen
I'm writing a kiosk flash for use with a touchscreen. There's no standard mouse our keyboard. What I'm creating is a "soft keyboard" with an array of movieclip objects on the screen. It is a bit challenging, however, because of the nature of the touchscreen interface.

A touchscreen, if I understand correctly, registers the equivalent of a mouse down, a drag, and a mouse up. There is no equivalent of moving the mouse without the button down.

What I'd like to do is change the state of the keyboard button movieclip if the cursor is over top of it (a "depressed" look). What is likely going to screw things up is that someone will touch the touchscreen ("mouse button down") in a blank part of the flash, drag the cursor over top of the key movieclip, and then release the touchscreen ("mouse button up"). I'd like to do the key animation when the dragged mouse cursor comes over the movieclip, and do the inverse animation when the mouse cursor leaves the target area of the movieclip. I can do this just fine with the typical "on(rollOver)" and "on(rollOut)" if I didn't need to worry about the fact that on a touchscreen, if you are moving the cursor, the mouse is always down. I looked at the on(dragOver) and on(dragOut) events, but they don't seem to fire if you don't click down within the movieclip to begin with. If you click down outside the movieclip, and roll over it, the event doesnt' trigger.

Any ideas how to go about this? Do I need to come up with some complex array of absolute position coordinates and trigger the appropriate key movieclip based on its known x,y area on the screen? A simple set of triggered events would be SOOO much easier, especially if I want to change key locations or sizes.

If I need to explain this better, please let me know. I'm open to any ideas.

Thanks.

View Replies !    View Related
[F8] Touchscreen Mouse Problems
Hi,

I have a problem with mouse behaviours on a touchscreen.
In my application I show large amounts of text in a dynamic HTML textfield. Embedded in this text are textlinks which call an actionscript function using the asfunction protocol. (<a href="asfunction:loadppage,name.xml">).
The textlinks are working fine when using a mouse but when I publish the code and run it on the touchscreen the links are nearly unclickable.

Textlinks in flash have the nasty habit of not working when after the press, before the release event the mouse cursor changes position (even within the link area itself).

To resolve this problem I have tried many things, nothing seems to work. Does any of you guys have an idea to resolve this problem?

View Replies !    View Related
Touchscreen Keyboard Design
I'm writing a kiosk flash for use with a touchscreen. There's no standard mouse our keyboard. What I'm creating is a "soft keyboard" with an array of movieclip objects on the screen. It is a bit challenging, however, because of the nature of the touchscreen interface.

A touchscreen, if I understand correctly, registers the equivalent of a mouse down, a drag, and a mouse up. There is no equivalent of moving the mouse without the button down.

What I'd like to do is change the state of the keyboard button movieclip if the cursor is over top of it (a "depressed" look). What is likely going to screw things up is that someone will touch the touchscreen ("mouse button down") in a blank part of the flash, drag the cursor over top of the key movieclip, and then release the touchscreen ("mouse button up"). I'd like to do the key animation when the dragged mouse cursor comes over the movieclip, and do the inverse animation when the mouse cursor leaves the target area of the movieclip. I can do this just fine with the typical "on(rollOver)" and "on(rollOut)" if I didn't need to worry about the fact that on a touchscreen, if you are moving the cursor, the mouse is always down. I looked at the on(dragOver) and on(dragOut) events, but they don't seem to fire if you don't click down within the movieclip to begin with. If you click down outside the movieclip, and roll over it, the event doesnt' trigger. That's basically what I need to trap.

Any ideas how to go about this? Do I need to come up with some complex array of absolute position coordinates and trigger the appropriate key movieclip based on its known x,y area on the screen? A simple set of triggered events would be SOOO much easier, especially if I want to change key locations or sizes.

If I need to explain this better, please let me know. I'm open to any ideas.

Thanks.

View Replies !    View Related
Kios Touchscreen (URGENT)
hi,
well im creating a touchscreen application that connects with other monitor, then the touchscreen is the navigation and the other screen is the information.

Then i want the user t touch the screen and move his finger around the application.
The application are 82 squares that have a little images, then when the user rollover the squares they scale to 150 %, and when rollout the squares return to 100%.
I know that rollovers and rollout dont exist in touchscreen, but im wondering how can i solved this.

i try with ondragover and ondragout but seems to have no result.
i try comparing in every sigle suaare the hittest with the mouse x and y possition but my application seems to be very slow.

can someone help me to solve this ??

thanks

View Replies !    View Related
Touchscreen Signature And Export
We have a tablet PC with a touchscreen and pen. We want to use a flash interface with video and at the end of the video the viewer would sign a box confirming they understand what they just saw. The signature would then be captured as a jpg or a whatever image format and then stored locally or remotely on a server. Is this possible with Flash 8 and AS 2?

View Replies !    View Related
Touchscreen Signature And Export
We have a tablet PC with a touchscreen and pen. We want to use a flash interface with video and at the end of the video the viewer would sign a box confirming they understand what they just saw. The signature would then be captured as a jpg or a whatever image format and then stored locally or remotely on a server. Is this possible with Flash CS3 and AS 3?

View Replies !    View Related
Kiosk Touchscreen (URGENT)
hi, hope someone can help me.
well im creating a touchscreen application, i have this code:

Code:
System.useCodepage = true;Stage.scaleMode = "noscale";
import com.mosesSupposes.fuse.*;
ZigoEngine.register(Fuse, FuseItem, FuseFMP, PennerEasing);

MovieClip.prototype.bt = function(){
this.onRollOver = function(){ ZigoEngine.doTween({target:this, scale:150, ease:'easeOutQuint', seconds.8});
this.swapDepths(1000)
}
this.onRollOut = function(){
ZigoEngine.doTween({target:this, scale:100, ease:'easeOutQuint', seconds.8});
}
}

setup = function(){
for (var i:Number = 0; i<82; i++){
this["f"+(i+1)].bt();
}
}
setup();
well this is my code, what it does is that i have 82 squares in the movie when i roll over any of them then they scale to 150% and when i roll out they scale to 100%
when when i try this to touchscreen i found that the rollover and rollout dont work in touch screen i have try with dragover and dragout and i dont found anything
can someone help me to solve this ??
thanks

View Replies !    View Related
AS 2 PSP Flash Development Anyone?
I own a PSP, and I was an user on PSU (Playstation forum). You know about PSP Portals? Flash applications designed for the PSP. Here is a nice examples:

- PSPfVista beta 3
You can download it here, but not sure if it works on PC

Does someone here own a PSP? it would be nice to make my portals here instead of a Playstation forum.

Btw Hai this is my first thread!

View Replies !    View Related
Flash AIR Development
I have been looking high and low for a good example of the SQlite integration in the Flash AIR API. I am able to get my db read into the app, confirm that with trace(). I can not howerver do anything with the data...I would love to simply display the array on the stage in a datagrid. Any help or resource online would be great. thanks in advance.

Code:

import flash.data.SQLConnection;
import flash.data.SQLResult;
import flash.data.SQLStatement;
import flash.data.SQLMode;
import flash.events.SQLErrorEvent;
import flash.events.SQLEvent;
import flash.filesystem.File;

var conn:SQLConnection = new SQLConnection();

var dbFile:File = File.applicationDirectory.resolvePath("Playbook.db");

try
{
    conn.open(dbFile, SQLMode.UPDATE);
    trace("the database opened successfully");
}
catch (error:SQLError)
{
    trace("Error message:", error.message);
    trace("Details:", error.details);
}

// create the SQL statement
var selectStmt:SQLStatement = new SQLStatement();
selectStmt.sqlConnection = conn;

// define the SQL text
var sql:String =
    "SELECT ID, inst_title, inst_desc " +
    "FROM install";
selectStmt.text = sql;

try
{
    selectStmt.execute();

    var result = selectStmt.getResult();
    var numResults = result.data.length;
   
   for (var i = 0; i < numResults; i++)
    {
        var row = result.data[i];
        var output = "ID: " + row.ID;
        output += "; inst_title: " + row.inst_title;
        output += "; inst_desc: " + row.inst_desc;
        trace(output);
    }
}
catch (error)
{
    // Information about the error is available in the
    // error variable, which is an instance of
    // the SQLError class.
}

View Replies !    View Related
Touchscreen Application Load Swf In Flashplayer Instead Of Browser
Hi all,

Using AS3 I am building a touch screen application consisting of independent locally stored swf files. Users can access these swf files via a menu (again in a separate swf).

Problem I have is that when a menu item is selected the swf loads in a browser window in instead of the standalone flashplayer installed on the computer.

This code is used to open the swf files:


ActionScript Code:
//open external swf page if any
 if (releaseOutsideTarget["info"].attributes.url!="") {
  var request1:URLRequest = new URLRequest(releaseOutsideTarget["info"].attributes.url);
  navigateToURL(request1,releaseOutsideTarget["info"].attributes.window);
 }

the location of the file is read from a xml file like this:


Code:
<?xml version="1.0"?>
<scene>
<object source="thumbs/overview1_thumb.jpg" url="../intro/intro.swf" window="_blank" title="intro" />
</scene>
Any suggestions on how to open the standalone flashplayer instead of the browser would be very welcome.

Thanks.

View Replies !    View Related
Flash Development In Cellphones...
how do you get a flash movie to work in a cellphone? I tried accessing some flash content from my phone and it doesn't work.

View Replies !    View Related
Web Page Development In Flash MX
I am an intermediate level user of Dreamweaver MX. I hear a lot about websites developed in Flash a lot of pro's & con's about it. Inspite of searching the Macromedia site & various forums I have not come across any tutorial / manuals / books / documentation on this particular aspect. Is the website first developed in Dreamweaver and then exported to flash ? or developed in Flash in situ ????? ---- HELP.

View Replies !    View Related
Flash As A Web Development Tool.
Am I right in thinking that not many people currently use Flash solely as the source for developing sites?

Although Flash has all the capabilities for a great development tool – Database integration, XML support etc. I hardly ever come across a site that has been constructed just with Flash.

I know there are issues around search engine recognition, but am I barking up the wrong tree in believing that my studying the application will enable me to construct complete sites with the app. or is it more a question of Flash being used as maybe the animated component of a site constructed by other means?

Any views please.

View Replies !    View Related
Flash Development Toolkit
Hello

I am a multimedia designer working for a company. I currently use Flash and the company wants to go down the route of using a software development tool, that has ease of use, so that all trainers can build their own e-learning material, and were thinking of using Atlantic Link's Content Point. Does anyone have any experience of such software which claims to do everything Flash does in a much quicker time? If so which one would you recommend? What are the true advantages and disadvantages of using such software?

Thanks

View Replies !    View Related
Flash Development Server
Hello,

I just want to know one thing. do i need a webserver other than flash media server to play my streaming video.

I installed flash development server and using flash media encoder created the streaming video. Then uploaded the html and swf files to the server.

Its working fine on my local system. But when i am trying from other machine its not working.

Can you tell me how can I see my streaming video online.
thank you

View Replies !    View Related
Flash Development Program
Can someone recommend me a free Flash Development program?

View Replies !    View Related
Flash Games Development
Hi

We need to develop some high graphics game in Flash. We have coders well versed with Actionscripting however we have not much of experience with game development. We have a query for the game development

Does it make any impact on game performance if we develop it basis on the classes or we develop it using the actionscripting inside the FLA?

We know the class base development will save our a lot of time but not sure if this is best practice for game development.

Any help will be appreciated.

Regards
Rohit - www.wintechmedia.com





























Edited: 11/18/2006 at 09:36:05 AM by wintechmedia

View Replies !    View Related
Flash Program Development
Hi,

I'm looking for Flash Professionals to complete a project within 3 months. This project includes developing accurate ways to layout complex graphing problems. If you are interested please contact me with resume and/or portfolio.

Thanks,
Jon Ericksen
Project Manager
jone@orbitonline.com

View Replies !    View Related
Flash Development Toolkit
Hello

I am a multimedia designer working for a company. I currently use Flash and the company wants to go down the route of using a software development tool, that has ease of use, so that all trainers can build their own e-learning material, and were thinking of using Atlantic Link's Content Point. Does anyone have any experience of such software which claims to do everything Flash does in a much quicker time? If so which one would you recommend? What are the true advantages and disadvantages of using such software?

Thanks

View Replies !    View Related
Flash Development On Linux OS
I am building a Linux OS supported system. The only application that I can not find a replacement for is Flash. I can find applications that let you build SWF products but none of them will allow the advanced features that Flash does (like external actionscript files). Is there a version of Flash (minimum of version 5) that I can run on a Linux machine?

View Replies !    View Related
Flash Game Development
I am planning developing Flash Games for a cell phone. If I post them to my website can people play them on their mobile web browser? Is it in Flash or Flash Lite? Or do people have to somehow download the game to their hpone to play? Thanks.

View Replies !    View Related
Flash And Database Development
I am in the beginning stage's of building my website... I am planning to use an access database- whereby new entries are made and they would then be updated to the ISP... how would I link the Access database up with my flash site so it would show the new and existing entrie's... please advise or point me in the direction of a tutorial I can review...

Also on a separate matter - how would I make a login and password screen to access the next page of my Flash movie- to have access to the database record's...

View Replies !    View Related
Flash Development Tool
Hey all,
i am thinking about using a flash development software and i am wandering what is the difference between these three:
1. Flex
2. FDT
3. Flash Devloper

I know that flash developer only works in pc but i heard it has some better features over fdt. (i use both mac and pc but prefer mac) All i know about flex is that it is for Rich application development. I also looked up the prices on these and they are expensive. Do you developers buy these or download from bit torrent?

Thanks, in advance

View Replies !    View Related
Flash Development Question
Hi all,
I'm new to flash and am working on designing a magazine/newspaper site where every week everything will be updated...
My question is, what is the norm for this? Is everything developed in flash or just the buttons/menus? Is there a way to have a template where you just use include files for the new material?
I am using Studio MX and am completely new to it all, but have a background programming in many other languages...any advice appreciated.

View Replies !    View Related
VOIP Development In Flash?
Is this at all possible? Can anyone suggest a good tut? Has anyone seen an example?

Thanks,

Aries.

View Replies !    View Related
Cheapest Flash Development Kit
I want to start learning to write Flash. What are the basic pieces I need to get started on this - assuming I want to stick with actual, official, supported components and not something some hacker cooked up over his kitchen sink) and how cheaply can I get away with it?

While I'm learning this stuff I'll be hosting my little experiments on a shared server on HostMySite.com - what do I need to make sure they have/support/provide to do that?

Thanks in advance.

View Replies !    View Related
Top Flash Development Firms?
Hello:

I'm looking to find out who the top Flash design/development firms are in the U.S.

Examples are:

2advanced.com
fantasy-interactive.com


Any ideas?

Thanks! -Deanna

View Replies !    View Related
Flash Game Development
Hey Guys

I will keep this short and to the point.

I am developing a portal site at the minute that is a hybrid of flash and html/css.

I want to include some flash based games like crossword games or word/number puzzle games etc.

I have never really developed anything like this before so I was wondering if anyone could point me in the right direction, either by recommending a good book or website that will get me started with some good examples!

Thanks in advance!

Streamer

View Replies !    View Related
Flash Mobile Development
Is anyone creating or has created a Flash Mobile Device with support from a MySQL?

It seems there is little consideration for Mobile Development on and wondered whether I just haven't seen it yet.

If anyone has any tutorials or links please get back to me!

Thanks

View Replies !    View Related
Mobile Flash Development
hello,

not sure if this is the right place for this topic, but i am wondering if any of you have some good resources on mobile flash development? i know there are a whole different host of issues when developing for phones (especially memory management) and am looking for good resources to read up on that.

thank you!

View Replies !    View Related
Using Eclipse For Flash Development
I have come across several articles about people using Eclipse with the ASDT plugin to write actionscript. I went ahead and downloaded the and installed the plugin, and it seems that I can create actionscript files ans swfs(I took a basic tutorial).

I have been studying flash for the past week or so, and I a bit confused on how actionascript ties in with the movie. I guess coming from a programming background, I'm looking for some overall super classes and such so that I really don't have to use the Adobe Suite - I like Eclipse.

I'm guessing I'm looking for how to tie my code into keyframes and such without having to Flash8 from Adobe. Can someone help me out here?

Shouldn't I be able to create a whole flash movie - from top to bottom - simply from actionscript alone? I haven't been able to answer this question and I've been Google'ing for days for the tutorial that's going to answer it for me.

View Replies !    View Related
What Should I Purchase For Flash Game Development
I'm interested in jumping into the world of Flash game development. What products should I get buy to get started?

Flash 4.0 or 5.0?
Flash Director?
Flash Freehand?

I want to start with simple stuff and work up. Thanks.

View Replies !    View Related
Flash Best Practice Development Guide
Hi all,

Does anyone have or know where to find guides on subjects such as
Flash MX 'Best practice' and so on.

I am about to embark on a fairly hefty project and need some sort of overview as to how this should be handled. I am fairly new to flash but will nee to consider areas such as.....

1. Security.
2. Structure.
3. FIle locations.
4. Use of remote or local classes.

I need to create a very very secure front end that is to integrate into a coldfusion server that in turn will speak via EJB's and the like to the back end systems, hence i need to ensure the most stable, efficient and secure front end possible.

Cheers in advance.

Pat

View Replies !    View Related
We're Looking For Some Programming And Flash Development Staff
We're looking for some programming and flash development staff.

We need PHP/ MySQL programmers and flash developers with moderate abilities in Action script.

These positions are, of course, volunteer and open to anyone interested and able. Please e-mail jobs@cyberpetshq.com if you are interested

View Replies !    View Related
Trade Hosting For Flash Development
I am needing a simple flash redirection page built and will trade up to three months of Linux hosting for it.

If interested please contact me.

Jeff

jeff@romdev.com

View Replies !    View Related
Killer Flash Cd Development App. Check It Out.
There is a killer app called SWF Army Knife at the following address that lets flash do a bunch of the stuff it usually can't do like opening files, getting external file names, open/save dialog boxes, etc. It's free to try and cheap to buy. You can check it out here.

http://www.anigem.com/SAK_Info.htm

View Replies !    View Related
Flash Online MPG Game Development
hi, i am developing a project which is exactly a Multi-Player RPG Game;details as below:
1.multi player move from one scene to another,and every one can watch the action of others in real time;
2.they can chat together;
3.they can play some games that two or more players can play online;
en,it is just sth like www.penguin.com;and i have no idea about it;So, can i have your help?thanks very much!

View Replies !    View Related
Flash CS3+AS3. Really Serious Problem With Game Development. Help Me
Hi,

I need your help I am in a close deadline.

I am using Flash CS3+AS3.
I have game.FLA file with the art content and a game.AS file that extends the MovieClip class.

Here is the problem, I just realize that the code that runs inside the constructor of the class extending the MovieClip works just for the current frame.

My Game.FLA has 2 frames. The first one with the game instructions and a Start button and the second frame with the actual game.

In the constructor I create the event listener for the EnterFrame event. But this event is not suppose to fire until the game is started by clicking the Start button.

Ok, I figured, this is clumsy but is the only way. Inside the click event listener for the button I have this code:

function startButton_click(e:MouseEvent) {
play();
addEventListener(Event.ENTER_FRAME, run);
}

The play method advances to the next frame (the other frame has a stop() call in the .FLA frame actions area). Fine, then create the EnterFrame event and that is. Well it works but appears to me that the call to <<play>> is asynchronous so the the next call fails the first time but then works because the frame is actually loaded.

The problem is I need a way to know that the frame for my game has completely loaded so I can start the EnterFrame event and detecting keys presses.

Thanks,
Jorge

View Replies !    View Related
Flash Application Development Flowchart
Hi, Everyboby

I want to make a flowchart for the application development process in flash.

I mean the flowchart which can define a step by step process of flash a web or desktop application development in flash.

View Replies !    View Related
Actionscript 3.0 Development In Flash Studio8?
My company has licenses of Flash Studio 8.0 and I would like to begin learning to develop applications that use the most current version of actionscript (in this case 3.0). I only see references to 2.0 in the IDE. Is studio 8.0 capable of developing for flash player 9.0? Maybe some sort of plugin is available? Pardon my ignorance but I real want to learn this stuff. We do not want to buy Flex 2. Any help would be great!

Thanks
Dave

View Replies !    View Related
General Flash Development Question
When people design their flash sites, do they create the site from within Macromedia Flash. Or is the easiest method for creating a site and all its elements from within a program like Macromedia Fireworks. If so what is the best format to output the elements. Would *.png be the option? I would appreciate some direction for this subject.

Trev

just starting to join the flash development scene. Tips appreciated.

View Replies !    View Related
Flash Game Development Books Help
Hi,

I am looking to get into creating interactive products to get various 'content' out to end users.

I am looking to get key content out via the use of games and flash seems the most interesting way to go about it.

Can you guys recommend any decent books I should purchase? I am looking to go from a beginner all the way up to a good understanding of games and flash. So can you recommend simple/beginner books as well as higher thought provoking one?

When the user plays these games they will hopefully be given key information and therefore I am looking to create a package of different games for different end users.

The web is good but I just want to sit down quietly and practice away by looking at books and get a better understanding.

Thanks,

View Replies !    View Related
Only Flash As Serious Site Development Option
it's fair to say flash has developed considerably and now is the only technology widespread on the web that allows engaging interactive experiences within a robust environment. video, sound , graphic design integrity and data connectivity is pushing the web into more dynamic areas.

as good as it is, from an application development p-o-v sites built entirely in flash suffer because they cannot get indexed by search engines and the accessibility regulations make some development prohibitive. flash does have an accessibility option, but does that *really* meet to criteria?

how is flash going to overcome these two core areas of web development?
- getting search engines to list content
- making sites properly accessible to many impaired users

imo without it flash could be another relic of cyberspace.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved