ActionScript 2.0 :: Get URL That Doesn't Log Visitors Out

Aug 12, 2009

Here is what I am currently using to link to my asp page so as to not log my visitors out wen clicking on a Jpeg image.[code]Here is the getURL actionscript I am currently using in my new swf but it logs visitors out.URL...How can I get to the page I want without fear of logging visitors out?

View 0 Replies


Similar Posts:


FLASH :: Get MAC Address Of Visitors Of My Site In It?

Jul 30, 2010

Can I make a user control system for my website based of visitor's computer's MAC addresses?Is it possible to get MAC address of visitors of my site in FLASH?

View 2 Replies

ActionScript 3.0 :: How To Make Visitors Counter Using XML

Dec 27, 2010

I was making visitor counter using as3 and xml. I wrote this ActionScript Code:
var a:Number;
var url:URLRequest=new URLRequest("num.xml");
var loader:URLLoader=new URLLoader(url);
loader.addEventListener(Event.COMPLETE, loadxml);
function loadxml(e:Event):void {
[Code] .....
But it didn't work -- every time I see the text you r visitor number 2. I tried it at server

View 5 Replies

IDE :: Play Animation Only Once For Return Visitors?

Apr 10, 2009

how to go about this: I'm building an animation on the home page of a site that I think people shouldn't have to watch more than once. So, if they've already been on the home page and now they've clicked back to it a second time, I'd like to have the animation not play through again. Is this a good case for a cookie? Maybe I could set a flashVar that reads in the header or referring page, and if it's =="same domain" don't play animation?

View 2 Replies

Get A Photo To Reload By It Salth So That Visitors To Website

Jan 12, 2010

I am trying to get a photo to reload by it salth so that visters to my web site dont have to pree the refresh button have a look at what i meen here [URL]

View 6 Replies

Media Server :: Logging Unique Visitors, Not IPs?

Mar 18, 2011

Is it possible to set up FMS to log uniqe visitors in FMS access log file? I am aware of unique IP and session ID (c-client-id) logging, but these do not represent actual number of viewers. So I was hoping to get something like unique browser ID (a cookie?) which I guess is the closest I can get to the actual number of unique visitors.

If anyone has other ideas, how to log unique visitors or a variable close to unique visitors, If browser cookie is the way to go, can someone tell me how to "forward" this to FMS log file? Also, what software would you recommend for FMS log analysis? Im currently using Sawmill, but Im not completely satisfied, because I cannot see how many people have watched the webstream for how many minutes, therefore the reporting is inaccurate.

View 4 Replies

ActionScript 2.0 :: Put Some Files On Site That Can Be Downloaded By Visitors?

Jun 9, 2010

i would like to put some files on my site that can be downloaded by visitors. what's the code I've to put on my "download" button ?and where do I have to put the file that should be downloaded ?

View 2 Replies

ActionScript 2.0 :: Allow Visitors To Download Some Files On Site?

Oct 14, 2003

I would like to put some files on my site that can be downloaded by visitors... So, what's the code I've to put on my "download" button ? And where do I have to put the file that should be downloaded ?

View 11 Replies

ActionScript 2.0 :: Force Visitors To Leave Their E-mail?

Sep 29, 2006

I have this website with a photogallery and I'd want it to force every visitor to leave their e-mail addresses before they get access to the photos and other content. Just like a simple login function but all these e-mail addresses should be remembered by some PHP script, so I could use them to send news and other important information about this website. Pretty much like a news letter function. The e-mails could then be logged into a simple .txt document or something.

View 11 Replies

ActionScript 3.0 :: Using Shared Objects To Collect Input From Visitors

Sep 24, 2011

I'm creating a kiosk with a place for visitor's comments. There are several sections to the kiosk each with their own stand-alone .swf file (not browser based; no html). I'm planning on using Shared Objects to collect the input from the visitors in each section and these will periodically be reviewed by museum staff before actually getting posted. My question is, can I create one .swf for museum staff that uses an array to review each of the SO's created by the individual sections or will a flash file ONLY read in one SharedObject forcing me to create a separate app for each section for the museum staff?

View 1 Replies

ActionScript 2.0 :: Allow Visitors To Download Flash Files From Website

May 27, 2007

I would like to allow visitors to download flash files from my website.

I have the following code one my first button:

Code:
download_btn.onRelease = function(){
getURL("blankWebsite.exe");
}

This works fine and opens a 'Save', 'Open' or 'Cancel' pop-up box.

For button two (the xml file which visitors can use to populate the blank website they have downloaded) I have used the following code:

Code:
download2_btn.onRelease = function(){
getURL("template.xml");
}

However, rather than giving the option of saving the file (which is what I want) the file opens in a new browser window.

way to offer the 'Save', 'Open' or 'Cancel' options for the xml file rather than it opening immediately in a new browser window?

View 2 Replies

ActionScript 2.0 :: Stop Header From Replaying A Million Times For Repeat Visitors?

Feb 26, 2009

I wrote this with the idea that it would stop my header from replaying a million times for repeat visitors. However it doesn't seem to be working correctly. I need a little direction, has anyone else done something similar to this? Also Isn't there a way to have it expire? like in a week or something?

Code:
user = SharedObject.getLocal("user_profile");
if (user.data.name == undefined){

[code].....

View 1 Replies

Actionscript 3 :: Create Simplest Text Link To Open Visitors Email Client?

Feb 13, 2010

I would like to know the simplest way to use a text link and open a visitors email client.

View 1 Replies

ActionScript 2.0 :: Dynamic Masks - Trail Doesn't Resize And The Mask Still Doesn't Work

Oct 16, 2009

I decided to try to use setInterval for myanimation, which is just a mouse trail.However, I'm trying to get teh mouse trail to be a dynamic mask.In my previous swf this was achieved by using a holder mc with the animation inside and then using this as the mask. But this time I just canpt seem to hit on the right way to get it to work. The code I am using for the mouse trail is:

Code:
var i:Number = 0;
var myInt:Number;
var t:MovieClip;[code].....

in the function, but now the trail doesn't resize and the mask still doesn't work.

View 1 Replies

Swf Into Fla Doesn't Work?

Jul 23, 2009

I have a swf that is pretty complicated, you can interact with the page and go to different keyframes and it stops and/or starts depending on buttons, but I want to put it in a fla or something so I can put other swfs next to it and build it up and put several of them together as one.

I don't care about making it too complicated, I just want one interactive swf to go to the next compiled swf when that movie ends, but when I try importing it or loading it it just runs straight through without stopping or paying any attention to the scripting.

View 16 Replies

Doesn't Go To Next Textfield

Jun 7, 2011

I have a form made up of textfields nested within Movie Clips and when I hit tab, it doesn't go to the next textfield, but instead hops all around the interface. Is there any way to control this? I've tried using the accessibility panel and setting the Tab Index but that had no effect (I'm guessing because the textfields are nested in mc's).

View 1 Replies

Professional :: URL Doesn't Appear In SWF?

Jul 15, 2010

I put a URL into my swf and tested it in Flash works fine it takes me to the webpage i want to be. I used the following script.
 
on( Release ) {    getURL( "yoursite" );}
 
But when i put the movie onto my site via html it shows on my site but there is no link; it doesn't click to go to another site, nothing. This is my html code.
 
<object width="248" height="189">
<param name="movie" value="
http://www.fileden.com/files/2010/6/30/2902052/artfinal.swf

[Code]....

View 3 Replies

ActionScript 3.0 :: FLV Doesn't Appear On Web

Oct 6, 2009

So I choose progressive download and i put my swf in my flash file. And when i upload my swf and .flv. The flv doesn't show but it shows when I test the video.I know this is a common newbie problem, the swf probably can't find the video on the server, i did upload it. how can i fix this? Here is my code.Also on a side note, how do i make the video stop playing when you go to other pages on the site?All my buttons actions are on frame 1, these actions are on frame 20 where my video section is, i had this code.[code]

View 1 Replies

IDE :: Swf Doesn't Show Up In The Web?

Mar 20, 2009

this is the first time that it happens to me and its a headachenow the solution. link is belowml

View 6 Replies

SWF To Gif - HTML Doesn't Like The Swf Files

Oct 1, 2009

I am making a few animated flags for the corners of my website... so I made some pretty cool ones in Flash. but HTML doesnt like the swf files... So I had the ingenous idea to make them into gifs.... But now the mask I used to make the flags comes out on top and you cant see the 'flag' part anymore You can download it here
[URL]

View 1 Replies

ActionScript 3.0 :: Why SWF Doesn't Disappear

Feb 20, 2010

Ive been having troubles unloading some external SWFs. I know that in order to totally erase an SWF from the display list and memory I must to rip off all its references. But Ive got this SWF on stage, when the code is executed the SWF is gone for good, but in the second case when Ive got it loaded by pressing the load_intro_button the SWF doesnt go, even knowing that the function is exactly the same (Copy/Paste ) as the first one just under different names. Since Ive erased everything from the URLRequest, listeners, timers, and unload the swf, Why the GC doesn't take care of it as it did in the first case?.

Code:

//First Case
var myIntro:Loader = new Loader();
var myIntroRequest:URLRequest = new URLRequest("intro.swf");

[Code]....

View 4 Replies

ActionScript 2.0 :: CS3 'if' Doesn't Work But 'else' Does

Apr 8, 2010

I am trying to more between frames using the data returned from a node n_EventID in an xml, when the node returns "1408" I want to move to frame 1 but if it returns anything else I want to move to frame 2. The part where the code moves to frame 2 seems to work perfectly but I can't seem to move to frame 1 when "1408" is returned.

xmlResultFinish = new XML();
xmlResultFinish.ignoreWhite = true
xmlResultFinish.onLoad = loadXmlResultFinish;

[code]....

View 5 Replies

Flash Doesn't Work On Some IE's?

Apr 14, 2010

I'm having a problem, where random IE's are not able to display my .swf file. All the IE's are IE8 with the latest flash pluggins and all security's are set at Medium, however some IE's get just a grey box and other's get the full flash file. What's going on? It works fine in Safari and Firefox of course, but why so much difficulty with AS3 Flash9 in IE? here is a link to the site, and it's the big image changer at the bottom of the front page.

[URL]

View 2 Replies

Why Doesn't AS3 Text Display

Sep 28, 2011

I upgraded from an old version to CS5.5 and AS 3.0 and none of my AS works. I can't even do something simple, like display text in a dynamic box. What I'm trying to do:[code]This displays NOTHING. A trace shows the current frame, but I can't get it to display in the box.I also notice that the trace never shows frame 1. I have gotoAndPlay(1); on my last frame.

View 9 Replies

Why Doesn't This Page Scroll

Jul 7, 2009

I was looking at this site:[URL]and i noticed that on a smaller screen with a lower resolution, the page simply moves in, instead of it staying at the normal size and having a scroll bar on the bottom. what extra code would i need to insert in order to do this?

View 1 Replies

.mov Audio Doesn't Import?

Jul 22, 2009

I've been importing a .mov file that has audio but the audio doesn't import. What should I do?

View 1 Replies

Swf Doesn't Match My Fla File

Jul 26, 2009

I have a problem in that I've made a web banner - text with motion and shape tweens. Trouble is when I test movie, it not only plays in a different font to the one I've used in the design (metaPlus normal) it misses out text!?I'm not getting an exact replication of what the fla file is.[code]

View 5 Replies

CS4 Doesn't Recognize Fonts?

Jul 30, 2009

I just installed Flash CS4 and brought ip a couple of fla's I get a box telling me I don't have some fonts on my system that I know I do have like Verdana and Ariel, etc.  Is there something I should configure?

View 1 Replies

.swf Fullscreen Doesn't Work?

Nov 19, 2009

But my proublem is that I have a flash presentation.The defalt for moving the slide screens back and forth are left and right arrows.It works fine when tested or even the .swf fileBut then the left and right buttons don't respond when I go to fullscreen.

View 5 Replies

Professional :: FLV Playback Doesn't Appear When Run It

Mar 16, 2010

I am playing an swf on a VB.net form which works fine but I've added an FLV to another layer in the same swf and when I run it, the FLV doesn't appear. If I run the swf by itself the FLV appears. I've tried using the FLVPlayback component and tried coding the FLV with AS3, both work when I run the SWF by itself but the FLV still doesn't appear when run in VB.

View 3 Replies







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