Professional :: Individual Hyperlinks Required In Movie

Nov 11, 2010

I have a movie that consists of one image that scrolls across the screen. It all works beautifully. Although it's one image (jpeg) that has been saved as a movie clip, the single image is actually made up of a number of logos. What I want to do is to make each of those logos a separate hyperlink that will link to different external URLs. As the logos scroll across the screen, you can pick any one that happens to be showing at the time (the actual movie clip is larger than the stage) and then go to the relevant site.
 
If I save the jpeg as a button, I can't then make it scroll across the screen in the same way and I don't want to break up the image into indivdual files, as it will then not scroll as a single unit with the Actionscript that I'm using.

View 5 Replies


Similar Posts:


Actionscript 2.0 :: Carousel Hyperlinks - Load A New Page For Each Individual Image

Mar 1, 2010

I am using the carousel as a navigation bar for a website, but instead of opening a window inside of the carousel, I want it to just load a new page for each individual image. I know that this requires putting the links into the XML file which I have done, but I'm struggling with the actionscript

View 5 Replies

Professional :: Creating Text Hyperlinks To Different Frames Within A Movie!?

Jun 1, 2011

I have created a flash website and have encountered a problem. I am using Flash CS3 and ActionScript 3.0.I have created a text box (at the moment it is Dynamic because I have it scrolling) with text entered into it. I want hyperlink sections of the text to other frames within the flash movie. The text box is on the "news" frame - this is a page for archived news. I want to highlight pieces of the text and create hyperlinks to each of the archived news stories (each of which is on a different frame).I know how to create buttons from text and link them to different frames, however I do not want to do this because I want to maintain the text box (with hyperlinks within the text box) so that I can make this page scrollable.I have tried highlighting the text and hyperlinking it to the frame number, to the frame name, to the frame anchor, ec..

View 3 Replies

Professional :: Add Two Different Hyperlinks To A Banner Ad?

Jan 14, 2010

I have a banner ad that cycles back and forth between two ads, and am trying to set it up so that when the first ad is up (5 seconds or so) and the viewer clicks on it, it goes to one URL, and when it changes to the second ad and the viewer clicks, it takes them to a different URL.

View 5 Replies

Professional :: Hyperlinks From And InDesign .swf

Feb 18, 2011

I created an  interactive document in InDesign CS5 that I exported as a .swf and  inserted it into a html based webpage.  I would like the buttons I  created with url actions to open the url in the same broswer window and  not in a new broswer window.  Is this possible in ID CS5 and if not how  can I get it done.  I have enough knowledge in flash to be dangerous.

View 1 Replies

Professional :: Multiple Hyperlinks On An Image?

Apr 24, 2011

I use a content management system [CMS] here at work so am to a certain extent restricted in terms of web design. In Dreamweaver I can easily create 'hotspots' on an image so there are hyperlinks all over it, however inserting this image in the CMS so that all the 'hotspots' work isn't possible (well I can't make it work). However, it is possible to embed Flash into the CMS by using appropriate code in an html portlet.

Consequently, if I have a .PNG image how do I convert that to a movie in Flash and then create lots of hyperlinks all over the image? If Flash is not the best way to do this, should I use Fireworks? In Fireworks I am able to add hotspots to an image, but when I save the image with the hotspots in my 'web folder' and view the url, the hotspots don't work. The onlt way I seem to be able to make the hotspots work in Fireworks is to save it as a .htm and then view that url, but obviously that is no good as I can't insert that as an image on a webpage in the CMS as it isn't an image

View 2 Replies

Professional :: Add Hyperlinks To Flash Images?

Jul 7, 2011

I've just begun to dabble in Flash and created a neat little project first up as an experiment, but now want to learn how to take it to the next level.
 
I watched this tutorial...
 
[URL]
 
and am now wondering how I can hyperlink the main images?
 
Here's the code I have:

[Code]....

View 20 Replies

Professional :: Required With Limiting StartDrag()?

Jul 26, 2010

