IDE :: Preloader Works Locally But Not On Server
Mar 7, 2009
I'm working on a website ([URL] - don't think the flash file can be seen in FF yet) and I want to load an swf-file with some illustrations and such. As this could get a little big, I have made another swf-file which shows a preloader and loads the first swf-file. The preloader works perfectly when tested in Flash CS3, but when uploaded to and tried on my webhost's server, the preloader doesn't load anything. Instead it of the load-percentage it just writes "NaN". You can find the as3-code down below. The preloader-swf and the swf to be loaded are located in the same folder. Both are as3.
This is the code from my as-class file:
package classes{
// Imports necessary classes
import flash.display.MovieClip;
import flash.text.TextField;
import flash.events.Event;
[Code] .....
View 2 Replies
Similar Posts:
Jan 19, 2011
I've got a project that loads a couple of external flv videos. It works great locally but when I upload it to a web server I just get a blank screen.
Googling reveals two possible issues... server mime types, and flv path issues.
Everything is in the same folder so I'm doubting it's a path issue.
If it's the mime type issue, how do I go about fixing it? My host is dreamhost.
*update, I tried adding the following two lines to my .htaccess file but it didn't change anything:
AddType application/andrew-inset ez
AddType video/x-flv flv
Here is the html: [URL]
And here is the whole project in a zip if anyone has time to take a look:
[URL]
View 1 Replies
Jan 19, 2011
I've got a project that loads a couple of external flv videos. It works great locally but when I upload it to a web server I just get a blank screen.
View 2 Replies
Aug 1, 2006
So I have an html file with a swf in the center which loads pictures and text via XML. It works fine on my own computer but on the actual site it doesn't load the pictures or text it, in any browser.
View 1 Replies
Jul 30, 2009
There is a number of posts but no solution to this issue. I am using alducente web service class to make SOAP calls to a WS from flash and it works perfect in the Flash IDE. When I publish to my server it just hangs.
I have a crossdomain file allowing all headers and domains etc. no luck.
View 0 Replies
Jul 7, 2010
i inherited an old as2 mp3 player. i'm trying to read id3.artist from the mp3 playing. it gets it and displays fine locally but as soon as i put it on a server it always returns 'undefined'. do i need some kind of a security file or something to read the id3 info?
View 1 Replies
Feb 5, 2010
There was always a flash movie on the homepage and it worked fine. A couple days ago I replaced the movie with a new one and added a .swf to the portfolio page as well. On the portfolio page, the movie is layered behind a series of transparent .pngs that link to their corresponding lightbox designations. The movie just plays, there isn't any interaction this way, atleast not in flash.
The problem: Everything works perfectly fine locally on all browsers and not at all on the server across all browsers. I have seen this problem before and read alot of posts about it.I know I have the proper scripts files. I've re-saved flash movies, changed their location within the site, published them with the appropriate settings, nothing seems to do the trick. Whats worse is that the lightbox doesn't even work online and it runs fine locally. Infact you cant even click on the .pngs and they aren't positioned the same with the css as they are viewed locally. I've overwritten the css with the up-to-date stylesheet many times as well
View 5 Replies
Mar 30, 2010
I'm using BulkLoader to load a single XML, parsing this, extracting out a list of images on another server (amazon), adding them to BulkLoader and loading them in.
this all works great running in the Flash IDE but as soon as it's uploaded the xml loads, parses BulkLoaders starts but non of the images load.
I assume it's a security issue but linking to these images from the local or from a html page works fine just not from Flash from a server.
View 4 Replies
Jul 26, 2011
I created the movie in a new folder, so I owuld have all the files... fss.html, fss.swf and MinimaFlatCustomColorPlayBackSeekCounterVolMute.swf I uploaded all these to the server.....
[Code]....
View 5 Replies
Nov 9, 2010
Mainly because I have it ALWAYS working locally, when I test in a browser, but the moment I deploy to a server it stops working.
I've added trace commands and confirmed that ExternalInterface is in fact available before adding the callback, and an alert command in the javascript method correctly identifies the flash object. I also checked and allowscriptaccess is set to 'always'.
Could it have something to do with the flash being served on a remote server?
View 1 Replies
Dec 22, 2008
I have made a XMLloader with URLrequest, and it works locally by calling the file directly by its name ie. "myFile.swf". var presLoader:Loader = new Loader(); presLoader.load(new URLRequest("myFile.swf")); addChild(presLoader);
But when I uploaded the loader to the server, I have no file, only "URL not found"-error. So I found out that I should change to URL to "/Files/Images/subloader/myFile.swf" then it will load. But thats a real problem, because I have several loaders.
View 1 Replies
Apr 6, 2012
I have tried numerous attempts at converting flash files to HTML5 with Swiffy -- and they all work great in a browser running locally, but when I put the HTML file that is exported on a server (I tried two separate ones, just in-case it was some server configuration) they do not run, it gives a blank white screen.
I tried saving the file down to Flash 5 export, and changed settings and they work locally but not when placed on a server. I tried converting several flash files all with different animations, and I get the same results -- it works locally but not on a server.
View 1 Replies
Jul 26, 2010
Anytime this .swf is ran from my computer during test runs it works flawlessly. As soon as It is embedded in an HTML page the sound doesn't play.
View 3 Replies
May 17, 2010
I have one .swf that loads a second one on level 2.level 2 then in turn loads variables from a text file .The problem is that it works locally, but refuses to work on the server. The urls are all local. This is such a simple procedure, I can't figure out what is wrong..... are there limitations doing this via server vs. locally? I never get any "file open" errors locally. I've spent 2 hours on this.... I'm just using a simple LoadVars similar to this example:
Code:
loadText = new LoadVars();
loadText.load("text3.txt");
[code].....
View 5 Replies
Feb 9, 2009
I'm new to AS & Flash, but not programming in general. I've got a project where I'm needing to use embedded fonts. To save the size of my main .swf, I've been using the Loader class to import .swf files with the fonts embedded at runtime. The "font library" .swf files contain just the embedded font, and in frame 1 have
[Code]...
View 1 Replies
Jan 18, 2010
I have a big problem with preloader for my flash site. It works on one server but when i try it on another server it does not work. On site where it does not work it displays Infinity in IE and all the time 100% in firefox but in flash when traced preloader works and on another server too. It is the same file.Is there any specific function or mode that server must have or enable for a preloader to work.
working:
[URL]
not working
[URL]
It is really annoying since the one not working is where i am hosting my page.
View 2 Replies
Jan 25, 2010
Swf generated by class (shown below) brings in the noponies as3 accordion which all works ok locally. But when I put it online nothing is shown. I think it's something to do with the xml files but not too sure
Code:
package courseClasses{
import flash.display.MovieClip;
[code].....
View 2 Replies
Feb 8, 2009
I'm using a MovieClipLoader in order to load in a couple of images into my flash during runtime. And it works perfectly when I play it locally, as well as from the FTP so to speak, but when I go "live" with it - that is with a URL... it just doesn't work! The XML file that goes with it works very well, and I've traced the paths and they're the same live and local.
View 1 Replies
Jan 25, 2010
Swf generated by class (shown below) brings in the noponies as3 accordion which all works ok locally. But when I put it online nothing is shown. I think it's something to do with the xml files but not too sure.[code]
View 2 Replies
Aug 11, 2010
I made (or copied) this XML 3d Carousel: [URL]
I changed some settings, just what I needed like stage size, thumbnail size and so it doesn't spin too fast when mouse rolls over.
I replaced the images with my own, so I have like four now spinning around. It works fine when I hit Ctrl + Enter to test my movie and aswell the carousel.html works in the browser.
I uploaded all files (four images named c_img(number).png, carousel.xml, carousel.swf and the AC_RunActiveContent.js) all in the same folder to my website through FileZilla but the god damn movie doesn't work on the web. It just shows the background so it must be the images are not loading in correctly, but I can't find what's wrong. I've checked the file paths and they are correct, I don't use any cross-domains. Honestly I can't find the problem, it works on the tutorial site so why not on mine? I basically just copied all, nothing more.
I did notice a strange thing though. If I write the direct address in the browser address field [URL] so it loads in full screen, the image carousel shows but very far outside to the right of the screen. I used Firebug and changed the size of the flash movie so I could see far beyond, it's very f'ed up..
Direct link to it: [URL]
If you have Firebug, use it and change the size of the flash and you'll see the carousel to the right of the screen, outside the main flash content area. :/
View 5 Replies
Oct 16, 2009
i have a flash (swf) file
i embedded it in an html page
the location is right
it works locally when i preview it in a browser
as soon as i upload it - it doesn't show up
here's the page: [URL]
here's the location of the swf file: [URL]
i've even tried relative vs. absolute links and nothing. i've tried firefox and safari. nothing.
i'm guessing this is some dumb simple thing, and hopefully it took you longer to read this than it will to type the answer.
i am embarrassed that i am not getting this but hey, it needs to be fixed and i'm sick of looking at it and trying to figure it out.
View 2 Replies
Jul 4, 2010
I am new to flash and have created my first flash video, a simple set of fading photos for my website front page.I am using Flash, Dreamweaver and Fireworks all CS3, The flash video is embeded in the webpage and works fine in preview mode in Dreamweaver but does not appear at all in the uploaded webpage.The flash video works fine through the link on the webpage.I have uploaded the AC_RunActiveContent.js script to a scripts folder and to the folder where the webpage is and also the folder containing the flash video file.
View 8 Replies
Oct 15, 2009
I have learned that the only way to conditionally test if an XML file exists is to go ahead and load it, first. Then base your conclusions on whether the load fails or succeeds.
I have used the code below to determine file existence with my own project, but it will only correctly work from my own hard drive. If I push my compiled work onto my web space, the result will always be True (file exists), even though it is absolutely False. I have tested this condition with the Alert component, and the routine indeed fires as True when it should not. I am not trying to cross domains when checking, either; it is all within the root directory.
why the routine would fail on the web, but work perfectly on my own hard drive?
Code:
fileExists = new LoadVars();
fileExists._parent = this;
fileExists.onLoad = function(success) {
[Code].....
View 4 Replies
Nov 16, 2009
swf used to show currently playing song from an xml file. fla checks any change in xml and updates immediately. this works fine locally but not online.
actionscript:
import flash.events.Event;
// imports flash events for the ENTER_FRAME event //
[code]...
View 1 Replies
Dec 6, 2009
I'm trying to load xml files on another domain on mine. This code works locally but not when i post it to my server. [code]...
View 0 Replies
Apr 2, 2007
sendAndLoad works locally but not on site My sendAndLoad PHP Code:
[Code]...
View 1 Replies
Aug 22, 2007
form/php works locally not online posted this before but no luck. it just doesnt make any sense.. same swf and php. php is sitting on my server. when swf is tested locally it sends an email. when swf is uploaded next to php it doesnt. it is driving me CRAZY.
should also say, i have field validation within flash.. so once all fields are accurately filled the submit button loads the variables from the mc that contains the text fields and sends them to the php.. once that is done, it clears all text fields and the submit and reset buttons and loads an acknowledgement text. this happens locally. when online the submit button does nothing of the sort.
View 3 Replies
Jul 16, 2009
I don't know if anyone else has had this problem, but I've created a flash project that works fine on my computer locally. When I take it to another computer(I've tried 3-4), my keyboard events are not working. I used Actionscript 3 to create the file. I've checked to see that the other computers had the latest version of Flash player, but it's still not working on those computers. Does anyone know why my file may not be working? Is there a specific plugin/download I need to have to make my files work?
View 1 Replies
Mar 10, 2005
I downloaded this mp3 player[url]...
I havn't modified the AS, only the vplayer.xml and the size, colors of the player. Now when I execute the swf file itself, the player works just fine, but it will not work embeded into an html file, the player says "Loading playlist, Standby"
I'm trying to figure out the problem, but since I'm a total AS n00b, I'm not in a position to troubleshoot the problem, so here's the webpage[url]...
View 1 Replies
Mar 17, 2009
I finally finished my game and now whenever my game communicates with my php file/mysql database it fails when the file is being run off the server, but somehow it works fine when played locally.
Here is some sample code:
(This works locally, hence the full url for the load function. But it does not work on the server which I thought was strange.)
Code:
startupvars = new LoadVars();
startupvars.load("http://alexville.com/alexvillenetwork/startup.php");
startupvars.onLoad = function(success){
if(success){
[Code].....
View 1 Replies