all groups > flash actionscript > may 2007 > threads for wednesday may 2
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
getURL malfunction
Posted by debarreraf at 5/2/2007 11:28:04 PM
Dear Friends:
I using Flash 8 and Action Script 2, and the instructions:
linkMC.onRelease = function() {
getURL(?class.asp?,"main");
};
to open class.asp, into a ?menu.htm? page, this page has a frame called
?main?, in each attempt the code open a new window, How can I open ... more >>
Website Help!
Posted by bcounts at 5/2/2007 11:17:45 PM
I am working on a website design and recently created an external pre-loader
movie that loads another external swf when it reaches 100%.
However now that I have finished building the pre-loader movie and I test it
in flash, the bandwith profiler shows it has 11KB of information it has to loa... more >>
load swf in DropZone
Posted by doinka at 5/2/2007 11:16:15 PM
I need this to load into a dropZone movie clip that display this external swf
400 pixels wide by 350 pixels height.
loadMovie("http://www.all-about-chiropractic.com/calendar/calendar.swf?link=http
://www.all-about-chiropractic.com/calendar/calendar-data.php&cid=2&owner=phpjabb
ers.com", _r... more >>
Special Characters in imported HTML
Posted by paulpsd7 at 5/2/2007 10:36:06 PM
I've got a Flash piece where the user fills out a questionnaire, and based on
their responses, they are shown a handful of recommendations. These
recommendations are all separate HTML files that load into a scrolling text
field as HTML text.
There is an English version and a Spanish versio... more >>
Countdown Timer Error Msg: "Warning: 1090: Migration issue"
Posted by kraw17 at 5/2/2007 9:54:19 PM
Hey folks,
New to Flash here (using CS3), trying to create a countdown timer.
Following is the error message I receive when trying to test the
movie:
"Warning: 1090: Migration issue: The onEnterFrame is not triggered
automatically by Flash Player at run time in ActionScript 3.0. You... more >>
Unable to import core flash, fl packages
Posted by bvDaniel at 5/2/2007 7:59:30 PM
I recenlty installed Flash CS3, and yesterday, everything was working
beautifully.
I'm not sure what happened, but I can no longer import any package starting
from "flash" or "fl". Here's what I'm trying:
1) New Flash Document (AS3).
2) Create an action for Layer 1, Frame 1.
3) In th... more >>
how do you get Flash player to display .jpg ...
Posted by charlestrent at 5/2/2007 7:37:33 PM
for 3 seconds before playing the video?
Is consideration needed for flv filesize?
Thanks... more >>
Function getURL Not Calling Right in Movie
Posted by draxzion at 5/2/2007 7:32:43 PM
I'm trying to get multiple buttons to work inside of a movie clip. I've created
the functions on the main timeline. It's only wokring the first time through on
the first button though.
Here's a link to the site; http://www.aspenspasstl.com ;the problem banner is
on the lower left.
Here... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using Intervals
Posted by stationfive at 5/2/2007 6:34:53 PM
I want to have a button that when moused over, slowly fades to 100% alpha, and
when moused off, fades back away to 0%. My code works fine if I mouseover the
button, wait for it to fade all the way up, and then mouse off.
If I quickly mouse over it and then just as quickly mouse off of it, i... more >>
Bobble Head code
Posted by chopTheWood at 5/2/2007 6:15:42 PM
I am looking for a chunk of Flash code that would move a clip around in bobble-head fashion. Any ideas out there??... more >>
loadMovie Issue
Posted by Harper Holsinger at 5/2/2007 5:40:53 PM
Hey all,
I am having trouble loading external swf's in my main swf using actionscript.
My entire project is set up in 7 different swf's, one of which is the driver
for the project. I have 7 buttons in each swf that loads it's respective
movie. This work just fine and everything displays... more >>
Component Skinning
Posted by Peter Hahmann at 5/2/2007 5:19:56 PM
Hi,
I have following problem:
I'm trying to remove the border of a scrollbar and of a scrollpane, i've
already done that with following code:
my_component.setStyle("borderStyle","none");
It worked pretty well, but now my component is inside a mc, and althoug i
place this code in the ... more >>
checking for a sharedobject
Posted by home_aidan at 5/2/2007 3:15:37 PM
hi guys..
I now have my sharedobject working, but i would now like to check if one
exists before mysite goes anywhere.
basically i want to check for a
shared object called test.
if it does exist goto frame2 if it doesnt go to frame1
can anyone show me how to do that?
cheers
... more >>
Loader Component problem in IE
Posted by Flamebg at 5/2/2007 2:48:58 PM
Check out this code:
this.onEnterFrame = function() {
amount =
this.picture_mc.pictureAnim_mc.bigPicLoader_ldr.bytesLoaded/this.picture_mc.pict
ureAnim_mc.bigPicLoader_ldr.bytesTotal*80;
loadAnim_mc._alpha = 80-amount;
if (amount == 80) {
_root.notLoadedYet = false;
this.pict... more >>
tree component transparent background
Posted by paulmmalone at 5/2/2007 2:33:58 PM
Trying to make the tree component have transparent background.
I have tried puting it in a movie clip and making that Alpa = 0 but that makes
the scroll bar and node icons disappear.
Is there a actionscript genius out there that would be kind enough to help an
aspiring flash junkie out?
... more >>
At end of FLV getURL?
Posted by tallscot at 5/2/2007 2:06:40 PM
Hello,
I have a client who sent me an FLV file and they want a Flash SWF that plays
the video and at the end of the video goes to a URL in _self.
I imported the FLV and embedded it into the timeline and was able to set the
getURL script at the appropriate spot and got this to work, howev... more >>
Cue Points without component
Posted by BryanThomas at 5/2/2007 1:31:13 PM
Hi, is there anyway to navigate to cue points WITHOUT using button components?
If I make my_button a regular self-created button, the code no longer works.
Any suggestions?
import mx.video.FLVPlayback;
var my_flvPb:FLVPlayback;
my_flvPb.autoPlay = true;
my_flvPb.contentPath = "stars... more >>
Variables undefined when enduser does't use www
Posted by jimWPX at 5/2/2007 5:41:52 AM
Hello,
I have a Flash movie that the variables for the movie is populated by XML-
and I have one external movie clip that loads with variables from the root that
wasloaded with the XML. it works fine when the page is loaded -
http://www.tunecardz.com
but when it is loaded with http://tu... more >>
sendandload is not working in IE
Posted by piuschungath at 5/2/2007 4:45:42 AM
i was working in flash 8 and the IE used is 7. My action script is to get a
value from e-mail form and pass that value to a jsp page using sendandload()
function. There was any problem while i was working in the local machine. Both
in IE and firefox it works well. after deploying in the main s... more >>
Loaded text shows up as "undefined"
Posted by abimpson at 5/2/2007 1:32:24 AM
Hiya,
I am attempting to load external text into my flash website for the first time!
The website is www.alexbimpson.co.uk/test
click on "web". itll go through some animations and is then supposed to
display text loaded from an external file, but all it shows up as is "undefined"
the actio... more >>
loadMovie();
Posted by IreDevil at 5/2/2007 1:24:17 AM
Hello everyone here,
Sorry to trouble all of you here again.
I would like to know what is the differences between the 'loadMovie()' and
'loadMovieNum()'.
All i know is that the two functions above can load an external swf file but
is it possible that instead of loading the 1st scene of... more >>
how check for Escape Key
Posted by castten at 5/2/2007 12:00:00 AM
Hi,
is it possible to check for escape key in Flash 8?
I tried "on(keyPress "<Escape>").." but it never gets there.
I tried it with "fscommand("trapallkeys");" but it doesn't help.
Am I forgetting something?
TIA... more >>
Random start on timeline
Posted by kjulp at 5/2/2007 12:00:00 AM
HI!
I have made a 10 picture slideshow witch loads on the main site. My question
is how I make the slideshow begin with a different picture each time you open
the site. The slideshow is a really simple timeline with motiontweens. So im
looking for a script in the first frame of the timeli... more >>
Loadvars()
Posted by TaoHunter at 5/2/2007 12:00:00 AM
I'm using the below code to send data to trace the users clickpath:
function moniforce(demo, movie, actie) {
mfinfo = new LoadVars();
// set Variables
mfinfo.siteid = "8230";
mfinfo.timestamp = new Date();
mfinfo.page = "'category|group|name|"+demo+"|"+movie+"'";
mfinfo.klikeve... more >>
|