Professional :: Navigating/Linking To Subpages In Flash?

Feb 17, 2010

if it is possible to create a full flash site where I am able to click on links within the site and like an HTML website the links/pages are shown in the url as such 
 
HTML SITE   - example: www.example.com/bio.html
 
FLASH SITE - example: www.examples.com/bio
 
The example for the Flash Site is what I am looking to do and I'm wondering if this is possible.. I've seen some sites that I believe are Flash Sites which have this type of set up please see the link provided. [URL]

View 3 Replies


Similar Posts:


Professional :: Flash Movie Freezes When Navigating Map

May 18, 2010

I am creating a map (a jpg) and when you click in certain hotspots it uses tween lite to change the scale of the map to 50 to show info on the region. There are 20 regions and every region has its own JPG (900x600px 60k each). All JPG are inside the SWF (its size is 1.3Mb). The problem is that when you are navigating the map sometimes freezes and you need to refresh the page to unfreeze it. Could be this because the large amounts of images or maybe the scale of 50 I am using?

View 1 Replies

Professional :: Properly Linking A Flash Animation To A URL?

Apr 28, 2010

created a new layer with one keyframe in frame 1, which spans the whole animation. In this layer I entered the ActionScript in REFERENCE 1. It works fine in several browsers, including IE8, FF3.6, and Chrome, and works for the customer. Then....
 
Their webmaster emailed back saying that he "did not see any links in the new banner." I'm not sure what this means, and if he actually tested the code.They sent me an example from a previous developer, which is REFERENCE 2.I compared it to what I published--which was generated by the CS4 "Publish" option. This is REFERENCE 3.Did I do something wrong? Everything works in all my tests, and they work for the customer.
 
It looks like they're missing a lot of information from the header. It is much smaller than the header that CS4 generates. They also have a link under the <!--url's used in the movie--> comment. Could this affect the performance? To my knowledge, this is obsolete. Perhaps they used an older version of Flash? 
 
REFERENCE 1: ACTIONSCRIPT TO MAKE BANNER A LINK.
 
stage.addEventListener(  MouseEvent.CLICK,  function(evt:MouseEvent):void  {   var url:String = "http://www.URL.com/";  var window:String = "_blank";  var request:URLRequest = new URLRequest(url);  try       {      navigateToURL(request,window);      }    catch (e:Error)    {      trace("Page unavailable. Please refresh this page to try again.");    }  }  );
 
REFERENCE 2: EXAMPLE SENT FROM WEBMASTER
(NOTE VERY SMALL HEADER)
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>148x300_af</title><script language="javascript">AC_FL_RunContent = 0;</script><script src="AC_RunActiveContent.js" language="javascript"></script></head>

[code]....

View 3 Replies

Flash :: Professional - Linking Xml Links To Buttons

May 26, 2010

I am in a bit of a bind here i am struggling to link my xml links to flash buttons. Here is my xml:

[Code]....

View 3 Replies

Professional :: Navigating To A Webpage From Externally Stored Images?

Apr 5, 2010

I have a flash piece that just chages the image displayed on the screen. The images are stored extrenally so I can easily change them out from time to time. Is it possible to navigate to a web page if you click on an image? If so, how is that coded or can you direct me to where I can find out how to do this?

View 3 Replies

Professional :: Html Linking To Flash Frame And Function?

Feb 9, 2010

I have a FLVplayer that has multiple films linking to it. There are also categories of films that can change, without disturbing the previous video from playing. This will be on the 'portfolio' page of my website. I then want to have links on the homepage to play certain videos.How can I set up an HTML link to a SWF on a different HTML page, linking to a certain frame (category) and loading the correct video in the FLVplayer?I have read about flashvars but im not sure if they can load bits inside the swf (ie the video).

View 1 Replies

Professional :: Linking A JPEG In Flash On A Tsunami Menu?

May 10, 2010

I've figured out how to link texted but I've made custom made text with design in it in photoshop.  I imported them into my animated menu and I don't see a link option for the jpeg texted I exported out of photoshop.  It links fine if I type the text in flash but the pictures I need to link. 

View 5 Replies

Professional :: Flash - Linking Buttons To Internal Webpages

Oct 20, 2010

I am trying to get buttons to link to internal web pages and the flash to stop at the end but I am having difficulties. I put the correct action script in the actions tab, but it seems that they aren't working. The website is [URL]

View 7 Replies

Professional :: Navigating Timeline With Buttons Nested In Movie Clips?

Jan 21, 2010

I usually use this code to navigate the timeline from buttons:

function onProdAClick(evt:MouseEvent):void {gotoAndPlay("prod1"); } prodA_btn.addEventListener(MouseEvent.CLICK, onProdAClick);

