ActionScript 3.0 :: Site Not Loading - Possibly Wrong Framework File?

Oct 4, 2011

The site appears to be loading on some machines, and not on others I can't determine a common theme. In this instance, loading = Splash screen appears, user makes language selection, main site then pre-loads. On a successful load it gets to 100% and displays the website, on a failed load it stalls at 99%.

Tests currently show:
Primary test computer (with problem)
OS: Windows 7
Browsers:Chrome 12
Internet Explorer 8
Firefox 3.6.13

Flash version: Chrome: 10,3,181,35
Internet Explorer: 10,2,159,1 and 10,3,181,34
Firefox: 10,3,181,34

On other machines, it works with Flash versions:
Chrome, Flash version: 10,33,181,35
Internet Explorer, Flash version 10,3,181,34

Since these tests, I've also tried it on a number of other Mac/PC's and haven't found any problems. Steps I have taken so far to try and troubleshoot: Cleared Flash cache and browser cache on machine where site works, and also on machine where site doesn't work. There is a file that doesn't appear to be load (this is showed in Safari on Mac) - framework_3.1.0.2710.swz - initially I thought this to be the problem, but yet the site works on some machines still without this file.

View 1 Replies


Similar Posts:


Actionscript 3.0 :: TypeError: Error #1009 (Something Wrong As Loading .swf File?

Apr 3, 2009

I´m having one problem with my .swf file which I´m trying to add to stage. It needs also a .xml file to work because it includes all the images and so on. I downloaded it from here for free : http:[url].....I tried to use this kind of a code

Code: Select allvar requestObj:URLRequest = new URLRequest("featureSlider.swf");
var loaderObj:Loader = new Loader();
addChild(loaderObj);
loaderObj.load(requestObj);

but with no result. Some error appears to the output window:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at featureSlider_fla::mc_featureSelector_4/featureSlider_fla::frame1()

Here´s the code of the .fla file
Code: Select allimport fl.transitions.*;
import fl.transitions.easing.*;[code]........

You are able to download the. zip packet as well over here http:[url]......add to the code to get it work? some if statement or what?

View 2 Replies

Loading XML File With Swf On Site?

Jan 3, 2010

I created a swf that I have on my website. The swf loads xml data. it works fine when I test it locally. But when I upload it to the server, I get a IOErrorEvent().[code]How can I figure out what is causing this error? Driving me crazy...been up from 9am - 5am trying to create this header for the site and now I'm stuck on an XML load error...

Correcting the comment tags fixed my xml loading problem.I then was faced with the images within the xml file not displaying on the screen. When I went to www.mysite/media/myFlash.swf, the images loaded perfectly; however, when i went to www.mysite.com where the 'myflash.swf' was in a the images threw another error.I corrected this issue by changing the file path in the xml...instead of acquainted.jpg I changed it to media/ specials/ acquainted.jpg.

View 2 Replies

Professional :: Signing Using Password Site Is Tellin It Wrong?

Jan 15, 2012

I' signing using my password your site is tellin me it wrong

View 1 Replies

IDE :: Loading An External Swf File Into Main Site

Jan 16, 2004

i am extreemly new to flash / website design ( i made my first site 6 months ago ) i am very interested in making a good looking flash site. I have made a simple flash site before using dynamic text loading it form .txt documents. too bad the site is realy lame and i want to make a better one. here is the url to my site here This came about throught the useage of tutorials on this site. i am using flash MX version 6 now i am in the process of making a new site for my profile which will be totaly flash, using flash movies getting imported into a main site under a certain layer.here is how it is set up.

[Code]....

View 3 Replies

ActionScript 2.0 :: Entire Site Content Loading From One Txt File?

Aug 25, 2007

Ive been looking into whether or not, it is possible to load the entirety of site content dynamically from a text file. I know, how to specifically choose and reference from one txt file to a dynamic text block. But, is there a way to have one huge file? That is to say, can I target certain things within a txt file?

View 2 Replies

ActionScript 3.0 :: Framework - All Different Way Of Loading Data?

Jun 18, 2010

I'm developing a little framework in as3 for making my works someway faster. I'm trying to make a loader as flexible as it can be because different clients want different loading ways: XML, single swf, etc. I've used loading external data with an XML and, inside flash IDE, with the option of "export for Action Script". Now, my question is, which are all the ways of loading data in a flash app? I've been looking but i'm kinda lost, too many search results.

View 1 Replies

ActionScript 2.0 :: Loading A Few .PNG Images In Via The CASA Framework

Apr 3, 2008

I'm loading a few .PNG images in via the CASA framework and all works fine except the image quality. Had these images been placed inside the .fla, I'd use the Library's "allow smoothing" checkbox.

Is there a way to do this with AS2.0 ?

Note: I tried setting .bitmapCaching & forceSmoothing properties of the mc that contains the loaded .png but no luck.

View 2 Replies

Professional :: IE Loading Wrong Xml

May 26, 2011

I have built a website that contains two flash galleries on two separate pages.Each .swf galllery is meant to call a separate xml, loading the relevant text and images.The galleries work perfect when using Firefox-windows, Firefox-mac and Safari and on my local machine(macbook)The galleries do not work using IE-windows, the problem being it loads both galleries with the same xml. [URL]

View 3 Replies

Flex :: Runtime Loading Of Localized Framework Files?

Jun 8, 2011

According to the Adobe asdocs, Flex framework files are supposed to be able to be loaded at runtime. These localized framework files, the ones that exist at (on windows) C:Program Files (x86)AdobeAdobe Flash Builder 4.5sdks4.5.0frameworkslocale, are responsible for items such as button text on Alert Dialogs, and a host of other controls. My expectation is that once these framework files are loaded I would see these resources available in my Flex app.

I've set up my project as follows:

MyProject
-src
-Flex4.5
-Referenced Libraries

[code]....

Now the asdocs state that in order to do this, you have to set the compiler settings to read

-locale=en_US,da_DK,de_DE,es_ES,fi_FI,fr_FR,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pt_BR,ru_RU,sv_SE,zh_CN,zh_TW -allow-source-path-overlap=true -source-path=locale/{locale}

which I have done.My Build Path Libraries for Flex 4.5 - C:Program Files (x86)AdobeAdobe Flash Builder 4.5sdks4.5.0 are set to be Runtime Shared library (of note, the {locale} subfolder says "Merged into code")

But when I change the language in the browser, I'm not seeing any of the framework resources.Also, when I build my project, I don't see any indication of the locale-oriented resource files in the bin-release. Since we only deploy the contents of the bin-release folder (and not the entire project), how is this supposed to work?I am also seeing .swz files in my bin-release (and I know these arent the localized framework resources).

Does anyone have any experience with Runtime Framework Localization?? What am I doing wrong? My expectation is that once I build my project (with the framework resources externalized) that the app would be able to load those resources, but this isn't happening and I am not interested in compiling a different version of my app for all of the locales I support.

View 1 Replies

Professional :: Flash Player 10.1 Loading Wrong .swf

Jan 18, 2011

As I didn't find another place for Flash Player 10.1 standalone-subjects (only 10.2. or the browser-players),When I open my .swf with double-click from the finder, it opens in FP 10.1. - but an _older_ project (which is located in a completely different place) will load! And it opens twice No matter, what new .swf I am creating, it's always this old file that will start.When opening the same .swf in FPlayer 9, it works fine.

View 1 Replies

ActionScript 3.0 :: Functions Loading In Wrong Order?

Oct 20, 2009

How do I stop the visible function coming before the one above it? Here is my code:

ActionScript Code:
root.info2();
infomc.visible = false;

info2 is a function for a button which contains other functions which need to be performed before the button(infomc) becomes invisible. At the moment, it becomes invisible first before any of the functions on info2 begin.

View 2 Replies

ActionScript 3.0 :: Swf Loading Into Movieclip Is Wrong Size

Jan 28, 2011

