ActionScript 2.0 :: Amazing Group94 - Accomplish The Images Menu When The Site Loads?
Apr 7, 2005[URL] how to acomplish the images menu when the site loads?
View 2 Replies[URL] how to acomplish the images menu when the site loads?
View 2 RepliesHow to accomplish the images menu when the site loads?
View 2 Replieshave this flash xml menu that loads external swf files like this:
Code:
<item title="ABOUT"content_path="http://mysite.com/folder1/folder2/folder3/about.swf"target=""mouse_rollover_color="0xFFFFFF" mouse_rollout_color="0xDDDDDD" />
and I have this swf file with cms that I'd like for this menu to load. Currently the swf file load external text using this code:
Code:
if (contenturl1 ne "") {
loadVariablesNum(contenturl1 + "/" + userid + "/content.txt", 0);[code].....
but when the xml menu loads this swf file its structure loads but not its data.I tried using :
Code:
this._lockroot = true;
in the loading swf main time line but it did not work.I should also mention that the dynamic data that loads onto the swf that is to be loaded by the menu, resides not in it main time line but 4 movie clips deep .I don't know if that makes a difference or not.
I'm using Adobe CS4 Professional flash to create the basis of the website, a photo background with an interactive menu overlay on top. Does anyone know any good tutorials for an interactive menu (roll you mouse over certain things and the sub-menu comes up which lead to other pages of the site etc.)
View 1 Replies[URL] I came to hear that many people cannot load the site entirely. I cannot reproduce the problem as it works for me with all kinds of connections (even a crappy usb modem in Indonesia!). I've asked friends all over the world to check it and they have had no problems. But I've also recevied e-mails from completely unrelated people from different parts of the world, using different OS and browsers, that it will only load to 66% and then gets stuck. The site was made with adobe flash cs3 and exported for flashplayer 9 (and I've tried it as fp6 too). The file in question is on [URL]
View 5 RepliesI am running an swf on my localhost and it loads another swf from an external site. It gives me the following error:Connection to [external site] halted - not permitted from [localhost]localfile.swf.I have included the localhost directory in my Global Security Settings, as well as the local file. swf, so it should be trusted and allow the external link.
View 0 RepliesWho would have, or know of an available script that does a text effect like used on group94.com?
They use a variety of scripts. But the basic one would do for me, to start with.
I have tried changing background colour to Black #000 in all fields but the white background is still there before Flash shows up on the page.
I am embedding the Flash in a html page using CSS to have it align center middle. I think that's where the problem is.
Here is my html page code:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
[Code]....
I am using Flash CS4, I have been looking for a tutorial out there about full screen mode, but haven't find one, what want is something like this: http:[url].....I want the website, in html page to fit the screen as soon as the site loads, in, I mean as soon as the user enter the address in the browser, I want the sire to fit the screen like the URL provided above,
View 2 RepliesI'm creating a site that loads external .swfs as pages. I have little understanding of how Loaders and instance names work with AS3 (even after reading the documentation), so I'm having some difficulties.
I'm loading the .swfs in a movie clip named "container." I want to replace the contents of "container" with the web page .swf that the user chooses, but I don't know how to write the condition to:
a) check to see if something is already inside "container"b) remove the contents by instance name or method of MovieClip. I'd prefer to remove whatever is inside of "container" rather than switching cases for different instances.
[Code]...
I just finished making my first flash site, the problem I'm having is that the site loads but is not visible until I double click on the blank screen.
View 2 RepliesI'm currently producing a portfolio of my photography and it's time to implement full screen images (those which span across a users screen regardless of their resolution). I know how to implement the images, but I'd like an overlay over them when they are loaded.[URL]I'm looking for either AS(3) implementation methods, or timeline based. I'm not fussed! The effect is so useful as it means smaller images can be used whilst still making images look high-quality when scaled larger.
View 9 RepliesTake a look at this site. [URL] You notice when you click on a button the current 'site' you are on dissapears befor the next one loads. How is this done? It's like the code tells flash first to 'close' the current page and then load the page you clicked on.
View 1 RepliesI have an HTML page with buttons. Each button needs to have a getURL to open the Flash site, but then somehow, needs to also load the appropriate swf into that Flash site... My reasoning is because I have some scripts under my site that need to be in HTML (or PHP) for search engines, that way I don't have to do the whole site in HTML.. I hate having a HTML index page, but it's the only solution I could come up with. So, when a visitor selects any of the navigation buttons, I don't want them to have to select that button again, when the Flash site loads. how to do this for Flash 7 / AS 2.0? Or if there are any posts here about it?
View 2 RepliesI have a little Flash intro SWF i prepared and handed off to a friend who is implementing my intro animation into an HTML site.... The problem is that once the SWF (intro) finishes, there is a short gap (blank white page) before the actual HTML site loads. Is there a way around this? Is this something i need to code on my side (AS3) or is this a problem for my HTML/javascript buddy to figure out......or both.
View 3 RepliesI am real new to action script 3 and I am looking for a way to create a menu that loads my swfs onto the stage, I want the swfs to replace each other when a new button is selected but dont know what function to use.
View 8 RepliesDevelop a menu that dynamically loads data from a db, but problem is that the flash does not read the php.
Flash code:
Code: Select allstop();
gerar_menu = function(container, name, x, y, depth, node_xml){
//declarar variaves
var corrent_item;
var corrent_menu = container.createEmptyMovieClip(name, depth);
for(var i=0; i< node_xml.childNodes.length; i++){
[Code] .....
I have a master SWF which has a menu and loads other swf's into holders so they can be animated. I have button's in one of the loaded swf's but i am unable to make these buttons alter whats in the main swf. I.e. addEventListener to button and root(but the root doesnt seem to root to the holding swf).
View 2 Replieshave this flash xml menu that loads external swf files like this:
Code:
<item title="ABOUT"content_path="http://mysite.com/folder1/folder2/folder3/about.swf"target=""mo
[code]......
I have a horizontal menu bar across the bottom of a site I manage, and I would like to load it as the Moive content loads. I have made the menu bar into it's own movie clip, but I cannot work out the code to relate the Menu bar movieclip to the parent movie clip.[url]...
View 9 RepliesI have a swf that is being loaded into another swf without a "container" clip (which i am not quite sure how to implement). The loaded swf has _root references so in the very first line of script i placed this:
[Code]...
I also have embedded MC that refer to this _root script. So my problem is that the swf loads but the script which is supposed to close a menu when one menu is opened does not work, they just all stay open when i click other menus.
billboard effect, how would I accomplish this same exact effect on flash?how to do the following effect:[URL].. the circles fading out when the story changes
View 1 RepliesThe following animation is made with a simple motion tween in wich the square first change in width before it change in height.
How do I accomplish the same effect with actionscript?[url]...
I mean that first the width change and when that is finished that the height change.
I am using a main .swf with buttons on a navigation menu that loads external .swf(s) - these load external videos (I use them as their backgrounds).In the main .FLA I have used the following code (in the first and unique frame):
CODE
var Xpos:Number = 110;
var Ypos:Number = 180;
var swf:MovieClip;
var loader:Loader = new Loader();
var defaultSWF:URLRequest = new URLRequest("swfs/eyesClosed.swf");[code].....

I can make each button on the menu load each external .swf correctly with videos included - but when I leave that .swf using the navigation buttons to go to another section, the video and audio keep working in the background.
On a menu I have various school subjects. I have a separate movie for each subject. When you click a subject on the menu; a coresponding movie loads on the stage.
The actionscripting is quite simple:
on (release) {
loadMovie("Art.swf", "_root.Facilities");
}
Yet however I try I can't get the swf to load .
I realise I need to configure the target so the swf loads in the right place but I'm unsure if this is the problem.
I'm not sure what's going on...basically, I have a flash file that loads images from a xml file and this works fine without any problems. But when I try to load the swf file into html, the images only load if the html file is in the same folder as the swf.I'm not sure if this is related to a problem with the xml link in the swf file or something else... this is how the xml is being called from the swf:
Code:
xmlData = new XML();
xmlData.ignoreWhite = true;
[code]....
I installed Slideshow pro, with swfobject here: [URL] The flash loads but the images do not. I have double checked the image paths to death and they appear to be correct. Here is the html:
[Code]...
how to load images from an xml file into my flash file. I want to make something very similar to: [URL] So that it has a next and previous option. All my images will be exactly 128x128 pixels (png files), but there could be any number of them.
View 1 RepliesWhen the page loads, the first menu button (PORTFOLIO) is automatically OnClick. I want the user to be able to rollover it and click it when the page loads. I attached my file.
View 0 RepliesI am currently doing a project that to create a full flash website. The website contains a preloader, an introduction movie, and dynamically loads external swfs when click the menu buttons. I am struggling with the preloader part. My preloader movie does not shown until 50% and disappears at 90%. I have searched for solutions on the internet for days but could not find any. I attached my source file as well as the swf.
View 7 Replies