Insert About 4 Or 5 Changing Images Across Top Of A Website?
Jul 24, 2011I want to insert about 4 or 5 changing images across the top of a website (Frontpage).
View 5 RepliesI want to insert about 4 or 5 changing images across the top of a website (Frontpage).
View 5 Replieshow to insert a facebook fan page on a flash web site?
View 4 Replieshow I can insert a website or a html web page inside a flash movie? I don't know, maybe inside a movieclip or a component?
View 3 RepliesFor my wishlist site, I would like to propose widgets to my users in order to publish their wishlist on their blog or personal website. The idea is to propose a few lines of code to my users that they only need to copy/paste to insert the widget displaying their wishlist. What is the best way to create/develop a widget ?
[Code]...
I have a project that was dumped on my lap, and my knowledge of Actionscript is very limited.
The scenario is that the user is presented with a floormap of a building that should show a red dot denoting where each employee sits (based on X,Y coordinates on the floormap).
The employees' profiles (name, telephone, X/Y coordinates) are stored in a database.
One our our programmers managed to load the users into a Flash object array. Now, it's my turn to add some actionscript to place a red dot on the floormap for each and every user in that array based on their x/y coordinates.[code]...
Is it possible to insert and retrieve images from sql server using actionscript. Also is it possible to create a flash scrolling gallery based on images stored in a database and everytime an image is added it is displayed in the gallery.
View 1 RepliesIs there a way to convert frames to a video in flex? If I have a video, I want to brand it by adding adding a persistent logo over it. Is it possible?
View 2 RepliesI dont know how to do this, i am trying but i cant, [code]...
View 9 RepliesI need to insert in a video an image uploaded by the user. Just like in a movie when you have filmed with the green background and added other background in postproduction. An exact example is quilmes . com . ar but it's in spanish. I've thought generating masks frame by frame but that's obvioulsly insane
View 1 RepliesI am trying to loop through a list of images and then add them to list box with a itemRenderer
public function createDataProvider():ArrayList
{
var a:Array = new Array();
[code].....
ive got this problem, i downloaded a website template and now im changing it to what i want. The 5 menu names are inside the same movie clip called Menu01. however its the same movie clip in each place of each menu so when i go to edit in place each menu comes up with home. Yet when i play the file they all come up with what there suppose to?
View 1 RepliesI just started using Adobe Flash CS4. I am a newbie and do not have flash experience other than teaching myself how to do it. Problem. I have a website template that allows full customization and has 4 flashing text buttons on the header. Everything has been working flawlessly until this....When I go to change the text for any one of the text buttons it changes the text in all of the other text buttons regardless of what I do.
View 13 Replieshow they get the pictures to fade in and out on the click of one of their buttons?I have been trying for a very long time and I really dont know where to start. This is the website with the animation: [URL]
View 5 RepliesI have to make a site in flash and I would like to have the feature of being able to change the color of the entire site. A little like skins or so... I want like 4 colours to choose from, and when you select a color, the background, and other shapes and graphics will change. What will be the best way to go about this?
View 1 RepliesThe site is created and I tested it on all resolutions but some are complaining some text is too small to read easily. Is there a way to change the size of the entire flash website without having to go in and change individual font sizes and resizing all the graphics?
View 3 RepliesQuestion 1: Basically I need to change the quality of the entire movie by actionscript.. Question 2: How do I open a website from flash like this: opens a new tab in your browser (like mozilla firefox) otherwise open a new browser (like internet explorer) and opens the website I imagine something like this
[Code]...
I'm having a problem changing the right click menu that appears on my website. I just want to add a "copyright company name"and if possible take all the rest of the menu items out.
View 3 RepliesI'm building a site in flash using as3. I implemented an xml slideshow on the home page but it wont disappear when changing pages. Anyone could tell me how to remove it on other pages?
[Code]...
i have few button to let user click and the symbol will insert into the input text. i change my input box to 'symbol' but i facing the problem that i can't insert character other than symbol...
View 6 RepliesI have a map of Europe. What I am trying to set up is coding or something to it. trying to make it so when the mouse goes over each country the name of the country is shown.Have made a version with images, however due to the countries being so close together when you run the mouse over where the text is (even if the text is off the space of the country) it shows the text of the other countries
View 2 Repliesthe site names where i can get free images for website. (No copyright problem)Or where the webdesign company get the images for their client's website sample.
View 2 RepliesHow do i get a preloader which has changing images!
View 5 RepliesI want to show images that am calling from xml file into flash, I want to show them each after a certain time interval, I want to do this in AS3 How it can be done?
View 1 RepliesIs it possible to have an image cross the screen slowly on a random path for say 10 seconds, then have another image replace it and go across on another random path? i will have maybe 15 images in toal that I want to do this with!
View 1 RepliesI need the user to be able to SAVE images which is in the image gallery of my flash website?
Is it possible to make the SaveAs box pop when clicked on each image?
I have a Component that has a specific background image. The code looks like:
<mx:backgroundImage>@Embed(source='img1.png')</mx:backgroundImage>
<mx:states>
<mx:State name='state2'>
<mx:SetStyle name="backgroundImage">
[Code]....
But when I change the state to 'state2', it doesn't actually change anything.
Can somebody say to me what is the effect apllied to the images in this website? [URL].. I'm talking about the effect that stays when you click on a section of the website then there's an images that turn 360 but in a different way with an effect.
View 8 RepliesI need to make my the images in my website movable. I found this [URL] but I just need a simple and easy version.
View 3 RepliesI need to make my the images in my website movable. I found [URL].. but I just need a simple and easy version.
View 3 RepliesI am trying to do the background images for a website, but I want them transitioning. So what I done is import each image onto its own layer (four images in total), and I turned them all into a movieclip. I am then trying to add some code to make them transition between each other. I am attempting something like
var myTM:TransitionManager = new TransitionManager(my_mc);
var myTM1:TransitionManager = new TransitionManager(my_mc1);
var myTM2:TransitionManager = new TransitionManager(my_mc1);
myTM.startTransition({type:Fly, direction:Transition.IN, duration: 3, easing:Back.easeOut}) myTM.addEventListener("allTransitionsInDone", doneTrans);
function doneTrans(e:Event):void{
[Code] .....
Is there a more logical way to do this? Each image is a movie clip and I basically want them like a background slideshow?