[Flashcoders] Assigning actions to 3 trackerball buttons

2009-08-24 Thread Paul Steven
I am developing a game to showcase a trackball device and would like to know
if it is possible to assign actions to all 3 buttons on this input device? I
assume that 2 of the buttons would be the left mouse and right mouse but I
am not sure what the third button would be.

Any advice much appreciated!

Thanks

Paul

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash security issue

2009-08-24 Thread Bill Jones
My apologies for not getting back sooner. I have been pulled away from this
temporarily to put out another fire. But I was wondering if this will work
if the swf calls other swf files and video as well?

Will the wrapper throw off the scope to the other support files?


On 8/21/09 11:14 AM, Gregory Boland breakfastcof...@gmail.com wrote:

 thats why i'm saying create a wrapper file for that swf.  take the swf that
 is given to you from ad wonder and import it into a .fla file.  then make an
 .exe file out of that.
 
 On Fri, Aug 21, 2009 at 10:13 AM, Bill Jones bjo...@backemarketing.comwrote:
 
 Unfortunately, AdWonder controls the entire process. It builds the files
 and
 I simply download a stuffit file that contains the html, swf and support
 files.
 
 
 On 8/21/09 10:08 AM, Gregory Boland breakfastcof...@gmail.com wrote:
 
 create an .exe file so that when you run it from a CD you can run it
 standalone.  Not sure about what your using, if it allows you to do that
 but
 maybe if you create a wrapper swf and load the other swf into your
 wrapper
 swf you can create an .exe file
 
 greg
 
 
 
 On Fri, Aug 21, 2009 at 9:52 AM, Bill Jones bjo...@backemarketing.com
 wrote:
 
 I am creating a Demo file using EyeWonder's AdWonder. It generates an
 html
 with accompanying swf and support files. I can copy the html and file
 folder
 to a disk so the client can view the finished piece locally on a stand
 alone
 laptop.
 
 Unfortunately, to view it from a CD, you have to adjust flash security
 setting through the Flash Player Security Manager (something the client
 has
 no idea how to do).
 
 Is there a way to bypass the security settings, or can I add some
 javascript
 (link a js file) to the html mage that will make the change transparent
 to
 the end user?
 
 _
 Bill Jones
 Interface Developer
 Backe Digital Brand Marketing
 35 Cricket Terrace Center
 Ardmore, PA 19003
 Voice: 610-896-9260 x280
 Fax: 610-896-9242
 bjo...@backemarketing.com
 
 If you want to go forward, click Backe.
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 
 _
 Bill Jones
 Interface Developer
 Backe Digital Brand Marketing
 35 Cricket Terrace Center
 Ardmore, PA 19003
 Voice: 610-896-9260 x280
 Fax: 610-896-9242
 bjo...@backemarketing.com
 
 If you want to go forward, click Backe.
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_
Bill Jones
Interface Developer
Backe Digital Brand Marketing
35 Cricket Terrace Center
Ardmore, PA 19003
Voice: 610-896-9260 x280
Fax: 610-896-9242
bjo...@backemarketing.com

If you want to go forward, click Backe.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] mailto problem in flash

2009-08-24 Thread Chris Foster
Hi Anna,

Try  getURL(mailto://n...@name.com;);

C:

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ana mock
Sent: Tuesday, 25 August 2009 11:50 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] mailto problem in flash

Hi,

I am creating a website with flash 8 , and on that is a page , that have
an send email-button (it suppose to open outlook window).
When I publish the file in swf , the email button works just fine,
but as soon as I publish the file with HTML extension, the send email
button is dead in browser.( I have tested on Fire Fox and Internet
Explorer).
Hear is my code:

on(release){
getURL(n...@name.com);
}


Is there some code I can add or something?
Thanks in advance!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] mailto problem in flash

2009-08-24 Thread Chris Foster
Hi again,

My mistake... try this:

getURL(mailto:n...@name.com;);

C:

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ana mock
Sent: Tuesday, 25 August 2009 11:50 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] mailto problem in flash

Hi,

I am creating a website with flash 8 , and on that is a page , that have
an send email-button (it suppose to open outlook window).
When I publish the file in swf , the email button works just fine,
but as soon as I publish the file with HTML extension, the send email
button is dead in browser.( I have tested on Fire Fox and Internet
Explorer).
Hear is my code:

on(release){
getURL(n...@name.com);
}


Is there some code I can add or something?
Thanks in advance!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] mailto problem in flash

2009-08-24 Thread ana mock
Hi,

I am creating a website with flash 8 , and on that is a page , that have an
send email-button (it suppose to open outlook window).
When I publish the file in swf , the email button works just fine, but
as soon as I publish the file with HTML extension, the send email button
is dead in browser.( I have tested on Fire Fox and Internet Explorer).
Hear is my code:

on(release){
getURL(n...@name.com);
}


Is there some code I can add or something?
Thanks in advance!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] mailto problem in flash

2009-08-24 Thread Andy Andersson
When you test locally in Flash in the Html, it will block the  
connection out due to security restrictions.



On Aug 24, 2009, at 6:50 PM, ana mock wrote:


Hi,

I am creating a website with flash 8 , and on that is a page , that  
have an

send email-button (it suppose to open outlook window).
When I publish the file in swf , the email button works just  
fine, but
as soon as I publish the file with HTML extension, the send email  
button

is dead in browser.( I have tested on Fire Fox and Internet Explorer).
Hear is my code:

on(release){
getURL(n...@name.com);
}


Is there some code I can add or something?
Thanks in advance!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


--
Andy Andersson
Interactive Creative Director
 Senior Flash Developer/Designer
714-809-7095
awebme...@sbcglobal.net




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders