AS2 :: IDE - Thumbnails Linking To The Root

Mar 5, 2009

I'm working in a photogallery inside a mc (ex. movie>menu>gallery). There are 6 thumbnails in this gallery and I would need this: clicking on a tb i would open the bigger image in a mc in the root with alpha effect (fade in). I started using this code:

[Code]....

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Linking Buttons To Thumbnails

Oct 4, 2009

i'm just a newbie....i want to link a button to some moving thumbnails...this is the code

[Code]...

View 0 Replies

ActionScript 2.0 :: Linking Dyn Thumbnails To Fullsize Jpgs?

Jul 29, 2004

I am fairly new to MX 2004, (previously used Adobe LM) but am well under way building a dynamic gallery using PHP and mySQL. So far I am able to load the thumbnails from my database, and create an onPress event for each thumbnail. I can get a static .jpg to load, but I can't get the thumbnial to link with the corresponding fullsize image dynamically.Basically I have loaded the filenames from the database into two arrays: thumbnails[] and fullsize[]. I know the database is working perfectly, I can load the fullsize images or the thumbnails into the thumbnail placeholders. I'm at work so I can't post the .fla until later,

View 3 Replies

Actionscript 3 :: Flash Root Document Linking

Apr 3, 2011

I have a main document/fla, and ive created a game class, instantiated it in the document/fla file and it runs now i want to put a button inside that game class that can tell the root document/fla to jump to a certain frame.

View 1 Replies

ActionScript 3.0 :: Linking Tile List Component Thumbnails?

Apr 12, 2009

I have a Tile List Component full of pictures,when a picture is clicked i want it to gotoandstop at the frame where I made the picture fill the page. How do I do that if I can't insert an addeventlistener for any of my thumbnails in the component? how do I make the thumbnails link to Urls and load UIs? Heres my basic code:
 
thumbnails_tl.addItem({source:"website-01.png"});
thumbnails_tl.addItem({source:"website-02.png"});
thumbnails_tl.addItem({source:"website-03.png"});

[Code].....

View 3 Replies

ActionScript 2.0 :: Linking Dynamic Thumbnails To Fullsize Jpgs?

Jul 29, 2004

building a dynamic gallery using PHP and mySQL. So far I am able to load the thumbnails from my database, and create an onPress event for each thumbnail. I can get a static .jpg to load, but I can't get the thumbnial to link with the corresponding fullsize image dynamically.

Basically I have loaded the filenames from the database into two arrays: thumbnails[] and fullsize[]. I know the database is working perfectly, I can load the fullsize images or the thumbnails into the thumbnail placeholders.

View 3 Replies

ActionScript 2.0 :: Linking Buttons Inside A Movieclip To A Root Frame?

Feb 18, 2009

I've been working on a new issue while giving a break on cracking the other one.I have a movie clip acting as a button with rollover/rollout animation- we'll call it menu_mc for simple reference.I'm basically creating a rollover submenu. I've set it up a few different ways but the most user friendly has been hiding the submenu_mc (which has 4 linked buttons to root frame inside) by doing:_root.sub5_mc._visible = false;then inside the menu_mc with the rollover I have the submenu trigger set to show: _root.sub5_mc._visible = true;The links are working fine but the problem I am running into, is that the rollover state, once over the submenu_mc, does the rollout function and leaves the submenu_mc hanging there by itself- still functioning perfectly.You can go back over the menu_mc and it will play out the rollover again.On the other simple animated buttons (which do not have submenus) I have coded:

on(rollOver) {
_root.sub5_mc._visible = false;
}

[code].....

View 3 Replies

ActionScript 3.0 :: Scroll Thumbnails By Scrolling The Mouse Left Or Right Over The Thumbnails?

May 9, 2011

Haven't been here for a while and I'm really rusty using Flash. I looking for a tutorial or some information on how to scroll thumbnails by scrolling the mouse left or right over the thumbnails.

View 3 Replies

IDE :: Tutorial 'Adding Thumbnails' / Reload Other Thumbnails Again?

Jan 19, 2010

I used the tutorial "Adding Thumbnails" to build a fotoshow. Adding another xml-file I have the problem,that I cannot reload(?) the thumbnails correctly.[code]Then I do not see any thumbnails,if(!) the new thumbnail list contains fewer elements than the old one and if the old thumbnail list was scrolled over the hit_right field before.It is seemingly necessary to reset the internal state of the movieclip. But how can I accompish that?

View 1 Replies

ActionScript 2.0 :: When Click The Link To A Gallery That Has A Lesser Number Of Thumbnails It Fills The Difference In Numbers In With Thumbnails From The Previous Gallery?

Dec 5, 2007

I've got a website with three links to three different thumbnail galleries. When I click the link to a gallery that has a lesser number of thumbnails, it fills the difference in numbers in with thumbnails from the previous gallery.

View 1 Replies

ActionScript 1/2 :: Absolute Linking Of .as Instead Of Relatively Linking?

Jul 28, 2009

the project im working on is all database driven, there are no html files and all coding that is created is made by php then stored within a db to be called later on. now because of this i can't use relative links at all with anything i.e. images, videos and swf files.
 
so.....i am using swfobject to link to a swf file using absolute linking as shown in the coding below. but what i need to do now is link an .as file in my swf using absolute linking so i can call some arrays from the file.i have doubled checked to make sure my vars can be passed by local testing and it works but now i need it as absolute....is this possible?

View 16 Replies

ActionScript 3.0 :: Crossdomain Policy File On Root Level Cannot Be Deployed On Root Level? 

Jan 14, 2009

Situation:

- We have a Flash application located on a SAP EP (let's say ep.x.com)

- We have a SAP ABAP Application (Webservices) on a SAP WebAS
server (abap.x.com)

- Clarification: This is not about Flash islands / but a normal Flash application communicating with WebAS ABAP via WebServices

Problem: Due to the changed security policy in Flash 10 this scenario does no longer work.

- A crossdomain policy file on root level cannot be deployed on root level

- The WebServices http/s headers cannot be modified, since the WebServices are generated by the WebAS IDE.

Comment: Technically there is a way to patch a WebAS ABAP,but this is not a practical / acceptable way in a normal SAP WebAS infrastructure.

Conclusion:- The above scenario (Flash from EP content / WebAS ABAP as backend) is a quite normal scenario in the SAP world.

- SAP / Adobe always features the close relationship between their technologies.

Question:- What could we do?

- How does the Visual Composer works around that problem?

View 1 Replies

Actionscript 3 :: Position Loaded Object Based On Root Stage Instead Of MC That Is Loaded From Root

Mar 22, 2010

I have a root stage, and a MC that is called from the root stage.Now from that MC, i will called in another MC2, and I wanted to placed the MC in the center of the stage. The reason I could not use normal ADDED_TO_STAGE at MC and define the center is because MC is not place in the exact position of the root stage (as in x, y=0). So if I would target MC2 at MC stage center, it would not be the exact center of the root stage/screen.How can I called the root stage properties rather than adding MC2 into the stage?

View 1 Replies

Flash - Tell The Root Timeline To Root.gotoAndStop(2); From The Timeline Of A MovieClip Added Using AddChild?

Nov 7, 2011

How do you tell the root timeline to root.gotoAndStop(2); from the timeline of a movieClip added using addChild?In the maintime line I have

addChild(fade_eng);

and in fade_eng I have the following on frame 20

root.gotoAndStop(2);
this.gotoAndStop(1);

But I am getting 1061: Call to a possibly undefined method gotoAndStop through a reference with static type flash.display:Stage.

View 1 Replies

ActionScript 3.0 :: Thumbnails From Xml?

Jun 21, 2009

I want to read thumnails from xml into clip miniatury_mc... and move them with easing up and down after prsssing up arrow or down arrow... everything looks nice but I don't know how to loop clip miniatury_mc the reference clip to mine is on site[URL]..

View 4 Replies

Way To Change Thumbnails

Jun 18, 2010

I am very much new to the photography game and even newer to building a website, for which I have been staring at my computer for hours upon end. So in the end I decided to spend a few bucks and splash out on a template from [url]... but now I am struggling with the small thumbnails on the main page. I was wondering how can I change them so that I can either have thumbnails of some form of significance rather than some randomness. You will see what I mean when you get to the website. (Its still a work in progress if that!!)

I had given up on this website until I came across this forum. I had started on making sliding thumbnails with a gallery. Is there anyway of incorporating this on the website? I really like [url]...website and wondering if if there is a tutorial out there to make something similar since I have done the gallery and slide thumbnail..i just have no clue how to get the photo on the first page and the writing etc.

View 3 Replies

Xml Thumbnails With Intervals?

Jun 18, 2009

I'm having some issues with a thumbnails scroll that I found in another forum. I was able to modify it to fit my needs, but now I want to incorporate a interval that plays my next image without having to click on the buttons. I have tried several methods but nothing seems to work. here is the code:
 
descriptions=true;
alert._visible=false;
var ease = 5;

[Code].....

View 4 Replies

IDE :: Thumbnails Are Not Loading?

Jan 14, 2009

I have a movieclip with a scroll pane. also a mc which i named a class with a 'delete' button and an image holder inside it. (linked as chosen_thumb_mc)For some reason, the thumbnails are not loading? I cant find out why because it says the code is correct.... Can anyone see what is wrong with my code?

Code:
var ThumbArray:Array = new Array();

ThumbArray[0] = ["70317", "name70317", "2"]
ThumbArray[1] = ["28076", "name28076", "3"][code].....

View 2 Replies

ActionScript 2.0 :: Get The Thumbnails To Appear 3 In A Row?

Feb 6, 2004

I have downloaded a dynamic gallery from flashkit. I have tried to modify but cant. What i need to do is to get the thumbnails to appear 3 in a row, then the next one i loaded in a row under. When say 2 rows are loaded the scroller appears. In the gallery alla pics are loaded in one row. This shouldnt be a problem for you actionscipters

View 1 Replies

ActionScript 3.0 :: Get XML Thumbnails To Scroll?

May 11, 2009

Below is my code for an XML AS3 video player with thumbnails. My question is how can I get the thumbnails to be scrollable if I have more that 3 thumbs without enlarging my stage area?[code]

View 1 Replies

Scrolling Menu With Thumbnails ?

Jul 23, 2009

I'm building a site with flash (obviously) and it has multiple pages, now on one of these pages i wanted a scrolling menu with thumbnails that when you click them they take you to another page, but I'm not quite sure how to go about it. The methods I already tried haven't worked.

View 9 Replies

Scrolling Image Bar (10 Thumbnails Around)

Aug 13, 2009

I need to develop a scrolling image bar, I have never ever used a 'scroll bar' in flash. What it needs to do is have around 10 thumbnail images, that you can scroll left to right to, then when you click the image enlarges?

View 1 Replies

ActionScript 3.0 :: Thumbnails Can Not Scroll

Jan 12, 2010

I am trying to fallow this awesome tutorial but I keep getting stuck on this one part. Here is the link for the video

[url]...I am able to do everything fine until the part where you make the thumbnails scroll and stop when the mouse is over them. Mine does not move at all. I feel like I am doing everything he says but still I can not figure it out.

View 7 Replies

ActionScript 3.0 :: Getting Thumbnails Over Rtmp?

Aug 19, 2010

I'm trying to get some thumbnails to appear depending on where I pause in a video. It works fine when I do not use rtmp - but I get a 2132 error when I try and do the same over rtmp.

I've read up a bit and it seems that I need to allow video sample access. So I tried the following code, but had no luck:
 
nc = new NetConnection();nc.client = this.client;nc.connect("rtmp://theserver.com/vod/_definst");
nc.client.videoSampleAccess = "publicdomain";

View 1 Replies

Flash - Generate Low Res Thumbnails?

Aug 12, 2011

I am trying to create an image gallery similar to Androids "Gallery" where it is a horizontal scrolling list of images. I am doing this with an HBox and Bitmap objects wrapped in a UIComponent. The problem is I am trying to do this for mobile and having many full size images open in memory causes problems. I have been trying to have the images load right as they are scrolling into view and unload once they are out of view, but the loading/unloading while scrolling requires too much cpu and causes a very choppy and poor UI. What I am looking to do is be able to load several low quality versions of the images in memory so I dont have to do as much loading/unloading. I have tried decreasing the height/width but it dosnt seem to have an effect on memory usage.

View 4 Replies

ActionScript 2.0 :: Thumbnails To Loop When They Hit End?

Aug 14, 2009

I'm building a slideshow with scrolling thumbnails. i'd love for them to loop- start back at 1 once they hit the last (54) image [url]...[code]...

View 0 Replies

ActionScript 2.0 :: Can't Click On Thumbnails

Feb 16, 2010

I have created a gallery in flash and the thumbnails load and scroll perfectly, the only problem I'm getting is I can't click on the thumbnails. I have made a function which is supposed to trace the word 'clicked' when I press the loaded thumbnail, but for some reason it doesn't work.[code]

View 9 Replies

ActionScript 3.0 :: Preloading XML Thumbnails?

Jul 8, 2010

I have also endeavoured to make my first XML slideshow & thumbnail slider and I am faced with a preloading problem....ie how do I preload my thumbnails???I have successfully loaded them as follows:

Code:
var urlRequest:URLRequest = new URLRequest("slideshow.xml");
var urlLoader:URLLoader = new URLLoader();

[code]......

View 3 Replies

Scrolling Panel Of Thumbnails?

May 2, 2009

just watched Lee Brimelow's how to create a scrolling panel of thumbnails. I have no questions regarding the panel, but, rather, how do I add a link to each image of the scroll; so, when the user clicks one, a popup or new page opens showing not the thumbnail he clicked, but the real size image?

View 1 Replies

Actionscript 3.0 :: Thumbnails To Loop When They Hit End??

Apr 11, 2010

I've searched the forums and seen topics on how to stop the audio playing from a video when you navigate somewhere else. However none of these solutions seem to work for me.

I have my buttons on the root timeline, and all my pages are seperate movie clips which are added to the timeline with labels. I tried the [code]...

but i also have audio streaming on the whole site so when i navigate to a page the audio stops. I'm not sure what else to try.

View 1 Replies







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