Nov 21, 2009
Pages: 1, 2

Flash Actionscript Help - i need help on some actionscript for flash galleries and such

free web hosting
Open Discussion > MODERATED AREA > The Internet > Web Design

Flash Actionscript Help - i need help on some actionscript for flash galleries and such

keego
Hi guys
i was hoping if anyone that is good at coding could pretty please help me out

im rather good at designing compared to coding for flash.. so here goes..

Im trying to make a flash gallery.. ive started. and i know how to make buttons to go nxt and back and so forth... but i want to know if anyone knows the actionscript to make a thumbnail .. so that you click on it .and it will load the larger version on a little flash popup screen or just somewhere on the page.. its hard to explain but ill try to find an example to show u smile.gif

http://www.13minutesmag.com/galleries/galleries.html <--- check this out..

see how you click the bottom thumnail and it appears at the top. thats what i want to do but cnt find a tutorial for it. smile.gif can anyone help me please smile.gif

 

 

 


Comment/Reply (w/o sign-up)

jlhaslip
Lightbox is a javascript method which *might* do what you want it to.
Google it.

Comment/Reply (w/o sign-up)

keego
wow that was fast smile.gif haha yeah thats exactly what i was looking for .. thanks heaps

Comment/Reply (w/o sign-up)

keego
oh yeah i forgot to ask aS well.. um does anyone know the action script in flash that alows you to go to a certain frame and play it? .. for example.. if i have a intro for my flash file .. and then when the intro ends it goes to a screen that has a play button. and when i click on play it will go to the frame .. Scene 1 and start playin that scene. smile.gif

does anyone have or know that code? if anyone does pass it on please smile.gif

thanks again

Comment/Reply (w/o sign-up)

MiniK
Sorry, I'm rubbish at Flash. Anyway, I've recently discovered LightWindow. It's VERY similar to LightBox but it allows LOADS more stuff. Like forms, flash, pictures, external files, websites etc.

clicky

Comment/Reply (w/o sign-up)

keego
QUOTE(MiniK @ Dec 9 2007, 05:55 AM) *
Sorry, I'm rubbish at Flash. Anyway, I've recently discovered LightWindow. It's VERY similar to LightBox but it allows LOADS more stuff. Like forms, flash, pictures, external files, websites etc.

clicky




yeah i checked it out. i don't really get how to use it though. i mean is it suppose to be codes.. or is it a program that does it for you ?

smile.gif thanks for the help though

i like the fact that you can load flash on it . thats pretty awesome

Comment/Reply (w/o sign-up)

sonesay
It looks just like Javascript code and CSS to me. Its pretty cool how much JS and CSS can do biggrin.gif. Well I'm interested in having my own gallery so I'ma look into it today. If I figure it out I may be able to help. How hard can it be just JS and CSS lol.

Comment/Reply (w/o sign-up)

keego
lol well then ur smart lol .... yeah it'll be great if you get it ^^ then you can show me biggrin.gif

Comment/Reply (w/o sign-up)

Saint_Michael
Since your looking to flash I would recommend checking out www.pixel2life.com They have quite a nice database of tutorials and have a nice section of flash so that can help you out as well.

Also there are quite a few gallery scripts especially ajax galleries, and since your using lightbox you will like this website as it covers many different versions of lightbox and what else you can do with using this script as well.

LightBox

Of course here are the different Gallery scripts as well that are either ajax based or javascript based.

However, if your interested in a flash gallery then you could try these out

flash image gallery

Or if you looking to gain coding experience then here is a nice list of tutorials on how to build a flash gallery.

So as you can tell I can't provide with how to code since I am not a flash guy, but these resources should be able to help you on your way.

 

 

 


Comment/Reply (w/o sign-up)

dimumurray
QUOTE(keego @ Dec 8 2007, 02:36 PM) *
oh yeah i forgot to ask aS well.. um does anyone know the action script in flash that alows you to go to a certain frame and play it? .. for example.. if i have a intro for my flash file .. and then when the intro ends it goes to a screen that has a play button. and when i click on play it will go to the frame .. Scene 1 and start playin that scene. smile.gif

does anyone have or know that code? if anyone does pass it on please smile.gif

thanks again


If your animation is on the main timeline:
_level0.gotoAndPlay(frame);