How would I code navigation if the button is nested in two MC's?  I've been using the code below.  It works fine for one button but once I try to code the second button (which is on the same frame and in the same MC's) it gives me this error: 1151: A conflict exists with definition _root in namespace internal. Warning: 3596: Duplicate variable definition.

[Code]...

View 3 Replies

Flash :: Professional - Linking Sound Bytes To Game Without Having To Put It On The Stage

Apr 26, 2011

I am currently having a problem with Flash CS5. I am trying to link a sound file to my Flash game without having to put it on the stage. It would play when my character got hit by an enemy. The problem is is that when I go to edit the properties, all of the options except to play the sample are all blanked out. This is currently driving me insane as I have done everything I could think of to get around this.

View 1 Replies

Professional :: Movie Clips / Sound Keeps Playing After Navigating Off Frame/page?

Aug 17, 2010

Basically I have a flash website built on different frames of the timeline, the simplest way I think.Some of these frames have movie clips embedded into them using the flv playback component class.The problem I have is the following, the site works fine and videos play fine, but whenever I navigate offa part of the website to another, from a frame to another - the sound of the clips that were playing keepsplaying on the background and never stop and it keeps building up every time I navigate of.f each page.I want to remark that I believe is not only the sound that keeps playing "invisible" but the whole clip butThis is the AS code for my buttons on an example frame, would you be so kind to tell me what I should add or change

stop();cvbtn15.addEventListener(MouseEvent.CLICK,onClick25);function onClick25(event:MouseEvent){  gotoAndStop(27);}showbtn15.addEventListener(MouseEvent.CLICK,onClick26);function

[code].....

View 3 Replies

Professional :: Linking Between The Swf's?

Mar 29, 2010

I"m building a presentation & have two separate swf's. One is about 80 mb, the other is 40 mb. When I tried to export the larger one, I got a warning that it exceeded 16k frames. I figured out how to work around that. But now I need to integrate both swf's. If I take the smaller one & import it into the larger one as a new scene, will that blow up my export ability again? Can I link between two separate swf's using some sort of gotoAndPlay function?

View 5 Replies

Flash :: Navigating Through Site With Animation

Nov 18, 2009

Basically, what i want to do is have a home page with some images and things on it, and a menu. When the user clicks on a menu button, i want the images on the homepage to animate away, and be replaced with the chosen page (animated in). I understand how to animate things using Tweens in the timeline and also in As3 using the Tween Class, but for the animation i'd like to do it's so much easier to use the timeline (i don't think i'd be able to use as3 to do really complicated things yet).

I can figure out how to make the home page disappear, but i can't figure out how to then animate in the correct page. If anyone can point me in the direction of a good tutorial or just give me some hints i'd be sooo grateful!! I think i'm just struggling to get my head into it.

View 10 Replies

Actionscript 3 :: Flash Not Navigating In Same Window?

Oct 19, 2011

The following is not navigating within the same window as defined by _self it is opening a new window. No clue as this has worked before for me.

this.addEventListener(MouseEvent.CLICK, function(){
navigateToURL(new URLRequest('./homepage.php'),'_self');
});

View 1 Replies

Professional :: Linking To A PDF - Why Won't It Work On A Mac

Feb 28, 2007

I've recently made a simple standalone SWF in a projector format. It contains a button which links to a PDF ..

on (release) {
getURL("cd/manual.pdf");
}

On PC this works fine (although it does open in a web browser rather than Acrobat). On Mac this link does nothing except open Firefox which refuses to open the PDF. The PDF themselves are fine and if clicked on at the source just fire up Acrobat (in Mac and PC).it's possible to force a file to open in a certain App?

View 3 Replies

Professional :: Linking Nested MC's?

Jul 2, 2010

I was able to come up with a menu bar to display on my non-flash website, and left linking to absolute last because I assumed it would be the "easy" part.What I have is a menu bar where each item (about, home etc) is a mc, and some of those mcs have animated sub menus within them (mcs as well).My problem is that when any item in a sub menu is clicked, instead of redirecting to their own link, flash it redirects to the link of the mc that contains the submenu.I'm attaching a link to the file so you guys can understand what I'm talking about.The items with submenus are "services" and "markets".

View 3 Replies

Professional :: Deep Linking Into Swf?

May 24, 2011

Ive been working on a site TheCondoBar which will be up and running soon..... but im trying to figure out some steps on "deep linking" into specific frames. i would like to have deep linking to the tabs I have at the top of the swf file  Flash File .... and recommendations on what could be done

View 1 Replies

Professional :: Navigating To Another Page By Querystring Of Page

Oct 10, 2010

I prepared a movie and put into my aspx page and there is a button on this movie which navigates to another aspx page. It has to use querystring information to decide which page to go.

-The page which i put my flash movie is : entry.aspx
-If the page is : entry.aspx?lang=tr : it will go to the turkish page on button click, (url : "mturkish.aspx")
-if the page is : entry.aspx?lang=en : it will go to the english page on button click, (url : "menglish.aspx")

View 1 Replies

ActionScript 1/2 :: Navigating Inline Frames From Flash?

Jun 25, 2009

I have a navigation block set up in flash. Can someone please tell what the geturl script is to control external html pages loading into an inline frame?

View 7 Replies

Professional :: Linking A Button Within The Same Website?

May 12, 2010

I have created mc's (movie clips) for each one of my pages and for pages within those pages, if you can understand that lol. The problem I am having is, linking from one mc to another.
 
Example: I am in my home page movie clip, and I have a "read more" button on one of the articles, when a user clicks on this button I want him to be redirected to the page that article is on.
 
In my case, I am making a website that gives users information on Paris, France. On my home page I have an article that speaks about Napoleonic and I have created a "read more" button. The information on Napoleonic is on the landmarks page(which is its own movie clip). When the user clicks on the "read more" button I want him to be redirected to the page thats in its own movie clip with the info.

View 6 Replies

Professional :: Linking Rollover Effects?

May 18, 2010

So I'm designing a website in flash. I want users to be able to mouseover an image OR text to create the desired effect. The idea is a group of pictures that go from black and white to color if you mouse over them OR the text (links) below. So I need to somehow link the rollover effect.

View 3 Replies

Professional :: Linking A Button To A Scene?

Oct 12, 2010

how to link the button I made to say Scene 2 of my flash project. I'm not sure the actionscript required or where I put the action script.

Here is the file I'm using, trying to simply figure out how to make the open button go to scene 2. [URL]

View 2 Replies

Professional :: Linking SWF To HTML Pages?

May 26, 2011

I'm trying to use a .swf for a navagation button in a website I am creating but I'm running into a bit of a problem. I need to know how to code the button (In Flash) so that they link to my specific .html page. Is this possible to do with a realitive link?

View 7 Replies

Professional :: Linking A Button To A Pdf File

Jul 19, 2011

I m building a website and lately i am facing a lil problem.i have placed a button from windows->components-> button with movie type button property now the issue is i am unable to link that to a pdf file.i want that button to open a pdf file.and how do i do that.

View 18 Replies

Professional :: Linking Two Tables/pictures?

Oct 11, 2011

I want to basiclly create a spot the differance game but instead of the user being able to just click on side of the pictures to get the answer, i want them to click on one picture and than the other picture to get the answer. So basiclly they have to click on the picture on the left and than on the right to mark something as a answer which would link both pictures. Or another example, is linking two tables. If i had two tables up and the objective was for the user to link one line of the table to another on the other table, it would link and draw a link from one side to the other showing the link.

View 1 Replies

Professional :: Linking Listbox To Frames?

Nov 13, 2011

i have a listbox which gets data striaght from my sql database and i was wondering how i could link each value with in the list box to each frame  so that when a item is selected in the list box it goes to a frame like how  button uses gotoandplay as such
  
this is my code which i use to get the data from the database
 
var theXML:XML = new XML();
theXML.ignoreWhite = true;
theXML.onLoad = function() {

[Code].....

View 1 Replies

Professional :: Cant Get Buttons To Work After Linking Back?

Jan 6, 2010

The buttons in the flash movie also link to movie frames in the flash and external html pages. Once movie plays and stops, all links work fine, the links to the anchors and the links to the other html pages, however when I try and link back to the flash movie from an external html page, to specific frames in the flash movie, the html link will link back to flash movie frame fine, however once your back in the flash movie, none of the buttons in the movie work anymore.I have embedded the flash movie in an HTML and published it with anchors,"home, about, events etc.used this code for several buttons in the flash linking to frame anchors in the movie:

///////////////////////////
home_btn.addEventListener (MouseEvent.CLICK, handler);
function handler (event:MouseEvent):void

[code]......

View 6 Replies

Professional :: Remote Linking From An External Html?

Jan 17, 2010

I have solved my remote linking from an external html, to specific swf frame problem. But now, as usual another problem has reared its ugly head. I have a button(s) with a spotlight animation effect in the "over state". It works fine on the "home" page, smooth and clean, but when you link to a frame in the timeline, once in that frame the spotlight effect stills shows up when mouseover, but becomes erratic and very jittery.[URL].. Once there, if you click on about, events, or news, and load any of those pages/frames, you should see the spotlight flicker on mouseover on all buttons

View 6 Replies

Professional :: Linking Parts Of Swf In Dream Weaver

Apr 22, 2010

Ok, I got my interactive SWF movie into DW and was wondering, I have 5 pictures in that SWF interactive movie I need to link to 5 videos so that they play when the user clicks on it. How do I do this? Should I export it out of Flash differently other then SWF?

View 3 Replies

Professional :: Text Boxes - Wrapping Or Linking?

Jun 16, 2011

Can I create a custom text box shape?  Or parhaps create two text boxes and link them together so the text flows from the first to the second?
 
Or is there another way of doing it I haven't thought of?
 
I'm using CS5 on a mac.

View 5 Replies







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