Actionscript 2.0 :: Grab Base Domain In It?

Jan 22, 2009

I wanted to know if it is possible for AS2 to grab the base domain and set it as a variable. This would also need to work for any domain possible. For example for [url].. what ever the combination it would always return "yahoo". This would need to work with the domain the swf is being viewed on so the domain wont just be 1 domain.

View 2 Replies


Similar Posts:


Actionscript 3 :: Convert From Base 60 To Base 10?

Jul 29, 2010

I have a method that converts an int to a base60 string (using 0-9, a-z, and A-Z chars), but can't work out how to convert it back again. Here is my method for converting base10 to base60:

public static function toBase60(value:Number):String
{
var targetBase:uint = 60;

[Code]....

Works well. But how do I get the base60 string back into a base10 int?

View 4 Replies

ActionScript 2.0 :: Convert From Base 10 To 16 And Then Base 16 To 36.?

May 17, 2007

Its been a while since i touched flash, which is funny considering i started my web/development career here.Anyway, in PHP there is a nice little function called base_convert (http:url....) which will take any number in any base (e.g. base 10, decimal) and convert it to any base (e.g. base 16, hex).So base_convert (15, 10, 16) will output F, which is convenient.I am wondering, as i cannot seem to find, if there is any similar function in actionscript. I am trying to convert from base 10 to 16 and then base 16 to 36.

View 3 Replies

ActionScript 3.0 :: Post The Code For A Working Cross-domain Securityfile That Allows Access Only From The Same Domain?

Jun 1, 2010

post the code for a working cross-domain securityfile that allows access only from the same domain as all the flashfiles and xml files are in?used to be easy in as2 but i think i dont know what i need to know about it in as3..

View 3 Replies

Media Server :: Videos Start Immediately In Domain, 20+ Sec Delay Outside Domain

Apr 23, 2009

We are running FMS3 on Windows 2003 Server. Videos stream and play fine when inside our domain, but outside the domain the videos take anywhere from 20 or more seconds before playing.
 
After analizing the connections it was determined that the player is randomly trying to access ports until it gets to the one that works, but this is ONLY happening from people trying to view videos from outside our domain.

View 14 Replies

Actionscript :: Moving A Web Application From One Domain To A New Domain Flash/Php/MySql?

Jun 3, 2011

I have moved a web application from old domain to new domain. I cannot get Flash to engage. I have changed the domain in flash_images.php file to the new domain. I have a flash_box.swf file and I have a js file these are the only flash components that I see--old domain is e.g. www.example.com new domain is [URL]..I am not a flash developer, how do I get flash to work on the new domain?

View 3 Replies

Actionscript 3 :: Let Run Flash-app Only On Page(domain), Not Local And Not On Other Domain?

Dec 9, 2011

I created some game and would like to let the users play it only on my domain, so to forbid to play it offline or put on some other site. Is there a way to do it? Somehow check domain or so?

View 1 Replies

ActionScript 2.0 :: Cross Domain SendAndLoad Via Cross Domain Script

Nov 5, 2010

My swf works fine when previewed locally but because of flash cross domain issues (link below) doesnt work live. [URL] Ive used a 'crossbrowser.php file to .load in xml but am not having success with the sendAndLoad command. [URL]

View 3 Replies

Flash :: How To Grab All Cookies

Jun 7, 2010

For a site I'm developing with a user login that uses cookies to store the session ID, a separate section of it uses Flash to provide content and such. Is there some way it can access the cookies that were set the by login? The name of the cookie will not the be same every time, as it is randomly generated, as well as its value. I then need to send the name and value of the cookie back to a page on the server to do additional stuff. Anyone know how to do this? Note that I didn't write the Flash interface, an the person who did doesn't know how to do this.

View 1 Replies

Flex :: Way To Grab A Webpage?

Jul 11, 2010

I am trying to grab a webpage with actionscript, but keep getting this error

[Code]...

View 1 Replies

ActionScript 3.0 :: Grab Number At End Of Moviclip Name As A Var?

Mar 18, 2010

I have some buttons named bt1, bt2, bt3 etc

They have a common function for when each is clicked called buttonclicked.

Within the function buttonclicked, I'd like to grab the number off the end of each button name so that I can compare the number to a global variable I have called global.data.clicker

so...

if (number at end of event.target.name == global.data.clicker) {take action...

Is it possible, and if so, what code do I need to put in the first part of the if statement to make it work?

View 2 Replies

Grab One Still Picture From Live Stream?

Jan 8, 2012

How to create a script of some kind to grab a still picture from a live stream and save it as a JPG file?

In this way a cron job can tricker the script and thereby grab a picture fx every 10'th minute and the picture can be shown on a website so people that are not attending can have a look into what is happening in the live stream.

View 3 Replies

Flash : Grab Values From The Querystring

Jun 23, 2010

I need to grab values from the querystring and inject them into a getURL(""); snippet that's in the on (release) {} for a button.So if the URL that contains the embedded swf is

[URL]

I'd like to get that otherdomain.com and inject it. Something like

var returnUrl = "";
// do magic querystring getting
getURL(returnUrl);

*Edit: I need to snag the querystring because I don't have access to the embed code. It's being rendered by a third party (Articulate) and loaded into a frame. I do have access to the code that renders the frame html, which is why I figured query string would be the best route, and one button that's used in the presentation.

Note, I live in C# land, not ActionScript land so I most likely butchered the syntax. I just need to get this button working as a one off and I'll probably never deal with it again.BTW, I've seen the abdulqabiz QueryString object that's floating around out there but it kind of seems like overkill, like there should be something baked into the framework for this. I also lack the knowledge of how to incorporate this into my little button on (release) {} event

View 2 Replies

Grab A Parent Node In Xml Without An Event?

Jan 28, 2011

I need to grab a parent node in flex without an event listener.

View 1 Replies

Actionscript 3.0 :: Grab Location From File

Apr 8, 2009

Ive just made a "browse" button with FileReference and it works well, now Im trying to "catch" the location of the file that you select and put it on an input text.

[Code]...

So far Ive tried with that code and works but ".name" only display the name and the extension of the file, and I need the full location.

View 4 Replies

Actionscript 2.0 :: Grab Website In Flash?

Jan 29, 2010

how to to a grab website in flash? Like: [URL] were u can drag around at the content with your mouse by yourself and not using the scrollbars.

View 1 Replies

IDE :: Spin - Grab An Object And Move It Around

Jul 26, 2007

anyone saw some open-source or tutorial where u can grab an object and move it around and at the same time rotate the object deppending on the place you grab it. some physics maybe. like a cd-case moving on ice

View 10 Replies

ActionScript 2.0 :: How To Grab Attributes Of Nodes

Apr 2, 2008

I am trying to grab the attributes of a node, and can't target it.

Code:
<?xml version="1.0"?>
<header>
<scoreboard url="simpleScoreboard.jsp"/>
<background>
<folder url="media/headers/" count="10" prefix="header_bg_" suffix=".jpg" override="false" startTime="10" />
[Code] .....

Will trace the url attribute of the first node but I can't find the correct targeting for the node I need. I've been using AS 3 to do all my XML stuff but I can't use AS 3 for this project unfortunately and I don't really get it with AS 2.

View 6 Replies

IDE :: CS4 Object Tween - Can't Grab The Space Between?

Apr 2, 2009

I've been trying to find a solution through books and online about how on earth to highlight just the in-between and edge areas of the object tweens, and either delete a certain amount of them like you can with classic tween, or be able to grab those little diamonds and move them along the timeline.

Of course this may be a stupid question since the new tween is all about the OBJECT, and the motion line that it creates on the stage with the "ticks" that are keyframes, may be what needs to be manipulated like the object itself instead of the timeline. I'm not sure.

At One point I had a whole lot of extra frames hanging off the edge of my one motion tween--(after I copied & pasted frames) --I highlighted them to remove any portion of it, but it removed all the rest of my keyframes as well.

View 2 Replies

ActionScript 2.0 :: Grab The First Index And Add One Each Click Right?

Mar 27, 2004

I've just started playing with arrays in MX, part of my project needs to have information from an array loaded into a dynamic text box one by one, ie

Click the button, text[0] displays, click again, text[1] displays, etc.

So all I have to do is grab the first index and add one each click right?

View 3 Replies

ActionScript 2.0 :: Grab First 50 Characters Of Text

Jul 12, 2004

Can anyone point me in the direction, or throw me some code on how to grab a certain number of characters, or words from a variable ??

View 4 Replies

ActionScript 3.0 :: Upload Excel Doc And Grab On Column?

Dec 18, 2009

I need to allow the user to upload an excel file of simple part numbers so that Flex will grab those part numbers and use them in a query.

View 1 Replies

Flash :: Grab Html Content From Another Window?

Feb 24, 2010

Is there a way (using flash) to grab the raw html from another browser frame? I'd like the following sequence:

Launch my window from [URL]...Launch window from another site [URL]..which has content I want to grab.Let my window grab the raw html content from the other window.

I doubt this is possible because it could be used for dastardly purpii, but just wanted to check.

View 1 Replies

Grab A Remote XML File And Read It In As A String?

Mar 16, 2010

I have a flash applet that I want to grab a remote XML file and read it in as a string, how can I do this?

View 1 Replies

ActionScript 3.0 :: Grab Class Variables From Loaded SWF?

Sep 22, 2009

I have a project that works quite beautifully right now. I have come to my next task. Creating swfs that are loaded into another swf. This newly loaded swf needs to grab some variables from the main swf's document class or global variables class that I have created. I have set the class path as such that it can access the classes as needed. I did not set a document class.

Structure of loaded swf:

core.swf -> loadedBackground.swf -> interactive.swf

1.) Classes are all located in a folder titled classes

2.) cores.swf is outside the classes folder and is linked to document class within the classes folder: BuildCourse.as