I am trying to load a swf into a movieclip of the same size but the swf seems to be resized somehow.The Movieclip and the swf are both 300 x 300 pixels. Yet the swf loads in scaled down and is only taking up part of the movieclip.I have the following code on the 1st frame of the timeline of the container movie:[code]

View 1 Replies

ActionScript 2.0 :: What's Wrong With Externall-loading HTML-formatted Text

Jun 7, 2006

I am trying to load in a text file into a flash movie which has some HTML formatting to it - there's very little i can find out about this on the web - it kinda works..

here's my external text file..

history=<B>History of BodyTalk</B>
<B>World Wide Focus</B>
The International Association (IA) <a href="http://www.bodytalksystem.com" target="_blank"> <font color="#0099FF"> www.bodytalksystem.com </font></a>

View 1 Replies

Flash :: Generate A .swf File Using Cairngorm Framework?

Oct 18, 2010

[URL] Looks like MVC to me,but I'm not sure if that's the exact framework used. UPDATE Now I know it's using the Cairngorm framework,and I've downloaded all the source files,how can I generate a .swf file? UPDATE 2 How can I know the exact version of Cairngorm used?

View 3 Replies

ActionScript 3.0 :: Flash Loading An Image In The Wrong Part Of The Movie Clip

Apr 9, 2012

I am having trouble loading an image where i really want. Here is the code that i am using:

[Code]...

The CELL movie clip it has 3 more movieclips inside, i want to load the image in a particular one inside the CELL movie clip... the previous code works, but seams that it is loading in the cell movie clip... The other 3 movieclips are A, B, C... i want to load the image in cell.c

View 2 Replies

ActionScript 3.0 :: Calling Preloader Function At The Wrong Place Or Are Objects In The Library Loading First?

Apr 2, 2009

I have a flash project that exports at around 3MB, I am trying to create a preloader for it but it seems to get called after the preloading is complete, there for, making it useless. My stage is empty, nothing on the timeline. The preloading script is called in the main document class. Does anyone know why this isn't working, am I calling my preloader function at the wrong place or are my objects in the library loading first? Here is the code,

[Code]...

View 4 Replies

F4V Video File Duration Metadata Is Wrong

Oct 21, 2010

I am using Flash Media Server 3 hosted by Influxis.I use to upload flash videos (flv) to view from our company website, which uses Flowplayer.I got a new video which is F4V, but this video is little wierd, It plays well but the duration shows as 3:00:00 (3 hours) which is actually 11minutes 30 seconds.

[Code]...

View 1 Replies

ActionScript 3.0 :: Get Flv File Looping Within The Swf - Access Of Possibly Undefined Property

Jun 5, 2011

I want to get my flv file looping within the swf. I've used the FLVPlayback Component. I've given the flv file the instance name of "vid". Actionscript is as follows:

import fl.video.*;
vid.addEventListener(VideoEvent.COMPLETE, rewind);
function rewind(eventObject:VideoEvent):void {
vid.autoRewind = true;
vid.play();
}

The error message I get at runtime is: 1119: Access of possibly undefined property COMPLETEthrough a reference with static type class.

View 3 Replies

Professional :: Add Loading Bar To Already Laid Out Site?

Oct 3, 2010

l basically completed my entire site, which has a few layers and over 400 frames which are broken into different labeled sections on the main time line.The entire site  is located within one scene.After that l decided to add a loading bar with AS3. lt kind of works but only goes to 40% of so and then jumps to the second frame.l took the code from

function loadProgress(my_content:ProgressEvent):void {
var percent:Number = Math.floor( (my_content.bytesLoaded*100)/my_content.bytesTotal );myLoadText.text = percent + "%";myLoadBar.width = percent * 2;}function

[code].....

View 1 Replies

ActionScript 2.0 :: See The Preloader Loading The Site From 0%

Jun 10, 2008

we have a website online the last few days, narrowcastmedia.co.za. Everything works well but the only prob encountered so far is our main preloader (positioned on the 1st frame, once loaded it sends you to frame 3 where the rest of the code lies), the preloader itself only is visible when starting around 80/90%. I want to be able to see the preloader loading the site from 0%. Ive changed the settings of AS2 where i export the classes in frame 3. it helps a little bit but still the preloader starts now from around 60/70% and still not from 0%. A AS file is attached so you guys can have a look at the code behind the preloader.

