What would I do to get the same result as this AS2 creation of a box, if I should do it in AS3:
function container(target:MovieClip, boxWidth:Number, boxHeight:Number, cornerRadius:Number, ...
Project - I have a flash ecommerce site.
What is happening now - Once the final transaction is made I have the main.swf reload itself into by using loadMovieNum("main.swf?goto=home", 0); whic...
Hi im using Flash 8
Is there anyway to load an external image (jpg/png) and display it as the background for a dynamic textbox. Preferably I want the textbox also to resize to the dimension...
Hi all,
I need some help with creating a water ripple effect.
I have succesfully created a ripple effect through the timeline using masks but my problem is that i am creating dyn...
hi
i have a movie in the library with a linkage. it is attached to an empty movie i created with AS.
i want to make it change its background color when rolledOver, but i cannot get it done.
...
I have a movie clip that I need to toggle the visibility of using the radio button component. I'm new to flash so the component feature is giving me some trouble as well. I have the radio butt...
Hello, we have a page that plays a flash video. If I run this page locally on my PC, it loads just fine....however, when I load to our website, the swf doesn't play. The directory structure ...
Hello,
If I try to rotate a textfield it disappears. How can I fix that?
Thanks
i have a .swf file to have full screen from a web page (index.htm) .. it works the full screen with the javascript.. but the keyboard is LOCKED .. on the full screen mode could not type anythi...
Adobe Flash CS3 Rollover Question
Bookmark:
Question: Hello,
This should be a relatively simple question. I am using Adobe Flash CS3. I created an image in photoshop with layers and imp...
I have several instances of a button on a layer in Flash CS3.
I'm trying to add some code to each button, but when I right click the button, then go to actions, it says "current selection c...
I have a scroll bar in Flash that uses Up and Down arrows. I need to be able to slow down the scrolling as it is much too fast. How do I do this?
The movie clip that handles the scroll u...
I currently have a flash file which looks up a MYSQL db via PHP and using loadVars, populates a datagrid with the table contents. This works great but i'm now wanting to get filter the datagr...
Hi,
I am wanting to create a flash movie that uses a page turning technique, similar to http://www.yokohama.com.au (with the nice 3D look, pages curl on mouse-over).
It would also be good ...
Hi,
I'm trying to load external swf file to main swf to center the browser window. There are buttons to call different swf to load into the same box, called holder. There are extra codes...
I would like to use an actionscript that fires when you click on a button that does the equivalent of this javascript: onclick=window.open("page.html","newpage","toolbar=no,location=no,scroll...
I'm needing a Flash Horizontal Menu component that will allow my user to scroll through options like the technology they use with iTunes where you can leaf through what appear to be album cove...
Hello!
I have built a Flash file which has some buttons and a scrollpane. When you click on a button, a movie clip loads in the scrollpane. Everything works great. My issue is that when ...
Can anyone point me to a good tutorial for creating an expanding menu in Flash? I found one that does just what I want, but it seems really code-heavy and overly complicated to me (not to ment...
Hi,
I'm trying to load an xml in flash but all de special characters like 'ë' are filtered out when i run the movie.
I have already tried saving the xml file in UTF8 and other formats.
I ha...
Is there a server setting that blocks Flashvars?
I put this site up yesterday http://venus.fastservercore.com/~instatec on a Linux server, and the Flashvars were working fine. Here's the same...
K so I am loading from an xml file and I have listed the coding below. I can't seem to be able to store html in the xml file under CONTENT and have it load into my dynamic text field name the...
I am unsatisfied with the appearance of the built in Flash UIScrollBar. I would like to create a customized scrollbar for a dynamic text box. I have found several tutorials, some old, some too...
I tried to use code below to play sample.flv Nothing is visible. Not even player outline.
path to flv: /website/uploads/flash_videos/sample.flv
Am I doing something wrong or is the...
Hi,
I have a movie clip which I want to rotate depending on if the mouse if moved above or below the horizontal centre of the screen.
UP = Clockwise
DOWN = Anti-clockwise
Any advice ...