ActionScript 3.0 :: Website With Multiple SWF Files

Apr 7, 2011

I am developing a portfolio page. There will be 4 main SWF files. One which is the home page (with a few keyframes for some navigation to an about page and contact page) and 3 pages each a different skill page. Each skill page displays 3 examples of work that I coded using keyframe navigation. I want to be able to click on one of the skill pages from " home" and have it load the new SWF created from the "webdesign" fla... I can't find any answer anywhere for 3.0 actionscript. I have this code so far, but it just writes the new SWF over the old one.

[Code]...

View 1 Replies


Similar Posts:


SWF Files Does Not Look The Same On Website?

Mar 17, 2009

I have created a slideshow based solely on actionscript and a bit of XML. It includes a delay which dictates when the pictures fade in/ out. When I view the .swf on my computer the slideshow works perfectly. But, when the slideshow is put on my website the delay is not correct, meaning some pictures transition too fast or sometimes too slow, depending on which computer/browser is being used.

I have tried publishing the file in flash versions 7 - 9.

There are only 15 pictures that need to be loaded, each less than 50kb, so I don't think that really matters. The file size of the .swf file is less than 1kb, so I don't think that has any effect either.

So, I was wondering if there is anything that I may need to add to the code to make sure that things flow smoothly? Or is there some publish setting that I need to change?

View 3 Replies

SWF Files Does Not Look The Same On Website

Nov 17, 2010

I have created a slideshow based solely on actionscript and a bit of XML. It includes a delay which dictates when the pictures fade in/ out. When I view the .swf on my computer the slideshow works perfectly. But, when the slideshow is put on my website the delay is not correct, meaning some pictures transition too fast or sometimes too slow, depending on which computer/browser is being used.

I have tried publishing the file in flash versions 7 - 9.There are only 15 pictures that need to be loaded, each less than 50kb, so I don't think that really matters. The file size of the .swf file is less than 1kb, so I don't think that has any effect either. I was wondering if there is anything that I may need to add to the code to make sure that things flow smoothly? Or is there some publish setting that I need to change?

View 1 Replies

Swf Files Are Not Reading On Website?

May 31, 2009

I recently made a website and the links for the main page do not seem to link properly to their rightful pages when I put the site online (but it does work well when Im just testing the site on my computer in my Flash program) I know that the website I made is very large - so I was wondering if that could be a reason for why the pages don't load properly - also one of the pages links to another site and although that seems to work on my swf when I play it in my Flash player - it doesn't work when I put it online-

Finally my sound quality is not that great for the site. The songs are in mp3 format - would it be better to make them .wav files?

Or are all these problems related and its just that my computer does not have enough power to convert this massive flash website into a proper swf file? If this is my problem. What do I do?

The site that I made is [URL]

View 2 Replies

ActionScript 3.0 :: Add Downloadable PDF Files To My Website?

Jun 19, 2009

I'm creating a web site, and I need to add two buttons that, when clicked, will download two different PDF files. I have absolutely NO IDEA how to do this!!! Not a clue!

View 12 Replies

Flash :: Stream Flv Files On Website?

Feb 3, 2011

I'm looking for a free flash player so that I can stream flv files on my website (like youtube). Anybody know of any good and free solution with no watermark?

View 5 Replies

ActionScript 2.0 :: How Many Swf Files Are Located In A Certain Folder Of Website

Jan 6, 2009

how can i use actionscript 2 to find out how many swf files are located in a certain folder of my website?

View 2 Replies

Professional :: Retrieve Flash Files From Website?

Jul 7, 2011

I had a developer who has been working on [URL]. He build it using all flash. I need to make changes on the website, but it seems like he is out of business. They don't answer their phones or emails. The website is hosted on their server, and I don't have the FTP details. I can mirror  or copy my site onto my local computer, and re upload the site to a real company. I have access to my domain, so I can just point it to a new server after I have downloaded the website files to my computer.

View 4 Replies

ActionScript 2.0 :: Access Local Files From Website

Oct 25, 2010

without explaining why, I need to run a flash slideshow from a live web page and it is for a photo exibition: The problem is that the slideshow, while running on a love site, must read the image files from the local computer that it is browsed from. If the computer is always the same and the files are in the same directory when it was developed, how would I tell flash that the files are not on the server, but on the local computer?

