Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Macromedia Flash Solutions: 1 - 25 of 232
 
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...
With FLV files, it is relatively easy to import them into flash, make a video component that can play/pause/stop/scrub the FLV, and then make a SWF file for use in an HTML file on the web.  Bu...
Experts, I need some help fading a movie clip using action script 3.0. I have seen various tutorials regarding this in concept, but I can't seem to find anything conclusive. I have 7 movie...
Quick question: How do I take the dynamic variables on my page, and load them into a Flash Player (SWFObject)? Now, the long version with all the details of what I'm trying to do: The ...
is there any way of telling if the v scroll bar is visible in a text area, i know about getViewMetrics() which returns a object with width of the borders, ie if scoll bar is visible right widt...
Hi all, I want to stream/play Vorbis OGG files in a web browser using Flash.  As far as I understand, flash plays mp3s (and maybe wavs?) but not OGG files.  Anyone know a way around this? ...
right i've attached a few files.... firstly, the test.fla contains the vertical scroller that runs off 4 preloaded images. the second file contains a slideshow, that loads from the image...
Hi, i am having a flash presentation to be made and i am given a swf file that has to be included in one of he slide. i have been able to load the swf file from the required slide in flash fil...
I've been trying to insert a combo box inside a datagrid using Actionscript 3.  Found examples for Actionscript 2, but all my code is in AS3.  I've tried way to many verisions that don't work ...
Any embedded videos played either in Firefox or IE appear silent. No sound at all. My computer is an Acer 3680 notebook with 1.5 gigs of memory. Windows XP Home. Every other application plays ...
I have a flash swf module I need to put in my webpage.  It was given to my by someone else.   So changing the flash source isn't exactly easy. I want to scale it down so the width of this f...
Hello I want to be able to measure the page flipping behavior of my users. The flash flip book on this page allows users to flip through the book but I have no way of knowing how may pages...
I have a working slideshow that currently uses manually-created image movieclips which reside in the symbol library. For these, I use attachMovie so that I can use them as slides in the slides...
Experts, I'm completely new to Flash.  I have a flash video that I want to add to the website I'm working on.  I would like to add some functionality to the video.  On several websites I've...
Hi! I need to develop a flash client for sip protocol, but i don't know where to start :-( Is there any libraries, or script example or tutorial to follow? Any clues? Thanks in advance
I can load an external swf without a document class uing this code import flash.display.Loader; import flash.display.LoaderInfo; import flash.net.URLRequest; import flash.events.Event; ...
hi i have a problem with a php variables i load into flash in AS3. i have this code for taking the data from the database: for($row= 0;$row <= $countit;$row++){ $rowg=mysql_fetch_array($...
Hello, I have a flash form and I am trying to validate the phone field. If all numbers are not entered then the error will show above the form like the other validations. Here is the f...
I am trying to export a flash file as an animated gif. (client cannot use swf files) But the text that "fades" in and out now only appears as a white box. How can I get the animated gif t...
Hello I am trying to highlight and/or to make a row glow inside a datagrid. We can call the datagrid X, and the row i need to highlight is the 5th. So in essence i want to do something li...
Hi I am having some real issues getting this swf to do what i want. The Swf is 1980 by 660 and i need to keep it centered at all times whatever the screen size, especially when screen w...
Hello, I use the following to have random pictures displayed. I need help to convert moviestoload to accept a function or something to bring in the pictures from an xml file. How can I mo...
Hi, Can someone help me create a scroller in flash that loads images via xml? It just needs to simply scroll through images vertically and they do not need to be selectable or anything to c...
I have several JPEG images and want to do the following: 1) Convert those images to graphic sysmbols 2) Make image 1 morph to image 2, then to image 3, and so forth to the last image. . ...
I basically want to know what is the best possible way for detecting for collisions for making a Platform (aka side-scrolling) game similar to Super Mario Bros. I'll have a character which ...