Where frame can be either the desired frame number or frame label.

If your animation is in a MovieClip symbol's timeline then:
name_of_symbol_instance.gotoAndPlay(frame);

Hope that helps.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : flash, actionscript, actionscript, flash, galleries

  1. Displaying Html In Flash
    Using ActionScript (9)
  2. Help Me Flash My Website.
    web designing (7)
    Hey...guys ...I have a website ...which is sort of a personal website.. But now I want to change it
    to a blog site for my college... I want the site to be cool...and awesome Its an engineering
    college....so I want the site to look...techie...sci-fi...you know what I mean... I know that I can
    make it look that way if I use..flash ... I want the site to look just a little bit like the
    www.2advanced.com...u will what I mean if u visit that site.. I have no experience in flash so
    what I want is -how to include flash in my website -what softwares do i need -where can i g....
  3. How To Add The Flash In Our Website ?
    Animated image in website make the site atractive, but take more time (4)
    Animation in this world: We see in most of the website that company icon, logos, memorandom,
    Advertisement, smily,even todat Button etc. in the website are animated in a sequencial manner so
    any body who see this get impressed, even so many time i also get impressed and want to give thanks
    that one who creates this logic a fantastic idea, adobe website we read some articles, i want a
    proper process or command from starting to end till image(how many types of image) animated in my
    website. what software, hardware, required to do complete this task. any idea, tutorial, not....
  4. Flash Navbar: Populate From Center
    Looking for advice or a tutorial (0)
    I'm working with Flash CS3, ActionScript 3, and items in an XML document. I'm looking for
    advice or a tutorial on making a navigation bar that loads items dynamically and populates from the
    center of the bar rather than the left side. I know there'll be some coordinate math to be done,
    but I'm unsure where to begin. Can you suggest a site like gotoandlearn, or is there something
    already there that I'm missing? Thanks in advance.....
  5. Actionscript 3 & Xml Error #1010
    Why must it vex me so? (0)
    This post is about a project I'm working on in Flash CS3, using ActionScript 3 and an external
    XML file. I am trying to populate dynamic text fields in a movie clip generated by ActionScript
    using data from XML. The line is formatted like so (leaving out the array brackets to avoid code
    confusion): CODE clip.txt = xmlList.vname When I run the file like this, the movieclips
    appear but are empty. I then modify the code this way: CODE clip.txt.htmlText = xmlList.vname
    This generates Error #1010: "A term is undefined and has no properties." Can any ....
  6. Actionscript 3
    (0)
    Just a quick question... would discussions on ActionScript programming, ideas and troubleshooting be
    here, or in another forum? Thanks in advance.......
  7. Flash And Transparency
    (7)
    Hi folks. I want to know if its possible to modify the transparency of an image in flash to give a
    gradual transparent gradient? EG like the T17 banner where the text "Trap17" reflects. I know i
    can do this in the GIMP but i need the background of the image/text to be transparent, and GIF is
    the onyl format i can do that reliably and of course GIF is indexed and so i cant have a gradual
    fade effect. Im really stuck on this one and im no Flash expert so any ideas? Ive attached a
    screenie. Thats the effect i want (the black background is there so the effect is easy....
  8. Flash Header Edit?
    flash header edit (2)
    Can someone help me edit a flash header from a template. I can figure out MX 2004. I am a novice web
    designer at best and need some help editing this header. Thanks so much ....
  9. Cms For Video, Embedding Flash
    (4)
    Hello, I was wondering if anyone knew of a good open source CMS that allows dynamically embedding
    flash videos such as those from youtube (needs to be able to embed flash with parameters), and also
    allows uploading any type of file to the main server. Thanks! =)....
  10. Scroll And Pan The Screen Via Mouse In Flash
    does anyone know how to pan across the screen using the mouse in flash (2)
    Hi Need help for a project , hope u guys could help out and teach me a little something. I saw some
    flash that if you click on a icon or if u point ur mouse to the left of the screen it will keep
    going left, and if right it'll keep scrolling right, as if ur checking out a room Or something
    like this website.. www.mcdonalds.com.au , and choose broadband if you see on that site, when user
    clicks on the icon to the right. the rest of the icons would kinda shift.. does anyone know how to
    do that or know if there is anywhere out there a tutorial to do that? if u do.. it&....
  11. Flash Media Into Html/css Website
    does anyone know how to import a flash into a webpage with transparenc (3)
    Hi I need some help , Im designing this website for school studies However, I made a flash drop down
    menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
    For example my flash is width= 800, and height = 200 but my div box on my html page for my
    navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
    animations i want to insert it into my navigation div box but i want to set the flash background to
    transparent so that when the drop down menu comes down it overlaps the text or whateva....
  12. Flash Newbie Question
    question (6)
    hello i'm new to flash. i have a .swf movie which i decompiled with Sothink SWF Decompiler in
    .fla and I also exported the resources. so far so good, i entered the resources directory,i changed
    the names and texts with my own and now I am wondering how do i rebuild the whole "resources"
    directory as a .swf ? can someone help ? thanks.....
  13. I Need Some Help With Flash And Div Overlay
    using wmode in IE problems (6)
    Hi guys, I have a problem with one of my designs at the moment. Here's the problem: I have a
    flash game in the middle of a page. However, the site navigation has dropdown menus that go on top
    of the flash. Now, the navigation works if I use "wmode = transparent" or "wmode = opaque" in the
    flash code. Yet, there is another problem: In Internet Explorer (I'm running version 7) the
    arrow keys "up" and "down" in most flash games will not work properly. Instead, they will make the
    page scroll up and down, even if the flash file has focus. This situation does not exi....
  14. Delaying The Time Until A Flash Button Can Be Pressed
    using actionscript (3)
    Can anyone tell me how can i make in flash a button that can not be pressed until an amount of time
    has past? let's say... about 5 mins i need this because i want to hold my visitors looking at
    the content on the page before they can advance further.....
  15. Myspace Css And Flash Profiles
    Who's got one? (0)
    Just out of curiosity, who's got a MySpace and a CSS or Flash profile? I know only a handful of
    people who have tackled the limitations and the frustrations of coding a nice profile around
    MySpace's crappy filters. I also like looking at other people's profiles just to see how
    they did them up, what code they used, and even get inspirations for my next profile. I have a
    Flash profile. I started doing them about a couple of months after having a regular layout... I
    actually learned CSS, Flash, and ActionScript because of MySpace. It actually evolved from u....
  16. Geturl In Flash
    (0)
    I posted this in the wrong place the first time: I searched the internet for about 2 hours on the
    topic of using relative links in flash movies. I created my entire portfolio website in flash and at
    the time I made it, i created all absolute links which turned out to be aweful. I couldn't find
    anywhere to to use relative links and every time I tried nothing worked. I finally figured it out
    yesterday. In order to get relative links to work you need to have the flash movie file in a
    directory beyond all of your other content for the site. In my case my flash .swf fil....
  17. Macromedia Flash 8
    (5)
    Hey there.I wanna help from someone to tell me where can i find really good and usefull tutorials
    for creating website in Macromedia Flash 8....
  18. Giving A Flash Button A Link
    i get errors (15)
    oke well i made my button and i addet the actionscript to give the button an url,see the screenshot
    below now for some reason it gives me errors,and i don't know what i did wrong to be
    honest,so can some one help me out with this p.s i do use flash cs3 so i dunno maybe its another
    way to put an url on ur button with this version cause with flash pro8 and mx i never had a problem
    with this....
  19. How Do I Put A Flash Image In My Website
    (10)
    oke i got flash now and i made this button http://www.crazydesign.trap17.com/coolflashthingy.swf
    this button i wanne use for my website now my question is, what do i need to put it online do i need
    a special code or something,i'm not experienced with this,i heard something about a special code
    u need for it,but i dunno wichi'm just used to using tis QUOTE ....
  20. Getting Flash Images On A Site
    (1)
    well, i don' t have a site yet, but about 6 months ago i made a template, with flash buttons and
    all, with sound and everything i was so proud so i tryed to put em on there with a special code u
    needet or something ,so i did, but i got blank images,, i even tryed uploading it on the site it
    didn't work, so i asked around they said u can' t install them on a cpanel, u need ftp, so i
    downloadet the program needet and i got stuck there, so basicly how do u do that,and could some1
    help me out how to get it working on a cpanel....
  21. How To Use Html In Flash
    I need to import html into an iframe like box (1)
    As of this post I am trying to convert my current html website to a flash site. I use iframes in my
    html site and i am wondering if i can import html into a dynamic text box. I am wondering if i will
    need to redo the entire design in flash or if I can just import the html. If anything is confusing,
    please tell. Thanks in advance for the help /biggrin.gif" style="vertical-align:middle" emoid=":D"
    border="0" alt="biggrin.gif" />....
  22. How Do I Import Video In Flash
    (2)
    please i will like to know how to import video in flash. i use flash mx ....
  23. How Can I Make A Flash Player Like The One Youtube Has ?
    (6)
    hi, i was wondering if there are any tutorials on how to make flash players like youtube's, is
    it easy or hard do you need a lot of skill, i really want to make one, can someone help me please
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> thank you
    scan /cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" />....
  24. Check Out This Site I Made
    The site belongs to CSI-DCE and was developed using Flash (12)
    What do you think about this site? I made it for computer society of india dce branch. There are
    some adjustments to be done (font size etc.) but otherwise I think it looks great. This was also the
    first time I integrated php in a flash page (for registeration). URL: www.csi.dce.edu....
  25. I'm In Need Of A Good Flash Tutorial For Web Design And Creation.
    (5)
    does anyone know where i can find a good flash tutorial on web design and building websites with
    flash 8? i searched google and couldnt find any i understood.....
  26. Best Free Html/flash Templates
    (13)
    Before I began creating websites myself, i used templates. The best selection of free ones is here:
    TemplatesBox . Tons of free HTML and Flash templates (although you need to pay for the nicer ones),
    I'm not affiliated with them I just thought there were alot of threads looking for templates and
    this is a great resource.....
  27. Making A Scroll Bar In Flash
    with an image and words on it (7)
    does anybody know how to make a scrollbar for my game page I am making on my site. This whole site
    is completely in flash. I know how to make a scrollbar for just words but not when there is an
    image on there also. Does anybody know?....
  28. Flash Photo Album
    (20)
    I'm building a website for my home school group for my final project in a web design class
    I'm taking. I would like to add a flash scrapbook/photo album, but I'm not quite sure where
    to start. Does anyone know how to do this? I tried googling for a tutorial of some sort, but I
    didn't have any luck. Thanks!....
  29. Macromedia Flash
    type in farsi language (1)
    hi for type the language farsi in flash you need a ipt 5 this is a symble font for farsi language
    you can downlado it from : www.ipt5.com....
  30. Best Free Flash Editor
    (12)
    Anyone know where I can find the best free Flash editor?....

    1. Looking for flash, actionscript, actionscript, flash, galleries
Similar
Displaying Html In Flash - Using ActionScript
Help Me Flash My Website. - web designing
How To Add The Flash In Our Website ? - Animated image in website make the site atractive, but take more time
Flash Navbar: Populate From Center - Looking for advice or a tutorial
Actionscript 3 & Xml Error #1010 - Why must it vex me so?
Actionscript 3
Flash And Transparency
Flash Header Edit? - flash header edit
Cms For Video, Embedding Flash
Scroll And Pan The Screen Via Mouse In Flash - does anyone know how to pan across the screen using the mouse in flash
Flash Media Into Html/css Website - does anyone know how to import a flash into a webpage with transparenc
Flash Newbie Question - question
I Need Some Help With Flash And Div Overlay - using wmode in IE problems
Delaying The Time Until A Flash Button Can Be Pressed - using actionscript
Myspace Css And Flash Profiles - Who's got one?
Geturl In Flash
Macromedia Flash 8
Giving A Flash Button A Link - i get errors
How Do I Put A Flash Image In My Website
Getting Flash Images On A Site
How To Use Html In Flash - I need to import html into an iframe like box
How Do I Import Video In Flash
How Can I Make A Flash Player Like The One Youtube Has ?
Check Out This Site I Made - The site belongs to CSI-DCE and was developed using Flash
I'm In Need Of A Good Flash Tutorial For Web Design And Creation.
Best Free Html/flash Templates
Making A Scroll Bar In Flash - with an image and words on it
Flash Photo Album
Macromedia Flash - type in farsi language
Best Free Flash Editor

Searching Video's for flash, actionscript, actionscript, flash, galleries
See Also,
advertisement


Flash Actionscript Help - i need help on some actionscript for flash galleries and such

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com