View 1 Replies

Actionscript 3.0 :: Permit Download Files From Website?

Jan 15, 2010

I know some functions like navigateToURL but I would like to let users download some files from my website.

I don't need to secure transfer but just hidden the path when user click on my flash asset.

Do I have to employ php script?

Or this code is it sufficient ?

Code: Select allvar request:URLRequest = new URLRequest("http://path/picture.JPG"); 
var localRef:FileReference = new FileReference();   
try 

[Code]....

View 2 Replies

ActionScript 3.0 :: Connect / Load Swf Files For Website?

May 12, 2010

I'm a bit of a newbie at Flash and building my first website. I've built all the pages individually as different files and now I want to use AS to connect them all and link from my main page to the other files using buttons.

I thought I was on the right track with this code, but it returns an output error (both below).[code]...

View 1 Replies

ActionScript 2.0 :: Protect SWF Files From A Decompiler At Website?

Feb 4, 2012

i have an important swf file and i want to make full protection to prevent any one from downloading or saving the content in any way.

View 2 Replies

Play External Video Files In Flash Website?

Sep 4, 2009

I am a complete novice when it comes to flash and web design in general. I have purchased a flash template [URL] which I have been able to customise to my liking for a small production company. I am now completely stuck when it comes to integrating videos within the site.

I understand that I need to have an Xml playlist and some action script that references the videos to the player, but I have no clue on what to do.

I am looking to have a video begin as soon as the site loads and then have the buttons on the orange bar allow the user to navigate between other flv files. I would possibly be interested in including firther links on the video samples page.

View 1 Replies

Flex :: Website Where To Find Free Mp3 Files To Use In Project

Sep 4, 2010

I was wondering if there is a website from where I can download free mp3 files to use in my flex project? I am looking for some mp3 files using which I can create simple sound effects (e.g., you press a button, you hear a sound). I read flex can only play mp3 files, not wav files. Is this true? What's the best way to convert wav files to mp3?

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

Way Of Navigating Through Website Without Use Of Multiple Pages

Aug 6, 2009

I was wondering if there is an easy way of navigating through a website without the use of multiple pages and eliminate the use of a navigation bar. My idea, which I'm sure has been done before because people are always coming up with new inventive ways to browse the internet, is to be able to allow the user to free roam the entire website on one page. I wouldn't be asking if I found it so I figured I could put my mind at ease and ask someone.url...In this map, it allows the user to free roam this map and find different cities. My idea is to have the user to browse a map of a website to different parts of what would normally be links to other pages. The whole web map would be one page and the user could just move their cursor up or down or left to right to each section of the website. Once they get to a section, they can click on certain parts. There is one website that is similar to my idea, but I want to eliminate the use of a navigation bar.I am new to flash but I love web design. I want to come up with a new way to navigate.

View 5 Replies

ActionScript 3.0 :: Play External Video Files In Flash Website?

Sep 4, 2009

I am a complete novice when it comes to flash and web design in general. I have purchased a flash template (url...) which I have been able to customise to my liking for a small production company. I am now completely stuck when it comes to integrating videos within the site. I understand that I need to have an Xml playlist and some action script that references the videos to the player, but I have no clue on what to do. I am looking to have a video begin as soon as the site loads and then have the buttons on the orange bar allow the user to navigate between other flv files. I would possibly be interested in including firther links on the video samples page.

View 3 Replies

Professional :: Two External Swf Files - Load To The Main Page Of The Website?

Aug 17, 2010

I have two external swf files which I need to load to the main page of the website, one is the about page which consist mostly of text, the other is an image gallery.Both of them have the same intro animation at the beginning.

My problem is, while testing the main page using bandwidth profiler, the about page loads beautifully, while the image gallery plays its animation first before it even finalizes to load the whole page.

View 2 Replies

ActionScript 3.0 :: Detecting First Visit In Multiple Swf Website?

Feb 5, 2009

