Get A Photo To Reload By It Salth So That Visitors To Website
Jan 12, 2010I 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 RepliesI 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 RepliesI 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?
I'm designing my own website where I want to quickly organize photos into categories. Any recommendation on flash-based photo album (better free) that I can effortlessly insert into my website?
View 1 RepliesI have built a website for a photo gallery and have added the deep link architecture only after the website is built, so the whole site is kind of cripple... The path to each photo is by clicking buttons in the following order Menu->Submenu->Photo I have designate a link for each photo. The site works properly if I try to reach the photo by clicking button in the above order. However, if I try to access a photo by typing the direct link to it, the photo cannot be displayed coz the swf of the menu and submenu, which are triggered by a button click, is not loaded yet.
The current architecture of my site is that when ever the menu button is clicked a new submenu class will be initiated, so the loading of the submenu class only happens when the menu button is clicked. The following site is an example the way I want to make my site to be : [URL] I could access any image on my site by typing a direct link and the swf could be loaded.
I made a flash website for a non-profit organization and it needs to have a photo gallery inside of it. It needs to have 3 categories with about 20 pictures in each category; the pictures are of different sizes.
I'd like to make a gallery like this one: [URL] but I'm not sure how to do so while also having it be inside the main flash website also.
i would like to know, is it possible to go to a other website (url) if i click on one of the picture in the tutorial "3D Photo Panals)? What is the command for this? It doesn´t work with TweenLite. I would like to have the same tutorial, but with buttons. Is this possible?
View 3 Replieshow do I go about putting a simple photo gallery with about 3 or 4 different images on my website. methe programs that I need to sownload and any other useful materials that would be needed to get this completed.
View 3 Repliesi want to create a flash website where the whole browser window is filled with a background image/photo which resizes proportionally when the browser window is resized. Has to be using as2.URL...
View 2 RepliesHere 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 Repliesprinting directly to a Photo ID Card printer in a web browser?I have a web application that manages user data, photo, and so forth. I'd like to add a Print ID Card feature to it. The web application is a single page javascript application that talks to a RESTful web service via JSON. I'd like to display what the printed card will look like on both the front and back for approval before the user clicks the print button.
Generate front and back JPG or PNG images to print on the server, send them to the client for display and approval, and then somehow send the images to the printer.Use javascript with SVG or Canvas to display the card to print in the UI for approval, then somehow send the SVG/canvas data to the printer.Generate a PDF and print the PDF to the printer.Use Flash to display and print Use a Java applet to display and print Something else?
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 RepliesI 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
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 RepliesIs 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.
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 RepliesI 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 RepliesI 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 RepliesI'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 RepliesI 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].....
I would like to know the simplest way to use a text link and open a visitors email client.
View 1 Repliesits for a photo gallery that I downlowded,the images fades in and out, but only start that when you click a button(timer).I'm trying to founf out where in the script I can change this, so that the photo's start automatically,rather than, on a button click.I have pasted the script below, is that ok, or would people rather a zip file of the files?
// (c) Copyright by Andrew DiFiore. All rights reserved. DO NOT REMOVE.
fscommand("allowscale", "false");
Stage.scaleMode = "noScale";[code]......
I found the tutorial by Kirupa
[Code]...
Are there any examples of Flash + Javascript libraries which allow you to display a variable-sized Flash movie in your page that captures Webcam snapshots (still frames), and submits them to your server in a JPEG format?
Currently I know of: jpegcam
I have an XML photo gallery, that when it starts it has a loader for the photos. It always starts with the XML file determined sequence, which is fine, but what happens is that the tabs on the right hand side of the photo loader go astray while it is loading the first photo. If the first photo was loaded instantly this wouldnt be an issue.Is there a way that I can preload that first photo, so that it is in memory when the swf file reads the XML file, allowing the first photo to be instantly loaded ?Amongst other things, I tried embedding the photo in the swf file, but it didnt work...obviously I have no idea what to script...I also created another scene, prior to the main scene, to preload the photo.. but it didnt work either, again probably used useless script...Going further in detail, this is the main script:
Code:
import com.mosesSupposes.fuse.*;
ZigoEngine.simpleSetup(Shortcuts, PennerEasing);
[code].....
I have been searching for a particular photo gallery, and haven't got far. Here is an example of what I am looking for. With the example I wanting the user to be able to click on a photo for it to appear in the box above. I am looking for a tutorial, so I can customise to fit in my client's flash website.
View 2 RepliesJust trying to make a flash photo gallery that displays all the image files in a certain directory with the usual photo gallery functionality.
View 1 RepliesWhat's the risk if it is between 2 websites or 2 webservices or between a site url and flash or embedded javascript ?
View 1 RepliesI have an animated logo swf file that loads and runs once on the home page every time the page loads. The logo has been updated to appear in three different colour schemes. I want one scheme to load and when the page is refreshed or revisited, one of the other colour schemes to load in its place. They can appear in any random order, just a different one to the one that played before reloading.
View 1 RepliesI have a form, when the user clicks reset, I want the flash file to reload so everything is back to it's intial settings.I should point out, its not on a server, it's just a local file, so I don't think I can use the .load function.
View 10 RepliesI have a simple flash website it is in AS3. Inside the website is a portfolio with a link to "print," "web," and "motion." When they click on motion, I have another swf that runs -- so far so good -- however, if they click off the "motion" page to look at any other page and then decide to go back to the "motion" page the swf no longer runs. The code I'm currently using is below. The swf that runs from the "motion" page is a component that I bought that is in AS2. Prior to buying it I asked the developer if it would work in AS3 and was told yes. I have posted these questions to the developer and have received no answer.
[Code].....