ActionScript 3.0 :: Loading Txt File Depending On Which Country?

Feb 21, 2010

Question: Is it possible to let flash load different files with an if-statement depending on from where the file is entered?My plan is to publish the swf with an html file. So theoretical as there are many different locations for IP adresses it should be possible to have the if-statement check, from where my file is opened

View 3 Replies


Similar Posts:


Professional :: Logo To Bounce From Country To Country On Flat Map

Feb 12, 2012

I have static background and do not know how to do motion of logo from country to country. and end up with logo static in North America I have files to send if needed

View 1 Replies

ActionScript 2.0 :: Replace The Xml File With Another Xml File Depending On Button Pressed?

May 1, 2008

I'm doing my final year uni project (1 week left) and having trouble with some actionscripting and xml.Basically I have all the usual AS coding sorted out for my XML data and it's working fine but what I want to do is replace the xml file with another xml file depending on what button (I have 25 different files/buttons to do) is pressed.

So button 1 will put in: xmlFile.load("button1.xml")Button 2 will replace the above scripting with: xmlFile.load("button2.xml")

Is this possible? I don't want to create 25 instances/frames of the full xml text as the xml datat is displayed on an animation and it would significantly increase the file size.

View 2 Replies

Flash Loading A Slide Depending

Feb 2, 2011

Is there any way to show a certain slide in flash CS5 depending on what day of the week it is? Say for example its Monday the flash file on load will show a slide designed for Monday.

View 1 Replies

ActionScript 2.0 :: Loading Data Depending On Date?

Apr 14, 2004

I want to beable to automatically load an external txt file into my flash movie according to what date the computer thats viewing is running.

Heres what I mean. If the computer that is viewing my swf file has the date Friday 1 Jan 2004 then txt file "1" would load and show. If the day was 5 Jan then txt file "5" would load and show.

I have hunted around for a tutorial for this but havint been able to find one. At the moment I am using simular script used in the display date & time tutorial on this site, if that helps.

View 8 Replies

ActionScript 2.0 :: Loading In A Xml Doc And It Loop In The Xml Doc Depending On How Many Node Are In It

Feb 23, 2006

im loading in a xml doc and it loop in the xml doc depeneding on how many node are in it. and attaches the nodes to a mc. the mc has three text fields in it. im trying to move that mc called t over 50px on _y.Code: as of right now they load on top of each other. does anyone know how i would go about doing that?

View 12 Replies

ActionScript 2.0 :: Loading External SWF Depending On Date

Feb 8, 2007

How can I tell flash to load swf depending on date? I want my movie to load swf on 3-3 or something and I don't want it to load on other dates.

View 3 Replies

ActionScript 2.0 :: [FMX] Loading Data Depending On Date

Apr 14, 2004

I want to beable to automatically load an external txt file into my flash movie according to what date the computer thats viewing is running. Heres what I mean. If the computer that is viewing my swf file has the date Friday 1 Jan 2004 then txt file "1" would load and show. If the day was 5 Jan then txt file "5" would load and show. I have hunted around for a tutorial for this but havint been able to find one. At the moment I am using simular script used in the display date & time tutorial on this site,

View 8 Replies

ActionScript 2.0 :: Loading Swfs Depending On Screen Resolution

Dec 19, 2006

I had done a swf content for some major resolution ..flash800.swf,flash1200.swf,flash1600.swf. I load a swf at first which detects the x resolution of a screen and then loads appropriate content. the problem is that tke decision-making swf loads that flash movie into itself , so I have to do the checking resolution swf the maximum width and height the same as in the biggest (flash1600.swf) movie loaded into it....that makes all my work meaningless.

View 4 Replies

Resize Swf File Depending On Screen Size?

Jun 26, 2010

I have a website with a large .swf file. However when people with smaller screens view the website, I would like the .swf (which takes up the entire screen) to resize to fit on exactly. Just like how on most flash sites when viewed they fit the screen perfectly, however also then when viewed on computers with smaller screens they resize and still fit perfectly again.

View 2 Replies

ActionScript 3.0 :: Resize A Swf File Depending On Any Screen Size?

Jun 14, 2010

I have a website made of swf files. The swf files are contained in an HTML body that I created with Dreamweaver CS4. I want the website or each page of this site or each swf file to resize depending on any screen or window size. I am using Flash CS4 and AS3. You can look at my site www.ealba.net and you will see that the size is too big for a 15 inches screen or smaller. I think there is a code for it... a code that adapt the website to any screen size.

[URL]

View 2 Replies

ActionScript 3.0 :: Error - Swf File Plays Differently Depending On Location?

Sep 16, 2010

