I 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?
I am trying to create a flash movie that takes variables from the address bar of the page in which it is contained, and then displays the results.If possible I would like to use PHP in conjunction with flash to achieve this.
I need to be able to pass some variables FROM flash and append it to the end of my address. I assumed that if I used LoadVars, I can append the vars to the end of the string like this:
ActionScript Code: send_btn.onRelease = function () { var my_lv:LoadVars = new LoadVars();
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]
Ii 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?
Does 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...
I'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].....
Can 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?
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.
I 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.
have 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
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:
I'm a bit of a newbie with flash and Actionscript. I have been programming for a number of years now, but I have only been messing around with flash since CS4. I have CS5 now, and need a bit of help. I have a wireless device that I have made, I wish to make a flash program (potentially adapted to iPhone or Android) that sends and receives data (in the form of Word or Byte sized variables) from an IP address assigned to the device. Is this achievable?
I 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 am trying to retrieve mysql data using php(products.php) and return the data in xml format to ADobe flash as3; but i am getting following error.[url]...
I have WAMP installed; which works fine as i have many other php projects working here.[code]...
I am using swfAddress 2.4 for browser navigation and everything (back and forth button in the browser) works fine as long as I stay in my flash website, but when I use back button eventually to go out of the website and then use the forth button to come back , it just takes me to the home page of my website, instead of the last page I was in my website before I hit the back button. it looks like I loose the history of my pages as soon as I go out of my flash application.
how can I make the browser navigation with swfAddress works when I go out of my flash application and want to comeback to that? and still have the history of my pages.
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. [code]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]
Any tips or has done displaying ip address in flash? I just need to display in a simple flash page the ip address or location of the person who is viewing this file?
With regular HTML it's possible to change the look of the page and to make new cookies using javascript simply by typing it into the address bar and hitting enter.But what about flash videos.Is there a way to preform some action on the video on the page using javascript in the address bar?
I have a "handmade" button (_btn as instance name), with only a dynamicText inside (or can I say one dynaticText for each of the four button modes). The dynamicText for Up mode has an instance name of "_text".
So if I am working on the AS of the movieClip that contains the button, how can I address the text of the dynamic text?[code]...
inside a MouseEvent.CLICK function, I usually used e.target to address the movieClip that I clicked, but that only work with a movieClip that doesn't have any children (such as text and other symbols) inside. When it has children inside, the e.target return the child inside the Mc but not the Mc itself. The e.currentTarget didn't work, either; it returned [object MovieClip] but not the instance name of the Mc.
Now im developing one flash site. In that i have one form details.. I completed the form using php. when we user register all the data will store in one notepad file. Now i have one more form for referring friends... When users referring his/her friends in that form i have one field his/her (Referral Email id/phone no) text field. Once User submit the form first i want to check if this user already register with us or not. So i want to check the notepad file for his email id / phone no. if he already registered then only form will submit.
How to check email id/ phone no in notepad file from flash?