ActionScript 2.0 :: Carousel Icons Load Bug - Doesn't Show Correctly
Apr 20, 2008
scott_euser helps me to modify my carousel, i wanted when all icons will be loaded then to show them and it works fine but it has one bug some icons doesnot show correctly here is as
[Code]...
View 1 Replies
Similar Posts:
Jul 1, 2011
I have an AIR app (ActionScript only) that I build with Flash Builder 4. In the application descriptor I define the icons like that:
<icon>
<image16x16>icon-16.png</image16x16>
<image32x32>icon-32.png</image32x32>
[Code]....
and when compiling I add those icons to the ressources to export.
After installation, the MyApplication.exe file displays my custom icon. However - the taskbar shows the normal AIR icon and if I open a Native Window then the top left icon also displays the normal AIR icon.
View 1 Replies
Aug 15, 2009
Does anyone know how to get rid of the reflection off the icons in the carousel?
View 3 Replies
Apr 16, 2009
I am using a self modified version of Lee's carousel 3 tutorial on my website. A couple of my icons on the carousel are .swf movies that I have optimized. Is there any way to preload all of my swf movies that are being called up from the xml? I've seen the swf preloading tutorial but I'm not sure how to apply that towards the carousel or even if it's possible to do so since the preload is happening as the user first enters the site and not when a button is pushed, etc...
View 4 Replies
May 29, 2009
I am trying to load html into a text box from a website. when i load to the text box, everything goes fine except that it is loaded as something that looks like this:
[Code].....
I just need to convert it to html. I understand a lot of the tags wont work the same way bc as2 doesnt accept them, but I can deal with those after. Here is my loader:
var my_lv:LoadVars = new LoadVars();
my_lv.onLoad = function(success:Boolean)
{
[Code].....
View 1 Replies
Jan 27, 2009
I am not new to html or flash but, some what new to XML. I created a carousel based off the tutorials and it works great on my computer but, when I create an html file and attach the .swf file the flash file loads but, the icon images or anything from the .xml file doesn't appear.This is what I use to load my .swf file :
<div id="spacer">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" [code].....
Do I have to put a special script in the html document for it to be able to see the xml file?
View 1 Replies
Jan 7, 2011
I have a big problem - I decided to make a website using flash as I am good with photoshop and thought it would be fairly easy to construct in flash using tutorials. All went well except now the website is published, weird things happen. The homepage works fine but when you click on "portfolio" some of the buttons don't appear and when you try the buttons, some images don't appear. Occasionally some of the buttons take you to the wrong place also. When I test the movie in flash, everything works fine so I can't work it out. I am a complete novice so advice will have to be spelt out in black and white.
View 2 Replies
Jan 7, 2011
I decided to make a website using flash as I am good with photoshop and thought it would be fairly easy to construct in flash using tutorials. All went well except now the website is published, weird things happen. The homepage works fine but when you click on "portfolio" some of the buttons don't appear and when you try the buttons, some images don't appear. Occasionally some of the buttons take you to the wrong place also. When I test the movie in flash, everything works fine so I can't work it out.
View 9 Replies
May 24, 2009
So I followed the 3D Carousel tutorial, the first part of it and the coding worked fine, but the reflection is not working properly. I used a .PSD file and followed the instructions step by step. I added the action script code in the end, but when I take a look at the preview, the reflection image is displayed just like the original picture. Is the .PSD format a problem?
View 1 Replies
Aug 3, 2005
I have a Flash site that I'm designing. The movie that I'm working with is the main movie into which my external .swf's will get loaded into. Now in the very first frame of my main .swf I have the progress bar component setup running in manual mode (I'm running in manual mode because I'm not using the loader component in conjunction with the progress bar. I figured that I wouldn't need the loader just yet because this is the progress bar for the main movie and not for an external .swf...) with this code:
Code:
var kalarahProgress:mx.controls.ProgressBar;
kalarahProgress.mode = manual;
kalarahProgress.indeterminate = true;[code]....
Now when I test it in FlashMX 2K4 Pro using "Simulate Download", everything works fine EXCEPT: Theres this white box that shows up right where my progress bar is in the first frame. After the progress bar loads (itself) then, you actually see the "candycane" indeterminate load bar and then after my other frames in the movie loads, it goes into my second frame and everything is cool.How can I make that white box go away? I tried using actionscript that would make the progress bar invisible until after it finished loading and then go to visible, but when I tried that, the component never came back visible. I just need to make that white box go away, it's taking away from the "beauty" of everything else. Also, my load bar doesn't show any percentages. It just flashes "loading" until after the rest of the frames are loaded. How can I get it to show the percentage of whats loaded so far?To download a copy of my .fla, just click here.
View 2 Replies
Jun 11, 2010
[URL] Above is a link to view the project I'm working on. Once the site loads if you go to the "Contact Us" page the content doesn't load correctly. I'm using an extrnal .xml and .css files for the content. I'm also embedding the fonts dynamicly. If I test the file locally on my computer is works fine the image loads as it's supposed to and content looks correct. However when I post the files to the server (which work exactly the same way) I get the white box when you can see from the link above. I'm at a complete loss as to how to to fix this.
View 3 Replies
Sep 16, 2006
I need the tooltip above each item to always show the tootip. I tried changing the alfa from 0 to 100 which doesnt work, and also I saw where the depth is set way up so not sure if that will affect them as it turns or not.
View 1 Replies
Dec 10, 2009
I am trying to create a slider that when changed either adds icons or subtracts icons.Here is what I got:
Code:
package
{
import flash.filters.*;
import flash.ui.*;
[code].....
View 5 Replies
Mar 27, 2009
I didn't want to use the code that creates the zooming and fading icons when you click on them since I needed the carousel to act as a menu for my portfolio on my new website. Therefore I wanted the viewers to be able to click on an icon and the browser directs them to a new page (in the same window) which would display that certain part of my portfolio.
Anyway I got it all working fine with a little animation that leads up to the end keyframe which holds the carousel actionscript. It works when I test it in Flash and it also works when I publish it. When I click on the published SWF. Yet when I insert the code that links to the .swf file and open the index.html file up to view it in both IE7 and Firefox the flash movie works with respect to the lead up animation but when it reaches the final keyframe all the other graphics are shown except the actual carousel.
I've tried publishing it with different settings such as the Flash with HTTPS which creates the AC_Runcontent.js file and linking to that file in the html but that still doesn't work.
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
[code]....
View 3 Replies
Apr 16, 2009
I too have wtched the 3D carousel tutorials 1,2 7 3 and created a carousel using my own graphics. I didn't want to use the code that creates the zooming and fading icons when you click on them since I needed the carousel to act as a menu for my portfolio on my new website. Therefore I wanted the viewers to be able to click on an icon and the browser directs them to a new page (in the same window) which would display that certain part of my portfolio.
Anyway I got it all working fine with a little animation that leads up to the end keyframe which holds the carousel actionscript. It works when I test it in Flash and it also works when I publish it. When I click on the published SWF. Yet when I insert the code that links to the .swf file and open the index.html file up to view it in both IE7 and Firefox the flash movie works with respect to the lead up animation but when it reaches the final keyframe all the other graphics are shown except the actual carousel.
I really need to know why this is happening it's driving me insane, I've tried publishing it with different settings such as the Flash with HTTPS which creates the AC_Runcontent.js file and linking to that file in the html but that still doesn't work.
see the three sections of code below:
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
[Code].....
View 1 Replies
Dec 18, 2007
I have made a 3d carousel based on the tutorial at gotoandlearn.com and it looks awesome...however when I try to put the swf in html it does not show up.
[AS]
import mx.utils.Delegate;
var numOfItems:Number;
var radiusX:Number = 500;
var radiusY:Number = 125;
[Code]....
View 1 Replies
Apr 29, 2009
I have followed up the 3d carousel tutorials and everything has gone great but, when I try to embed it to an html website it seems like the pictures don't show up. Everything works in fla. and swf. but it just wont show up in the browser.
View 5 Replies
Jul 10, 2007
i'm creating a weather forecast map .. a flat map and then icons appear on top of it in specific areas.. but i have a folder that contains the icons .. and daily a mysql database gets updated with the filenames to be used on each icon according to the weather on that area..
View 1 Replies
Jan 16, 2009
I have file that doesn't work at all it doesn't scroll when click left or right .. here is the file. [URL]
View 0 Replies
Nov 1, 2010
I use Flash CS4,Now Flash CS4 occurs problems,when I choose Rectangle Tool,and I choose Paint Bucket Tool in FILL AND STROKE box,I find color panel is not show correctly,the last line 'linear example icons' show not correct,some icons don't show any linears,and some icons are gray box! I try to reinstall Flash CS4,it still show not show correctly! How to restore color panel?
View 5 Replies
Jan 27, 2010
Using an AS2 Carousel type menu with XML powered icons - and I'm trying to use the icons to load URLs within the main movie - in other words, load SWFs into the movie as opposed to external links. Someone here (thirdCherry) was kind enough provide this for internal loading targeting a movieClip:
//on release function
function released()
{
getURL(this._parent.url);
[code]....
View 1 Replies
Oct 23, 2011
I have a button that when clicked, it's supposed to play a sound. Now, the sound does play when it's clicked, but it seems to be offset (meaning, it starts a few seconds later in the sound). As a result, only half of the sound plays.I have two buttons that do this, and I'm not sure what caused them to do so.I've never had this problem before, so I'm clueless where to go to fix it. I tried verifying the integrity of the sound, and it's normal. When I check it's proporties from the library, and "Test" the sound, it plays just fine, with no offset or anything.Here is the code I have for the button that causes this behavior:
Code:
var soundEffect_Button = new SND_EFFECT();
soundEffect_Button_instance_manual.addEventListener(MouseEvent.MOUSE_DOWN,SndEffectDown);
//Make the callback[code].........
View 4 Replies
May 6, 2006
I've just made a 2'nd version of my portfolio: [Code]... with xml used to read the content & i have several problems that i can't fix.
1: The site works well only in InternetExplorer. In all other browsers, jpg files are not loading correctly - they should fade in when the button is rolling & fade out when the button is rolling up, but they doesn't. Thare are also preloaders for each artwork & they doesn't appear (excepts IE). 2. The main preloader doesn't work correctly (even in IE) It appears, when about 80% of the site is loaded :S I don't know what to fix to the site to work correctly in all browsers.
View 9 Replies
Dec 28, 2011
I'm having issues with drawing a circle. The code seems to work for drawing all the required segments except one, but tracing the points of the drawing looks correct.This is the class that generates the segments:
package views
{
import flash.display.Sprite;
import flash.geom.Point;
[code]....
View 1 Replies
Feb 13, 2011
I wanna make a gallery using xml. Every photo is gray, after ROLL_OVER on it position loads it's colored copy, and after ROLL_OUT copy dissapears. After click, it should navigate to URL. And I have 2 problems:
1. ROLL_OUT doesn't work correctly: it's strange, but it work after ROLL_OVER ... :<
2. how to make linking, hm.. for example, if it's first thumb, to "proj/1", if second to 'proj/2' etc...
it's my code:
[Code]...
View 3 Replies
Mar 7, 2011
I need some help? Anyone experience this problem before with IE8 FLASH bug? Can not get this to work on all subsequent refresh to the flash. I have a flash piece which simply renders only on the first initial load. After that, if i refresh or visit the page, it does not load correctly. It seems I am having this problem with the swf only on subsequent loading of the page or whenever a refresh happens.
View 1 Replies
Mar 7, 2011
I am making a spin wheel and the hitTestObject doesn't seems to be displaying correctly Basically, there is an arrow (the finger that locate where the wheel stopped) and the wheel itself. The wheel is divided into different segments, and each of these segments can be control by the code. Here's the problem though, my arrow is at the top of the wheel and it only touches 1 of the segment, but whenever I use the hitTestObject method with the arrow and the segments, it somehow detect several segments instead of one. These segments are not overlapping one another so I don't understand why it is detecting several hits instead of one.
View 3 Replies
Mar 12, 2010
i have designed a gaming kiosk app in as3i am using it on a Sony vaio l pc (like hp's touchsmarts) in windows 7the app doesn't need any multi-touch gestures (only single touch clicks and drags) so i am using mouse eventseverything is fine (including mouse click and move events) except that a single touch to the screen (with no move) doesn't fire a mouse down. it is fired only after a small move of the fingeroutside the app, on my desktop, i see that the small windows 7 cursor jumps immediately to where a finger is placed, meaning this issue isn't a hardware or a windows problem but rather how internally the flash app receives "translated" touch-to-mouse events from the os.for example, in a windows Solitaire game, a simple touch to the screen immediately highlights the touched card.in my app, a button will change to the down state only if i touch it and also move my finger slightly.
View 8 Replies
Apr 1, 2011
I am trying to add videos to my project, but none of them seems to work correctly. I have a movieclip, which has 3 layers and 2 frames on each layer, 1 frame at nr.1, and frame 2, at nr. 5 in the timeline. I tried to add a FLVPlayer, using a tutorial, but it doesn't works correctly. 1st frame has a stop(); a blank, and 4 buttons + FLVPlayer component. the last frame nr.5, has the AS3 code, the frame label "videocontent", and the same 4 buttons and FLVPlayer component as in the first frame. I've created a classic tween between 1st and 5th frame on the timeline for the buttons and component. even with or without animation, the video is throwed by the Flash on the stage without any coordinates, where he wants by default. The FLVPlayer's buttons are throwed in other place on the stage, and none of them seems to work.
the second issue is that after i click the main menu button, the sound of the video is still playing and to be heard, so that means it is still there. In AS 2, once upon a time, i used some function called removeclip, or unLoadMovie, and it worked.
View 6 Replies
Jan 28, 2011
I use this code to create and show a MessageWindow:
var newTitleWindow:MessageWindow = PopUpManager.createPopUp(contextView,MessageWindow, true) as MessageWindow;
newTitleWindow.text = message;
PopUpManager.centerPopUp(newTitleWindow);
[Code]....
There is no nested components displayed when I run my app.
The debugger shows they are created and visible.
To my "amusement" the components are shown when I replace s:TitleWindow with mx:TitleWindow.
I really want to use spark TitleWindow.
View 1 Replies