FLASH :: Get MAC Address Of Visitors Of My Site In It?
Jul 30, 2010Can I make a user control system for my website based of visitor's computer's MAC addresses?Is it possible to get MAC address of visitors of my site in FLASH?
View 2 RepliesCan I make a user control system for my website based of visitor's computer's MAC addresses?Is it possible to get MAC address of visitors of my site in FLASH?
View 2 Repliesi would like to put some files on my site that can be downloaded by visitors. what's the code I've to put on my "download" button ?and where do I have to put the file that should be downloaded ?
View 2 RepliesI would like to put some files on my site that can be downloaded by visitors... So, what's the code I've to put on my "download" button ? And where do I have to put the file that should be downloaded ?
View 11 RepliesI have a flash site, where when a user clicks on a link the page does not reload but the content changes with flash(like any normal flash site). So for example if user click on products page, the product page content is displayed, and the url in the address bar also changes from "domainname/index.aspx" to "domainname/index.aspx#/products"
I need to get this url from the address bar, and if i use "window.location.href" it returns "domainname/index.aspx". Does anyone know whether it is possible to read the url from the address bar which is changed by the flash.
I would like to allow visitors to download flash files from my website.
I have the following code one my first button:
Code:
download_btn.onRelease = function(){
getURL("blankWebsite.exe");
}
This works fine and opens a 'Save', 'Open' or 'Cancel' pop-up box.
For button two (the xml file which visitors can use to populate the blank website they have downloaded) I have used the following code:
Code:
download2_btn.onRelease = function(){
getURL("template.xml");
}
However, rather than giving the option of saving the file (which is what I want) the file opens in a new browser window.
way to offer the 'Save', 'Open' or 'Cancel' options for the xml file rather than it opening immediately in a new browser window?
how to get your logo to appear next to the address of your web site when your website address is typed in,
for example if you look at the website address at the top of the screen you see (logo) [URL]
Here is what I am currently using to link to my asp page so as to not log my visitors out wen clicking on a Jpeg image.[code]Here is the getURL actionscript I am currently using in my new swf but it logs visitors out.URL...How can I get to the page I want without fear of logging visitors out?
View 0 RepliesI was making visitor counter using as3 and xml. I wrote this ActionScript Code:
var a:Number;
var url:URLRequest=new URLRequest("num.xml");
var loader:URLLoader=new URLLoader(url);
loader.addEventListener(Event.COMPLETE, loadxml);
function loadxml(e:Event):void {
[Code] .....
But it didn't work -- every time I see the text you r visitor number 2. I tried it at server
how to go about this: I'm building an animation on the home page of a site that I think people shouldn't have to watch more than once. So, if they've already been on the home page and now they've clicked back to it a second time, I'd like to have the animation not play through again. Is this a good case for a cookie? Maybe I could set a flashVar that reads in the header or referring page, and if it's =="same domain" don't play animation?
View 2 RepliesI am trying to get a photo to reload by it salth so that visters to my web site dont have to pree the refresh button have a look at what i meen here [URL]
View 6 RepliesIs it possible to set up FMS to log uniqe visitors in FMS access log file? I am aware of unique IP and session ID (c-client-id) logging, but these do not represent actual number of viewers. So I was hoping to get something like unique browser ID (a cookie?) which I guess is the closest I can get to the actual number of unique visitors.
If anyone has other ideas, how to log unique visitors or a variable close to unique visitors, If browser cookie is the way to go, can someone tell me how to "forward" this to FMS log file? Also, what software would you recommend for FMS log analysis? Im currently using Sawmill, but Im not completely satisfied, because I cannot see how many people have watched the webstream for how many minutes, therefore the reporting is inaccurate.
I have this website with a photogallery and I'd want it to force every visitor to leave their e-mail addresses before they get access to the photos and other content. Just like a simple login function but all these e-mail addresses should be remembered by some PHP script, so I could use them to send news and other important information about this website. Pretty much like a news letter function. The e-mails could then be logged into a simple .txt document or something.
View 11 RepliesI'm creating a kiosk with a place for visitor's comments. There are several sections to the kiosk each with their own stand-alone .swf file (not browser based; no html). I'm planning on using Shared Objects to collect the input from the visitors in each section and these will periodically be reviewed by museum staff before actually getting posted. My question is, can I create one .swf for museum staff that uses an array to review each of the SO's created by the individual sections or will a flash file ONLY read in one SharedObject forcing me to create a separate app for each section for the museum staff?
View 1 Repliesi have made a site in flash. stage size 955x600 i have exported it as fullscreen with no scale. the problem is that if i browse the site with a resolution of 800x600 (760x420 if i'm not wrong), the browser dont' add scrolls and its impossible to see the complete site. How can i fix this without resizing the site. i want the users to see with the proportions that i have now.. ijust want a scroll on the browser.
View 2 RepliesI was wondering if its still necessary to build a html site aswell as a Flash Site? Or is there a definitive and failsafe way to incorporate html into my flash site? SEO is a very important factor for me. I read this article: url...by Geoff Sterns in 2006, resulting in the following[code]
View 4 RepliesI wrote this with the idea that it would stop my header from replaying a million times for repeat visitors. However it doesn't seem to be working correctly. I need a little direction, has anyone else done something similar to this? Also Isn't there a way to have it expire? like in a week or something?
Code:
user = SharedObject.getLocal("user_profile");
if (user.data.name == undefined){
[code].....
I would like to know the simplest way to use a text link and open a visitors email client.
View 1 RepliesA client of mine has had 2 sites (both Flash sites) attacked over the last 12 months, so he's been asking: should he go for a static HTML site or stick with a Flash site? Is there ways to make a Flash site more secure?
View 1 RepliesHow do I check if email address is a legitimate email address? Is there any possibility in that?
View 7 RepliesI have some people making a site that uses PHP and mysql. You will be logging in first to the PHP site, but the Flash based component of it requires to use the same log in and password. Do they have to log in twice??????
View 1 RepliesIi am trying to find the ip addres by using as3 in adobe Flash professional cs5. I don't how to do this. Is it possible to find the Ip address using as3?
View 1 RepliesI would like to make a website in which I can pass variables from the Address Bar to the Flash movie such as the website URL...What is the best way to pass variables the same way they are passed with the forces site?
View 3 RepliesDoes anyone know a way that I can create a flash file where I have a main page that loads internal swf pages inside it and when the user starts navigating the address bar changes for exemple: URL...
View 3 RepliesI try the System.capabilities but with no help. I did search around the forum but the was echo with error instead.
View 4 RepliesI'd like to know can I make my flash be affected when browsers address bar changes.Sample: [url]....What do I need: flash website with subpages.I want it to call a function to change visible page into one put in the address bar, like: I click a "info" button in flash
flash shows info page and changes address bar in browser to http:[url]...info and vice versa: I put http:[url]...info into address bar flash changes it's subpage to info.I want it to be one flash file as index.php page without any reloadings, just like in[url].....
I have created a network trouble shooting tool in flash. The design will have all the componenets on the screen. I have to ping to every component once in minute. I have finished the design part. how do i ping a webaddress or IP in flash.
View 2 RepliesI usually work with many AS files in the same folder and it is easy to address those files to each other. But I now have a sub folder inside the name folder which stores most of my files; and there is another as file inside that sub folder. How can I change variables of the AS file(inside the sub folder) from the AS files from the main folder and vice verses.
View 1 Replieshave created a contact form that sends 3 lots of data (name, email and message) to my email address. here is my code for my flash form which looks right
import flash.net.URLVariables;
import flash.net.URLRequest;
InteractiveObject(theName.getChildAt(1)).tabIndex = 1;
[Code].....
when I retrieve/load data from php (mysql) to flash everything works fine but retrieving the following address...it gets cut off when the "&" appears.. Here is the example link:
[URL]
It gets CUT OFF when the & appears.
I have checked only on php and the link that is retreaving from mysql echos it just fine...the problem is when i load the link into flash from php... im using the following syntax on flash:
Code:
shimmyUrl.push(event.target.data["url_"+e]);
I have a CD and have all my files in it and I want to load them into my flash file, how can I do it?
View 7 Replies