Quite new still to AS3 so if someone can help me out, or point in the right direction,Stage size is set to 750 wide x 440 high and my hi res image is 1500 wide x 880 high. image is called mcImage.The hi res image on the stage that is scaled down to 50% on both X and Y axes.I have a zoom in button, a zoom out button and a reset button. All do pretty much what their name suggests.When you zoom in, it adjusts the Z axes of mcImage to make the image appear larger on the stage. So far so good.I then get the new co-ordinates of X and Y by using the localToGlobal feature and record them in a variable, passing them to the mouse Handler for the dragging of the image.The issue is, whatever I try in startDrag(); does not limit the size of the dragable image, nothing happens, though I am expecting it to allow me to drag the image around within it's boundary!I am sure that the code can be tidied up, but I am still learning a lot about AS3 and trying my hardest.

[Code]...

View 6 Replies

Professional :: Add The Required Information To The 'Summary' Tab?

Jun 9, 2011

I want to add the required information to the 'Summary' tab when looking at the properties of an SWF file.Could somebody tell me how to do add the required informations .

View 5 Replies

Xml :: Get Required Tag Form XML And Required Children Tag?

Sep 13, 2011

I have a XML schema.I want to read only table tag and its geometery tag using action script3 code.Any Idea.

<table name="TableBase 1" id="TableBase3010" overflow="false" direction="lr-tb" suppress-empty-lines="false">
<style-ref name="default"/>
<geometry size="absolute" position="absolute">
<location left="117" top="102"/>

[code]....

View 2 Replies

Professional :: Can't Click Hyperlinks Under Transparent Flash Layer

Sep 3, 2010

is there any solution available??

View 7 Replies

Actionscript 3.0 :: Creating Text Hyperlinks To Different Frames Within Movie?

May 31, 2011

I have created a flash website and have encountered a problem. I am using Flash CS3 and ActionScript 3.0.

I have created a text box (at the moment it is Dynamic because I have it scrolling) with text entered into it. I want hyperlink sections of the text to other frames within the flash movie. The text box is on the "news" frame - this is a page for archived news. I want to highlight pieces of the text and create hyperlinks to each of the archived news stories (each of which is on a different frame).

I know how to create buttons from text and link them to different frames, however I do not want to do this because I want to maintain the text box (with hyperlinks within the text box) so that I can make this page scrollable.

I have tried highlighting the text and hyperlinking it to the frame number, to the frame name, to the frame anchor, ec... but I cannot get anything to work.

View 1 Replies

ActionScript 2.0 :: Controlling A Movie From Hyperlinks In A Dynamic Text Field?

Aug 19, 2004

If I have a dynamic text box with hyperlinks in it, how do I control movie objects through them? I mean is it some kinda code that I'll have to add in the <a></a> tags or some other cool s h i t?

View 1 Replies

ActionScript 2.0 :: Individual Listbox Items Linking To Individual External Text Files?

Jun 20, 2004

I've gotten as far as getting a listbox with a list of articles to display the articles in a dynamic text box, only i can only get it to work if i use one huge external text file that contains all the articles. what i want is to have each item on the list open up its own external text file, i.e. for each item on the list, there exists a separate text file. I'm about ready to put my fist through the monitor, and that would suck because this is a really nice monitor

View 13 Replies

Professional :: Determine Is Scrolling Is Required On Dynamic Text?

Feb 1, 2010