View 5 Replies

Getting Error 2044 When Loading External Swf Into My Site

May 20, 2010

Ok what i have is a site made from 1 flash file where i am loading external swf files for my picture galleries. now what is happening is in Flash, dreamweaver and when i test the site, everything is working perfectly, the problem is coming when i go into internet explorer go to the site and click on the flash button to go to the picture gallery, that is when it is giving me a Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.

View 3 Replies

ActionScript 3.0 :: Loading Swf From Other Site Into Swf With Embed Code

Sep 19, 2009

i have a flash site, and i want to call another flash file from another site. Its a magazine with the flip efect, the site is [URL], they convert your PDFs to flip flash books, i cannot do myself so i use this site, the problem is i want to put the flip book in a section of my site. [URL] gives you a embed code to put on html, but i dont know how to use it in flash, someone knows a way?

View 2 Replies

ActionScript 3.0 :: Loading Data From Site With Login?

Jun 26, 2010

I'm making an app in flash builder that has to use data from an html page, but I have to be logged in to the site to be able to even see the page (yes, I have a login for it).

View 1 Replies

ActionScript 2.0 :: Loading Different Flash Movies On Site?

Dec 29, 2003

I have a page on my site that loads different flash movies I've made - [URL]. There should only be one link at the top. When a little square is clicked I call:
[AS]
_mc.unloadMovie();
_mc.loadMovie(path);
[/AS]
But if you click the link a bunch of times something funny happens - the squares start to come more and more. why?

View 1 Replies

ActionScript 2.0 :: Preloader Loading Contents Of Site?

Mar 11, 2004

How it is done, when you enter to site [URL]. Preloader loading the content of site and when you re-enter to site you see the preloader once again and preloader loading from 1 to 100 fast. What script cause this effect?

I have 2 mc, mc1 with script :
onClipEvent (enterFrame) {
if (!loaded && this._url != _root._url) {
if (this.getBytesLoaded() == this.getBytesTotal()) {
loaded = true;
_root.mc2.gotoAndPlay("preloader");
}}}

And mc2 have preloader in 2 frames and then goes frame with label loadMovie("content") but its not working.

View 3 Replies

ActionScript 2.0 :: Loading On Site - New Menu To Animate Over The Old One

Mar 19, 2003

Im making a site in flash, the thing is, my menu and contentpage is all the same for all the diffrent menues. So when u push portfolio i want the new menu to animate over the oldone. And i want to do it on all the menues.

View 4 Replies

Flash Site Loading Time On Smaller Bandwidths

May 9, 2009

I have a lot of questions about how to optimally load my newly created flash site (very large file size). I have created an entire site in Flash (one swf). It will take quite some time to load on smaller bandwidths, so I am wondering: Is there a way to have the main movie clip load, with the others loading in the background, instead of the user having to wait for the entire site to load.

Also, if I add a preloader to the entire swf, how can I get the flash movie to start before it reaches 100%? If not, is there a way to add preloaders to individual movie clips within the site. If not, how can I quickly break my fla apart and make my movie clips into separate swfs. After this, how do I add preloaders to those? Any general tips to greatly reduce fla or swf file sizes?

View 1 Replies

ActionScript 3.0 :: Loading External Video Flash Site Bug?

Oct 20, 2010

Im having issues with the loading external video method in acitonscript 3.0 book by todd perkin.  The issue is about the lesson on page 308 in ch 11.

[Code]...
 
This is the only thing that crashing my site.  The load external video methods nice but if I cant make practical use of it, its useless.  Any actionscript gurus out there know a solution to fix this problem? 

View 1 Replies

ActionScript 3.0 :: SWF Not Loading Xml Data / Images When Uploaded To Site

Aug 30, 2010

I just uploaded my exported swf to the site for the first time and it's running the movie but, either not reading the xml file or reading the xml and not loading the images.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved