ActionScript 2.0 :: Make A Flash Slider Similar To That In HTML?
Feb 5, 2011I am trying to make a flash slider similar to that in HTML Code: [URL]
View 1 RepliesI am trying to make a flash slider similar to that in HTML Code: [URL]
View 1 RepliesThis may sound like a dumb question, but how would I make a swf file display an html page similar to what an IFrame does? Would I have to use a Javascript command to have a window pop up when the movie is Loaded?
View 1 RepliesI'm looking to make a flash banner very similar to the one shown on here [url]..I'm really stuck on what techniques i need to use.
View 5 RepliesI need to make a learning device in flash similar to this [URL]..anyone know any tutorials that would ? im fairly new to flash.
View 4 RepliesI'm trying to make a game similar to bejeweled or diamond mine in flash. I found source code for a game someone made but it was pre function flash 4 craziness. It's not really helping at all because the person who built it had to hack around the limitations of flash 4.
View 2 RepliesI am implementing the flash slider, Piecemaker, for the first time in my latest project. I've got a problem with it's animation being cropped by the width and height of its container, and I cannot for the life of me work out how to let it overflow outside its container during animations. There is also a weird problem I've just noticed that the top of the slider gets clipped off for some reason? who's worked with piecemaker, or something similar, or a css ninja see what the problem is? Here is the demo as it is at the moment - Link
View 2 RepliesIn HTML/CSS, if you float items, DIV's that exceed the width of the container are moved down 1 line.
I would like to achieve this in FLEX. I have 3 components with variable width. I would like for the 3rd component to be moved down when it doesnt fit the container any more.
I'd like to make a circle slide ( Slider that on the shape of circle instead of vertical and horizontal Slider) like this one:
[URL]
Is there a ready Component on the web.
I'd like to make a news slider for flash that not only shows images and text, but can also play videos that are presented as news, through an XML file or something.A good example is the flash news slider that ea.com uses, which can play videos on clal as well.Can anyone direct me to a tutorial or guide me here on how I cna achieve this through Flash CS4?
View 18 RepliesI'd like to make a news slider for flash that not only shows images and text, but can also play videos that are presented as news, through an XML file or something.A good example is the flash news slider that ea.com uses, which can play videos on clal as well.how I cna achieve this through Flash CS4?
View 2 RepliesI am looking into achieving below two features in a flex grid( or advanced grid).
1. merge column headers ( as in group just the cells in the header row ).
2. add multiple ( say 2 ) headers to the grid.
I want to implement something similar to MAC OS X Time Machine in terms of having time-line on the page side and then clicking on a specific day will pull a page from the server.
I have good experience with Ruby on Rails. I'm less experienced with GUI design and was wondering what in your opinion is the optimum way to do something like that. Couple of ideas came to mind:
- Use Adobe Flex (or maybe Silverlight?)
- Use JQuery (or similar JavaScript library)
- Use something like Objective JavaScript
how can I make a flashobject to display in fullscreen in HTML? (without having the flash source)
View 2 RepliesI'd like to build image slider like Nivo slider with Adobe Flash Builder.
i'd like to have image controls, image titles displayed above the image(like layers in flash). i'd like to read the data from xml.
i'd like to have nice transitions between images.
mayebe u can provide tutorial or source code.
I added three sliders, but combining all 3 slider in html page two of it working, but while checking individually all three working.
<html>
<head>
<title></title>
[Code].....
I have mad this from a tutorial. Now the slider goes left but i wants it to go right but i just cant seem to get it to work.[code]
View 2 RepliesI'd like to make a circle slide ( Slider that on the shape of circle instead of vertical and horizontal Slider) like this one: [URL] Is there a ready Component on the web.
View 7 RepliesHere is the code I started but I want to make a slider naviagation once the page is click then the page marker will move to what page I am on?[code]...
View 5 RepliesHow to make this excellent "auto slider" Check the Portfolio section [URL].
View 2 RepliesHow would you script the movement limitations to create a diagonal slider? Im not looking for anything tricky. Just a plain 45 degree, .785 rads, um i think angle movement.My current Horizontal slider is as follows.
onClipEvent (load) {
min=50;
max=400;
[code]......
is there a way to make the slider work with the gotoandstop. I would like to us a slider as a navagation bar and when u slide to home all the stuff related to home pops up and so on.
View 1 RepliesIs there a way to make a statement where if the slider is >=30 and <=40?
View 3 RepliesHow can I make the slider track a bit thicker with CSS?
View 1 RepliesExplain the code, or point me to a good tutorial for making a volume slider for an FLV player?
View 6 RepliesI am trying to make a song position slider, ala most media players, which will slowly slide along as the song progresses, but also allows me to drag and drop it to change the position of the song. I have some code which works perfectly in regards to the progress and dragging parts but the song doesn't change position and the bar reverts to the pre-drag position when I drop it.
Code:
// Sound
sneaker = new Sound();
[code].....
Well Ive been trying to make a small flv player in flex, came across 2 problems.
1. How would you make a slider to control the video (Is it called a scrubber?)?
2. How do you change the icon of a button at runtime? (For the play/ pause button, changing the labels I can do, the icons have stumped me).
I couldn't find an example of a mp3/flv player online made in flex that has either of these, so I havn't got a clue how to proceed.
I'm making a Image slider. When the mouse is rolled over, It'll slide to one direction. Just like a normal image slider.The problem is, the images that I want to be inside this slider are in a folder and I want them to dynamically load into flash and into the slider.
For example, Lets say there are 5 images in the folder. I want flash to get all the 5 images and load them into the slider and do the normal scroll thing. When the 5th image is reached, I want the slider to display the first image. (in a continuous loop). If a new image is put into the folder, flash should now have 6 images in the slider.I've manged to get the Number of files in the folder to flash.How can I make a slider where images are loaded dynamically?
I'm using AS3, CS5.5, on Windows764bit. I created an animation with many different layers (and nested movieclips) on the stage, then wrote a short bit of As3 to add a slider control of the playback. The problem/mystery is that when I change the slider, the nested MCs act strangely/independently. How to control everything at once? Here is the current file: [URL]
Here is the code I added:
package {import flash.display.*;
import fl.controls.*;
import fl.events.*;import flash.text.*;
//for TLF crap public class SliderClip extends MovieClip {
var slider:Slider;
public function SliderClip() {
[Code] .....
Im trying to make a slider that when moved will scroll through the timeline. There is 5 snap intervals in the slider and 5 "key moments" in the movie. When the slider is snapped 2 one this will scroll to the first "key moment".
View 1 Replieshow to make the slider disappear when you click (for example) on an extra button?
View 3 Replies