i am making a website that has several main swf files that navigate to each other via links (nobody's loading anybody). all of them have external preloaders. i have a nice intro, about a minute long at the start of the homepage.

what i need to do is make the intro play only on the first entry to the site, and not when you reach it from the site's other pages. it's about either detecting first entry, or making the other pages pass a variable to the homepage. but i dont have the slightest idea how to do it...

because they have no physical connection, communication between them, i think it should be something like opening and changing a text file each time you enter a page, that the other pages would read. and this works for one user, but how to make it work for 60+ users at once?

and if you need some ip logging program written in some other language (i dont know any other) that creates unique values for each user, how to tell flash to read a specific file it creates? somehow based on the ip of the system the swf is played at?

View 2 Replies

Flash :: Full Website - Do All Files Including Linked Docs Go In One Folder?

May 14, 2009

how do you setup a full Flash web site, do all files including linked docs go in one folder?. are you suposed to use the publish pannel? The Flash site i am trying to create is to be used as an intrenet site that resides on the server how do I name links to doc in that folder?

View 1 Replies

Professional :: Create A Flash Website With Multiple Urls?

Feb 6, 2011

I am not great at flash and am making a website that has a few different tabs for different pages.How do I make different urls for each page?I want to track each page seperately.

View 1 Replies

ActionScript 3.0 :: Save Multiple Text Files From Multiple Text Boxes?

Mar 2, 2011

As the title states, I need to know how to save multiple text files, from multiple text boxes on the screen. Each textbox has the instance name of t1, t2, t3... and so on. Here is the code I have now:

[Code]....

View 3 Replies

CS3 Preload Multiple Files?

Feb 25, 2010

how can i make a preloader load multiple external (mp3) files before entering the site itself?

View 1 Replies

Play Multiple .swf Files One After Another?

Oct 6, 2006

I have two flash files that I would like to play back to back in the same location on my site. I would like one to play, and then when it's done, I want the other to play in its location.

I googled around and read up on the loadmovie variable, which I thought that is what I needed, but it isn't working.

To start out, what I did was create a new flash file, then I inserted an image into the timeline on its own layer, converted it to a movie clip (named pic_mc), did a fadeout effect on that image, then I created a new layer, and on the frame directly after the image, I put the following:

Code:

loadMovie("/images/preferred-reseller-hosting-0001.swf", "pic_mc")

I then ran a test (ctrl+enter) and all I see is the fade out image, and not the other flash movie. I even uploaded the .swf to my site and tested it there in a real world situation, and it didn't work. It just fades the image out and restarts the movie.

View 14 Replies

IDE :: Best Way Of Loading Multiple XML Files?

Dec 7, 2009

What is the best approach in AS3 when loading multiple XML files. I have 3 XML files I need to load. Should make separate XML loaders and functions for each XML file?

View 1 Replies

Storing Multiple Animation Files?

Aug 19, 2009

I want to have a TV screen and hundreds of (small) flash animations load up in the 'TV'. I'm assuming I'm going to have to use Actionscript, so I'm looking into that right now. However, what would be the best way to organise this? Each "TV" will have a different set of "Channels". Do I create each 'channel' and save them as seperate SWF files, or is it possible to have them all in one main file. I can then flick through each 'channel', which essentially unloads the current animation and loads the next one

View 2 Replies

Loading Multiple Jpeg Files

Jul 7, 2009

i'm making a simple portfolio site, and bringing in a series of jpeg files using a 'for' loop and the Loader class. once all the files are loaded in, i'd like to just be able to add, remove, tween, etc... the items from the stage as need-be by using instance names, such as movie clips or Sprites. but for some reason, i cannot seem to figure out how to have each image, as its loaded in, be separately accessable to me after the loop has completed.

View 10 Replies

Play Multiple Flash Files One After Another?

Nov 2, 2009

I have a series of animations of graphs etc in different flash files. Tried to put everything on the one timeline but was getting way too confusing so thought I would put each part in a separate flash file.
 
What I want to do is, once one file has come to an end load the next one up to play and so on. This is all part of a presentation so the user will click the keyboard to progress to the next file.

I'm using Flash CS4 on a Mac with Action Script 3.0.

View 38 Replies

Flash :: Should Have Multiple Swf Files On Different Webpages

Jan 29, 2010

I'm writing a small game app in Flash, and I'm wondering what the benefits of having one giant SWF loading everything vs multiple webpages and multiple SWF's.

View 1 Replies

Flex :: Possible To Upload Multiple Files At Once?

Jan 20, 2011

I need a component where user can click on browse button and select multiple files using ctrl key and upload them at once. Please note that it is dfferent from clicking add more files each time a file gets uploaded. Is it posible in flex?

View 2 Replies







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