IDE :: Flash Banner Won't Refresh/update
Dec 30, 2009
We are moving to a new platform and have a flash banner on the home page that will be changing frequently with new promos, etc. You can find the flash banner at [URL]. I need to be able to update the swf file and have it immediately reflect on this new home page, but it only seems to be updating on the non-secure URL in Firefox and not at all in IE.
View 11 Replies
Similar Posts:
Dec 30, 2009
We are moving to a new platform and will have a flash banner on the home page that will be changing frequently with new promos, etc. You can find the flash banner at http:[url].....I need to be able to update the swf file and have it immediately reflect on this new home page, but it only seems to be updating on the non-secure URL in Firefox and not at all in IE.
View 3 Replies
Dec 21, 2009
I have a problem about my desktop application program which is I have a banner in my application and it has a flash (its name exmple.swf) run in the banner, now I want my program will auto update the exmple.swf file from remote server for the flash. How must I do.
View 3 Replies
Nov 13, 2008
I create a widget that displays the weather from a feed supplied from weather site, but after the initial load the weather isn't updated until the page is refreshed. Its not going to be web based widget so HTML refresh won't work. How would I go about getting the swf to auto refresh every 4 hours?
View 3 Replies
Jun 30, 2011
I have a simple list and a background refresh protocol.When the list is scrolled down, the refresh scrolls it back to the top. I want to stop this.I have tried catching the COLLECTION_CHANGE event and validateNow(); // try to get the component to reset to the new datalist.ensureIndexIsVisible(previousIndex); // actually, I search for the previous data id in the IList, but that's not importantThis fails because the list resets itself after the change).I hate to use a Timer, ENTER_FRAME, or callLater(), but I cannot seem to figure out a way.The only other alternatives I can see is sub-classing the List so it can catch the dataProviderChanged event the DataGroup in the skin is throwing.
View 4 Replies
Sep 30, 2010
I had an issue with my index.html testing on IE and the preloader just stalls on "loading 0%". he told me that locally the progress event doesn't have time to load and to try uploading it to your server and see if it works. It worked just fine. Rah Rah Kglad.
So today I'm fine tuning the swf/ fla to clean it up. Reduced some picture sizes and deleted unused files and reduced the swf from 4000 KB to 350 KB Rah Rah Gene. replaced the swf in Dreamweaver and re-uploaded with Filezilla. Rah ah Filezilla.
Everything working great and my preload went from 23 seconds to less than 3. So I'm real happy except for one small issue. Firefox and IE both do this. If I hit the refresh button, it stalls on "loading 0%" once again just like it did locally.
If I hit the refresh several times it WILL refresh randomly....2 times refresh......10 times refresh etc.
[URL]
Spoke to my hosting company who said everything seems fine on the server. BTW he said Chrome did NOT have this issue Rah Rah Chrome.
View 1 Replies
Nov 17, 2011
I am deploying Updates via SCUP and SCCM to hundreds of Computers. Fortunately Adobe provides an SCCM Update Catalog for both Adobe Flash ActiveX and Adobe Flash Plugin. But now my Problem: After publishing the Update via SCCM, the client is not supposed to be interfered with the Update Progress (which is working) I figured the Updater works like this: First SCCM checks if a Update needs to be deployed, if this is the case, The Flash Updater begins. First the old Flash Version is beeing uninstalled. But now: if the Client has a Browser Window (IE, or Firefox) open, the Updater is not able to install the new Flash Version and quits with an Error. This leaves the Client PC without any Flash (because its being uninstalled before) How can I prevent Flash being uninstalled due to the Update progress not working while a Browser window is open?
View 1 Replies
Dec 12, 2011
I've got a movieclip, which has got a dynamic text element.The movieclip uses a package for its codeThe package if obviously derived from the MovieClip classI've got a timer, that updates the dynamic text field every second.When debugging the code, I see that the timer works well. Its updates the value of the dynamic text field.
View 2 Replies
Oct 13, 2009
I am building a banner ad and I am using Flash CS4. I need it so when someone clicks the banner it takes them to the page in a new window. Its just a a simple URL and I keep getting syntax errors now and I dont know how to do this properly. I have tried these methods.
[Code]...
View 1 Replies
Feb 2, 2009
I need a "Back" button on my flash movie to cause a page refresh. I did a search on google and found the following.
Code:
on(release){
getURL("javascript:window.refresh()");
[code].....
View 1 Replies
Aug 29, 2007
I am developing a standalone flash application using xml. Its kind of a slide show. There are 100 slides and all the content is coming from XML. The problem is when ever i want to make a change i.e in XML- lets say 99th slide, i have to close the swf and run it again to check the changes in the 99th slide. Is there any option to load the xml everytime when i click next button.
View 5 Replies
May 17, 2004
I have a FLASH portfolio that opens up with 4 options. The 2nd option works. But if you click on the first or fourth option, instead of going to their respective scenes it goes to then 2nd options scene. Here is the kicker though - if you refresh the page Control+F5 everything works fine How come it only works after you refresh the page? here is link FLASH PORTFOLIO. Then click on personal portfolio link.
View 1 Replies
Dec 6, 2010
problem is the score board is shown at the beginning if requested and at the end to show your score when the game is finished. The problem I have is refreshing the scores (replacing the current text in the boxes) rather than just adding the text again into the dynamic text boxes..Here is my code :-
var tab = "game1score";// update for each game // game2score, game3score....
var filesend = "receive.php";
var modesend = "post";
//This is called when the high scores are viewed at the beginning of the game
private function onHighScoresButtonClick(event:MouseEvent):void { var receptobjet = variableTransaction(filesend, modesend, tab, false, false); highScoresPage.rejouerButton.visible = false; highScoresPage.blueMan.visible = false; removeChildAt(0); addChildAt(highScoresPage, 0);}[code].....
View 7 Replies
May 16, 2010
I have a file upload tool that I created in flash (as2). The file uploads images and then writes the image details to a database. However, I seem to have a problem then when I refresh the page, the upload script keeps working.And this seems to cause some issues with writing to the database when image don't actually appear to be on the server. I have fixed the issue by doing some checking to see if the file actually exists before writing to the server, but I would like to know why this happens.
View 1 Replies
Jul 12, 2011
I have a Google map and I want to refresh or reload map from my code. How is it possible? I go through this link [URL] but there is nothing for refresh/reload map there.
View 1 Replies
Aug 4, 2009
My flash file workes fine in FF. It works in IE8 the first time loaded, but when refresh,the statistics don't load.
ActionScript Code:
var pulsArray:Array = new Array();
var time:Array = new Array();
[code].....
View 1 Replies
Aug 28, 2010
I want my site to refresh every time I open it. I've been looking at the unique identifier script, but I can't seem to understand where it goes. Is it in the HTML with the SWF or in the SWF itself?When you load a movie, variables, or a text, what you load is put in the cache of your computer by your browser. This can cause problems because if you load files, chances are that you are going to update them quite often, but Flash will look for the files in the cache, that is to say the old ones.The solution is to load your files with a unique identifier. Example:
myIdentifier=Math.round(Math.random()*10000);
loadMovie("myAnim.swf?uniq="+myIdentifier,1);
This works also with LoadVariables, LoadMovieNum and LoadVariablesNum.
View 3 Replies
Aug 10, 2007
how I can prevent flash from reloading when my page is refreshed? When I user clicks the search button the whole page reloads with the data they were looking for but the flash animation at the top of the page also reloads and I would like to prevent this.
View 9 Replies
Oct 24, 2008
How do you force Flash to refresh its xml data?
I have a Flash app that uploads an xml file using URLLoader() and URLRequest(). But this file gets overwritten every 10-30 minutes with fresh data. The only way I've found so far to view changes in the xml data is to refresh my web page (F5 or Ctrl-->F5). Short of turning to Javascript, isn't there some way for Flash to refresh its xml data?
View 3 Replies
Jun 2, 2011
I have a some games made in flash, some in as2 and some in as3... All are loaded using an preloader (another swf file), one for as2 games and one for as3 games... the thing is that for some time now when you load a game the flash player shows a black screen even when the game is loaded, and it stays like that until I rescale the browser window... there is some problem with the flash player refresh I think..
View 1 Replies
Apr 16, 2010
[URL]. Our client communicates with a Rails backend to get login details and then logs into an Adobe LCCS server. We have been cruising right along but around noon yesterday we developed a bug that causes the swf to not render until you refresh the page. On subsequent refreshes it pops up right away. The problem happened even when I disabled the code that checks in with the Rails server. How could refreshing make a difference?
View 1 Replies
Nov 27, 2011
I have a piece of XML that goes out and grabs data. That data is being updated every so often. I want the user to be able to see the updated data by creating a way to reload it every x amount of time.
How do I use the timer to do this in Actionscript 3?
View 1 Replies
Jan 24, 2012
I have to stream a webcam video, so I use ustream to do that, which generate a flash embed code for me, and I have a button to turn off/on the light, but when I press the button it refresh the whole page and so the flash component.
There's some way to not refresh the page and still send to command ?
Well for now it's this way:
<h:form id="form_supervisory">
<h:panelGrid>
<h:column>
<iframe width="480" height="296" src="http://www.ustream.tv/embed/9599890"
[Code]....
View 1 Replies
Sep 1, 2009
I have a flash app which runs on my browser using Apache with PHP.This app displays items according to xml files which can be created anew
or added to.When the user changes these files via php, these changes are not reflected in the app. If I close the app and re-start the changes are there.Is there some way to refresh the localhost in the program?
View 4 Replies
Oct 7, 2010
Does anyone know how to auto refresh with the Twitter API within a Flash App ?
View 0 Replies
Jan 27, 2006
Here's the simple steps
1. Enter part number and submit
2. Part number is sent to server
3. Part number is returned from server with a string of results (manfacturer, product location, number of stock, size, image)
4. Flash takes the results and places them in to their apprpriate display text fields and loads the image also.
All this works great EXCEPT when you try a second, third, fourth...time.
I trace all the responses and get new and correct results for every part number I enter, but it simply won't overwrite the previous displayed data. Nothing I try will get rid of the last results!
View 1 Replies
Mar 11, 2007
Code:
function LoadXML(loaded) {
if (loaded) {
_root.kul_ad.text = this.firstChild.firstChild.childNodes[0].nodeValue;
_root.kul_kalyon = this.firstChild.childNodes[1].firstChild.nodeValue;
[code]....
I have swf get values from a xml.I want:when I send a change to xml, flash will detect that automatically
Code:
myLoadInteval = setInterval(LoadFile, 2000);
function LoadFile() {
xmlData.load("xml.php");
}
didn't work
View 3 Replies
Apr 24, 2007
here is my code
[Code]...
i want flash to refresh this function in every 1 seconds. how can i do that?
View 5 Replies
Jun 10, 2009
I've been making a game and want it so you can play again - when I try and send it back to frame 1 (it's preloader) it doesn't really work. I was wondering if there was a way of basically refreshing or reloading the whole swf file?
View 3 Replies
Feb 16, 2010
I am working on a prototype or proof of concept for my company to adopt Flash as an alternative rather than conventional HTML. I've created my demo XML file locally and followed instructions on a YouTube video (yeah I'm that new) and it all works as it should. The problem is this... I have been looking literrally for hours for a way to get my Flash file to update when the XML gets changed. Either on the fly or via some sort of timer/auto-refresh. I simply cannot wrap my head around it.
Here's my AS3 code so far:
var xmlholder:URLLoader=new URLLoader(new URLRequest("test.xml"));
xmlholder.addEventListener(Event.COMPLETE,onload);
[code]......
View 8 Replies