I've run into a strange error and I was wondering if anyone had experience with this.I'm working on a flash platforming game and I recently released a demo. I was having a problem with the getting the file to play correctly when I noticed an error:The file plays differently depending on where the file is saved. For example:Platform Explorer (http://jrjellybeans.net/platformExplorer.swf).This file runs fine. Platform Explorer (http://jrjellybeans.net/flashGames/platformExplorer.swf).This file opens up the level editor. Yet, I make no call to the level editor anywhere in this particular file.The thing is that the files are EXACTLY the same. Just saved in different locations.

View 2 Replies

ActionScript 2.0 :: Any Way To Know User Location (Country)?

Mar 9, 2009

Is there a way to know the user's location(country)? I know I can use a php script to get user's ip address but not sure about user's location.

View 2 Replies

ActionScript 2.0 :: Analog Clocks With Different Country

Oct 14, 2009

im just looked analog clock tutorial URL...its showing time which we having on our machine.i want 4 clock with different countries

1.Mumbai
2.New York
3. Sydney
4.Amsterdam

View 3 Replies

ActionScript 3.0 :: Detect Country And Set Language?

Dec 30, 2009

I wanted to set the language of my flash website based on the users location country wise. I know there are some methods with php and searching a database but I am trying to avoid that route.

I found one script in javascript that links to a webpage and produces a document.write if you go to that link. It returns the users country i believe. but there seems to be no documentation.

<!--webbot bot="HTMLMarkup" startspan -->
<script language="Javascript" src="http://map.geoup.com/geoup?template=CountryName">
</script>
<!--webbot bot="HTMLMarkup" endspan -->

Is it possible for me to capture that input from the link and pass it in as a flashvar? I am using as3 and I have no clue how to pass that through.

View 4 Replies

ActionScript 3.0 :: URLLoader Generates Error #2048 Depending On File Contents

Jun 7, 2010

I've developed a preloader for an ActionScript 3 application that uses URLLoader to load an encrypted swf. This has been tested on different OSs, Flash Players and browsers and everything works as expected except for a series of PCs being used by a colleague on a corporate network. The PCs at fault use Flash Player 10.0.22.87 with IE6 on WinXP and get security sandbox error #2048 depending on the contents of the file being loaded! Some of the tests and results include:removing 99% of the contents but keeping first 6k (works)replacing contents with 4 bytes 00 (works)inserting 16 bytes: EF BB BF <html></html> at beginning of file (works)inserting 16 0s at the beginning of the file (fails)xor FF all bytes (fails)I've tried other tests such as different file extensions, Security.allowDomain(), crossdomain.xml, Security.loadPolicyFile(), dataFormat = URLLoaderData Format.BINARY etc but I think these are all irrelevant due to the fact that the app sometimes works.The code is just the standard new URLLoader(), adding event listeners, then calling load(new URLRequest()). The test app doesn't include the loadBytes() so this isn't the issue either.

The PC at fault could be behind a firewall or using a proxy. At this stage my only theory is that their antivirus, firewall or proxy is examining the contents and sometimes decides to intervene, perhaps with a redirect. This would also explain why (according to the web server logs) the files are being requested even though the security sandbox error is generated. However, this does not explain why Flash generates the error in the first place, depending on the contents.It's not possible for me to visit on site or get them to modify their settings or configuration, but I can ask them to run various Flash Apps for testing.URL...I can come up with a workaround (such as ensuring the file always starts with dummy <html> tags and then strip them before decrypting), but I'd prefer to get to the bottom of this issue if possible to be confident it won't occur again; this is for a Facebook application so it's possible it will be used in a large variety of environment

View 11 Replies

Javascript :: Location/country Clickable Maps?

Jan 5, 2010

Anybody know any jQuery plugin or any such thing in javascript, similar to this? Which can be used to select location/countries in maps...?

I would not prefer flash, but still, if there is any for free with some customizable options/effects, it would do.

View 1 Replies

ActionScript 3.0 :: Assign Colors To Each Country In Longhand?

Jan 16, 2009

I am creating a shaded map and really don't want to assign colors to each country in longhand. I created a function to color my MCs.

function colorMe(obj:Object, clr:uint):void
{
var colorTransform:ColorTransform = obj.transform.colorTransform;
colorTransform.color = clr;

[code].....

I store the needed color in the XML as something like <clr>0XE5ACEA<clr>.Shouldn't this work:

var b:Number = 0;
function loadXML(e:Event):void
{
var xml = new XML(e.target.data);

[code].....

Instead, I get this error: TypeError: Error #1034: Type Coercion failed: cannot convert XMLList@2ac36821 to flash.geom.ColorTransform.

View 9 Replies

ActionScript 3.0 :: Way For Flash To Detect Language/country?

Oct 24, 2011

I need flash to show English or French depending on what language/country you're from. I know you can do it with javascript to do a browser detect.

View 3 Replies

ActionScript 2.0 :: Display Date And Time In A Certain Country

Mar 2, 2005

By default, when you visit a website that is made entirely in Flash and there is a Tme and Date movie clip feature... you know... it gets the current time and date of your computer so you're actually seeing your own time, right? What I've always wanted to do is when you visit a website that is made entirely in Falsh, and you have a Time and Date movie clip that tells the creators current time and the current date instead of just getting the values of your computer time and displaying your own. I'm in the Philippines so I want the visitors of my site to view what time and date is it in the Philippines.

View 14 Replies

ActionScript 2.0 :: Display Date And Time In A Certain Country?

Mar 2, 2005

By default, when you visit a website that is made entirely in Flash and there is a Tme and Date movie clip feature... you know... it gets the current time and date of your computer so you're actually seeing your own time, right?

What I've always wanted to do is when you visit a website that is made entirely in Falsh, and you have a Time and Date movie clip that tells the creators current time and the current date instead of just getting the values of your computer time and displaying your own. I'm in the Philippines so I want the visitors of my site to view what time and date is it in the Philippines.

View 10 Replies

Flex :: Different Country Time Into Single Page Using Flash

Apr 22, 2009

i am beginner dont know how do display all country time into a single page using action script 3 in flex . do u know any example time code refer me . i will try that code .

View 2 Replies

ActionScript 3.0 :: Currently Finished Developing A MMO For A Famous And Big Company In Country?

Jul 1, 2011

As usual I brought a problem for you guys to help me figure it out. What's happening is that I currently finished developing a MMO for a famous and big company in my country, I have one week before uploading it to their server and everything is ok, besides the performance.

I'm using smartfox 2.0 and I have several rooms, what happen is that if I go inside any of the rooms everything is beautifull and fast, but if I quit the actual and go to another it will be slower, and if I do this over and over again it gets slower each time I do this.

I don't what it can be, I caught the project in the middle of the way and did my part, I was revising the code but I have no idea where to look for something wrong.

View 2 Replies

ActionScript 2.0 :: Countrywise Digital Clock / Show Time Of Country

Apr 28, 2006

I want to know about countrywise digital clock. I have a map and when I mouseOver on a country then it should show the time of that that country.like when i over on india then it should show the indian time and when i over on china then it should show the chinies time..

View 1 Replies

Flash To Detect User's Bandwidth / Depending Size Of Bandwidth / Stop Loading / Continue With Load?

Nov 24, 2009

Is there a way for flash to detect a user's bandwidth, and depending the size of bandwidth, stop loading, or continue with the load? Now that I'm thinking about it, this would probably be a javascript detection script and if the bandwidth is high, load .swf, if not load a .jpg?

View 3 Replies

Javascript :: Defer Loading Elements Until Flash Gallery Images From XML File Finish Loading?

Nov 15, 2010

How would you defer loading of other graphics on the page until after the images in a Flash gallery's images.xml file are finished loading?Is there any way to detect for this, or would I only be able to check if the flash swf object is finished loading? I'm pretty sure the swf object would be loaded/ready as with document.getElementById('flashobject').onload = function(){}; before the corresponding images have loaded though, instead of after.

View 1 Replies

ActionScript 2.0 :: Loading File Plays Before Loading Is Complete

Sep 4, 2009

I have a "loader.swf" after which my "main.swf" loades. I have used a loaderPro v3 (AS2) component. Doing that was easy but then when it starts loading, even before the loading completes the main.swf starts playing in the background. And i have no coding in my actions panel.

View 5 Replies

Media Server :: Connection Failed When Loading .asc File On Main.asc File

Jan 6, 2011

Got a really big problem here. I keep on getting "NetConnection.Connect.Failed" when I load a .asc file on my main.asc file, i use the method load() in my code. I really don't understand why this happens, but when i comment out the code that loads the asc file, I can successfully connect to fms. I can't figure out what's happening here. Btw, i'm using fms4 in windows 7 32bit.

View 6 Replies

Multi File Preloader - File Start Loading Files But Does Not Loop?

Jan 6, 2010

what I'm trying to do is make a preloader that will preload about 20 external SWF files before it lets you get to my main file. I want to do this because my main file needs the SWFs to be ready to go once its done loading. I have looked around and i found a few ways to do this with the "if (loadedBytes>=totalBytes)" and the code loops back till the files are done loading... this would be just what i need but i cant seem to get it to work. the file just seems to start loading my files but does not loop and just runs the time-line even once i state what frames i want it to loop.

View 6 Replies

ActionScript 1/2 :: Loading Swf File Into An Existing Flash File - Script For Waiting It To Play Until It's Fully Loaded?

Feb 6, 2010

I have a flash file that is 1.5mb in size. As it takes about 6 minutes for someone on dialup to load this file, I have created a smaller swf file and loaded the larger one from it but I don't want the larger one to begin to play until it's fully downloaded. How do I set this up? I have set up the action script 2 as follows: loadMovieNum("top2.swf", 0);

View 7 Replies







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