ActionScript 2.0 :: Eased MC Not Lining Up
Mar 14, 2004However, when i put the destination for my movieclip into the actionscript[code]...
View 8 RepliesHowever, when i put the destination for my movieclip into the actionscript[code]...
View 8 Repliesi have a mc that has 3 text fields category, name, amount and they are being loaded by xml. but when the movie is loaded it loads the mcs inline but i only want them to show 5 in each line. but when its a different category to go to the next line. so for ex.
1 1 1 1 1 - ROW 1
-------------------
2 2 2 - ROW 2[code]....
the numbers = a category so there are 5 (if there happens to be a total of 5) in each row but when the category changes it goes to a different row.
Not sure if there's a fix for this or not. I've had this happen to me on the last two sites I've built. I embed the flash movie into my site in Dreamweaver, and everything works perfectly in Safari. When I view the site in Firefox however, the flash movie loads a few pixels off (see pics). Anyone have a fix for this?I've tried setting the vertical align of the movie to "bottom," and I've also tried dragging all of the cells tight in the site. I've even tried rebuilding the site all together. As soon as I bring in the flash, the cells get off in FirefoxSite in Safari:
View 1 Repliestake a look at this link [URL]. Notice that the flash file in the middle window is off-centered (hanging to the bottom right corner a bit). Any thoughs on why this is? The swf file is fine when I open it seperately and locally, but looks goofy when I throw it in the page.
View 3 RepliesI am trying to organize a series of images horizontally on my site. All the tutorials I find about image galleries utilize image thumbnails of the same width. I want to be able to use images of varying widths but cannot figure out how the ActionScript should be set up to handle this.[code]
View 0 RepliesIs there a simple way to take a few square images and set rotationY for each one to be the same degrees, then using an equation line each clip up after the previous one? For some reason the width property of the rotated clips is not lining them up correctly for me. I managed to get the desired result by trial and error (see below), but really need to get an equation for this so I can move the clips around with little hassle.
View 4 RepliesI am looking to create something like [URL]
Basically a video that allows you to click on products and pull up more info on them as they appear in the video.
The video I will be using is 3 mins long with 10 products you can click on, so I guess I will need to progressively download it. If I could embed it in the timeline it would be a piece of cake. I would just have buttons motion tweened moving with the products in the timeline. But the file size will be too large to make this a sensible option.
My question is, I understand cue points can be used to activate actions for progressive video downloads, but how would I track the buttons over the products using progressive downloading when I can't see the video in the flash timeline?