ActionScript 3.0 :: Flash Website And Address Bar?
Sep 19, 2009
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].....
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]
How do I get the IP address of a certain website using Flex 4 via an AIR application? I know that this is do-able using ping but how can I replicate the same only this time, using AS3 in Flex 4 and as an AIR application.
Im trying to make a website using swfaddress, and i cant figure out how to do the dynamics with arrays, rather then putting the motion tweening in the frames. What i got so far: everything is working as long as you use the buttons on the page, each button in the menu makes the previous page go away and brings up a new page according to the button pressed (its just white square, that comes from the bottom of the screen) dynamically.
Buttons and pages are located in the first frame, then i ve got keyframes: about, gallery, etc. The problem comes up when i upload it in the internet, and i try to use the back and forward buttons in the browser, my white square windows (pages) are only capable of moving out of the page, but a new white square doesnt come up.
I'm trying to implement swf address with my website that uses external swfs as the 'pages'.
[URL]
But I haven't been able to find an example file with example code that I can ferret out how to apply this to my website. I've also checked the swfaddress and while there is a link to this:[URL].Also... is it unwise to retroactively work in swfaddress to an already compiled as or should i be starting fresh, knowing that I am going to give unique urls to various buttons, that when clicked, bring up a certain 'page' or external swf?
I have 2 websites both built entirely in flash.My problem is that I have created a button on 1 of the sites that has to link to a particular scene and frame within a different flash website.
I want to use a flash preloader for my php website. I have seen some javascript examples; but I want something attractive and cool. So I want use flash preloader which will show the percentage of the website loaded.My website is kinda heavy(with lot of images). It looks bad when the contents load. So I want to show a flash preloader while the site loads.
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?
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?
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...
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.
am i publishing the movie incorrectly? It works great when I preview the flash file (cntrl+enter), but after I publish it and insert it into the html (in dreamweaver), the file shows up and animates perfectly, but when clicked, no link... It doesn't do anything
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?
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.
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]...