3.) swfs folder contains the loadedBackground.swf and interactive.swf

4.) How can interactive.swf grab variables from the main.swf after it is compiled?

View 3 Replies

ActionScript 3.0 :: Way To Enable A Grab Hand Cursor?

May 4, 2010

i know this can be done through custom cursors.. i can write up a class to listen for mouse move/over and then show the hand symbol by hiding the original.. but is there any other way which avoids use or writing enter frame/mouse move type listeners...something like

Code:
mc.buttonMode=true;
mc.enablecustommousecursor=true;

[code].....

View 7 Replies

Actionscript 3.0 :: Grab A Variable That Is Declared In My Root SWF?

Mar 12, 2009

I'm trying to access Flashvars that I declare in my HTML from a SWF that gets loaded after an intro animation.

I am able to access one of my Flashvars in the opening SWF just fine, but when the next SWF loads, I'm unable to access my Flashvars.

HTML Code Snippet: Code: Select all<script type="text/javascript" src="js/swfobject2.1.js"></script>
<script type="text/javascript" src="js/swffit.js"> </script>
<script type="text/javascript" src="js/swfaddress.js"> </script>[code].......

Am I not targeting it properly?Alternatively, I've tried storing the flashvars URL in a variable in my root SWF and accessing it from the loaded SWF, but I can't seem to grab it. How would I grab a variable that is declared in my root SWF?

View 1 Replies

Actionscript 3.0 :: Way To Change Cursor To 'Grab Hand'

Feb 5, 2010

Can you just confirm for me that the only way to change the cursor to a "Grab Hand" (ie an open hand rather than a pointy finger) is to make a custom cursor?

View 3 Replies

ActionScript 2.0 :: LoadVars - Grab The Number Of Variables?

Apr 20, 2004

I'm trying to grab the number of variables I'm loading using LoadVars.

View 5 Replies

ActionScript 2.0 :: Change The Cursor To A Grab Hand?

Nov 26, 2005

on this [URL] excellent site you can grab and throw each book.. how does he change the cursor to a grab hand?

View 7 Replies







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