I have a few text based pages on a site i am trying to build which contain dynamic text (contained within a database, which can be changed from elsewhere). These are loaded into a dynamic text box of a fixed size that fits within my page. This all works great. I have created two scroll movieclips (which act as buttons, one for up, one for down) which when clicked cause the textbox to scroll up or down as relevant. These work fine as well. The problem i'm having is I only want the scroll buttons to appear if they are required (ie if the text within the text field is larger than its height so you need to scroll to read it all), but i cannot work out how to find the height of the actual content (as opposed to the height of the predefined dynamic text box). I can obviously create the textbox as autosized, then find it's height, then compare it to the desired height and (if it's larger) manually change it's height and display the scroll buttons, however i cannot imagine this is the most effective way to do it at all? I'm sure there is a standard, logical way to do this but i cannot seem to find any reference to it online or in the forums, but maybe because i'm searching for the wrong thing

View 3 Replies

Professional :: Required FlasLite Extension SDK For FlashLite 4.0 On WinCE Platform?

Jun 10, 2010

We are using FlashLite 4 (Standalone player) supplied by BSquare in WinCE environment. In our product need to implement Action script extensions to communicate with C++ application. For this implementation we required ASextension classes supplying along with FlasLite Extension SDK. Is it available any evaluation version for FlasLite Extension SDK?

View 1 Replies

Flash - ScrollPane Component Required In Library Even Though It Is Not Being Used By Parent Movie?

Apr 19, 2010

note: all as3 is written in CS4 and compiled for flash 10.I have a parent movie that loads a separate standalone SWF movie. This standalone movie happens to use the ScrollPane component (fl.containers.ScrollPane), and it runs correctly when launched on it's own.When I attempt to have a Parent movie load the standalone SWF, i receive a run-time error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at fl.containers::ScrollPane/drawBackground()
at fl.containers::ScrollPane/draw()
at fl.core::UIComponent/callLaterDispatcher()

I understand that this error can be avoided by adding the ScrollPane component to the Parent Movie library. My question is why is this necessary? If the component is only used in the standalone SWF being loaded by the Loader class, why does the Parent movie require the component to be in the library as well?

View 1 Replies

Professional :: Way To Split String Into Individual Letters

Nov 15, 2010

I'm trying to take the letters I have in a string var, eg "EXAMPLE", and display them in a textField like so:[code]Maybe I'm trying to make it too complicated, but I can't seem to figure it out.  I'm using the following code:[code]The textFeild shows nothing (the textField is coded correctly, as it shows regular strings).However, the trace shows it as:[code]I've got the textfield set large enough to accomodate the text.Is there a better way to split a string into individual letters, and then display them in a field one above the other?

View 3 Replies

Professional :: Way To Split String Into Individual Letter

May 21, 2005

I'm trying to take the letters I have in a string var, eg "EXAMPLE", and display them in a textField like so:[code]I've got the textfield set large enough to accomodate the text.Is there a better way to split a string into individual letters, and then display them in a field one above the other?

View 1 Replies

ActionScript 2.0 :: Manipulating The Individual Objects In A Movie Clip?

Sep 17, 2002

I know there is a way to manipulate the objects that are within a movie clip, but what's the syntax for it? For example, if i have a movie clip that consists of 4 squares, how would move just one of those at a time, separate from the other 3?

View 7 Replies

ActionScript 2.0 :: Depth - When Click On An Individual A Movie Comes Up But Bubble Stays There

Mar 11, 2010

I added a thought bubble over an individuals head and have a couple problems with it. The first is that when you rollover one of the other individuals they should be on top of the thought bubble. The other issue is when you click on an individual a movie comes up, but the thought bubble stays there. I want it to disappear until they go back to the main screen. Here is the flash file: [URL] When you rollover the top individuals they are executing the following code:

invisible._height = 190;
this.swapDepths(_parent.getNextHighestDepth());
transition(this._name);

View 4 Replies

Make Entire Group React On Mouse Over / Not Individual Movie Clips Themselves

Dec 10, 2009

i have a bunch of movie clips and in order to make them rotate the way i want i have grouped them together, made the entire group into a movie clip and applied the motion tween. I'm trying to code it so that when i mouse over the movie clips WITHIN the group movie clip, something happens. How would i go about it? All i can work out is how to make the entire group react on mouse over, not the individual movie clips themselves.

View 2 Replies

Dynamically Loading Images From A JSON Feed Into Individual Movie Clips

May 22, 2009

I'm dynamically loading images from a JSON feed into individual movie clips and then adding the clips to the stage(both by addChild)--basically creating thumb tiles. I've added a click handler to do something when the MC is clicked. WHAT'S MY PROBLEM: The problem I have is that the MC is clickable, but the content is not. For instance, the clip has a white box in it, and the loaded image is made slightly smaller and centered to give a white border around the pic. An empty clip loaded to the stage works fine, and the white border around the image is clickable, but the image is not.

View 1 Replies

Professional :: Install New Flash 10.1, It Tells "A Required File Could Not Be Written Due To Insufficient Permissions"?

Jun 12, 2010

I'm using 64 bit Windows 7, I tried to download it on both Firefox  and Google Chrome, I used the uninstaller on this site so I shouldn't  have any current Flash installed. When I go to try  and install the new flash 10.1, it tells me...."A required file (C:WindowsSysWOW64MacromedFlashNPSWF32.dll:5) could not be written due to insufficient permissions."

View 2 Replies

Professional :: What Modification Required To Use A "Class" Code In .FLA Itself

Dec 20, 2010

What modification required to use a "Class" code in .FLA itself instead of using an external Class file? When I tried the Class code by pasting all the code, it doesn't work. How to modify it? The following is the Class Code:

[Code]...

View 1 Replies

Professional :: "Administrator Privilages Are Required To Install"?

Feb 2, 2012

I am having issues with my install. Everything is fine until I push the INSTALL button and this screen pops up:

I have tried selecting all of those options just so that I can move on to the next part. If I hit cancel I just stay on the which items to install page. After it moves on and begins to install, the blue bar will run for a little bit, but then:

So any idea on how to get this to work? I open up the install program in the first place by right clicking on it and choosing 'run as admin' but this doesn't get me past this point.

View 1 Replies

Professional :: Select Multiple Symbols And Apply Scale Transform In Relation To Individual Registration Points?

Nov 18, 2011

I've been looking for a JSFL command that might do this, but haven't come across anything even remotely similar to what I'm trying to achieve. Perhaps there is another solution besides JSFL that someone might know of.Question: Is there a way that I can select multiple symbols (either in a single frame or across multiple frames) and apply a scale transform that will adhere to each symbol's registration point?
 
Scenario:In an animation sequence, a movieclip of a tall rectangle is tweened on the timeline using "classic" tween. There are 20keyframes, where the mc changes position and rotation.In a duplicate of that animation sequence, I want to change the height of all instances of the mc in the animation, but keep the position and rotation. The rectangle should stay a rectangle, only shorter.I go to a keyframe, select the mc, and enter the desired scale percentage for the height in the transform pane. Then I repeat this for the other 19 keyframes. Imagine the pain and suffering I go through when this is done for several sequences!

Ideally,I would want to use the "edit multiple frame" mode in the timeline, select all instances of the mc across all 20 keyframes, and apply the height transform to all mcs via JSFL or dark magic.Flash's default behavior transforms multiple objects as a group,so not only will it squash and shear the different mc instances(creating diamonds),it will also shrink the distances between the different positions(changing the path of the tweens).I'm looking for a way to apply the transform so that each instance scales to their own registration point,preserving their position and respective of their rotation.

View 1 Replies

ActionScript 2.0 :: Timeline Control - Navigate Through A Movie Clip And Stop At Frame Labels Using Individual Buttons?

Sep 8, 2010

im trying to navigate through a movie clip and stop at frame labels using individual buttons to call to individual labels while being able to see the on the way to the frame(for a blurred effect).my goal is to jump from point A to point F to point Z and see all the frames in between and visa versa.

View 1 Replies

Professional :: Error "The Required Version Of Adobe Media Encoder Is Not Installed Or The Installation Is Damaged. Please Reinstall."?

Oct 27, 2009

I installed Flash CS4 a couple of days ago. Trying it out for the first time today. I went to import a video & got a message: "The required version of Adobe Media Encoder is not installed or the installation is damaged. Please reinstall."

I'm showing a Media Encoder CS4 folder under my Adobe folder, so I assume I've got the latest version installed, but it's a corrupt installation & I need to reinstall. My question is: do I need to redo the whole Flash CS4 installation? The reason I ask is that our IT provided me with multiple files for the install - there's ADBEFLPRCS4Win_LS1.exe. That's for the main install. But there's also a ADOBEFLPRCS4Win_Cont_LS1.exe. That's the added content file. I don't want to uninstall/reinstall Flash if I don't have to. Does anybody know if Media Encoder installs from the main Flash installation file, or from the added content installation file?

View 1 Replies

ActionScript 1/2 :: Load Movie - Randomly Load Other Swf's (individual Ads) Into Main Swf After

Apr 2, 2009

I am pulling double duty with this question as it serves two purposes. I am developing a total flash controlled ad system for myself, but also need to use the same theory for a project for work.

Concept: I have a main movie (ad rotator system) that I then want to randomly load other swf's (individual ads) into this main swf after a set period of time. The random load I got set no problem. The problem I am having is to get it to move to the new Frame label of the main movie which then loads the smaller swfs. I am using the LoadMovie with nInterval time delay command in flash to load the movies.

[Code]....

View 5 Replies







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