| Issues with Running app on WinXP |
|
 |
Index ‹ Flash
|
- Previous
- 2
- frame rateHi.
I have two scenes.I want to increase the speed of one scene.
but when I change the frame rate for one scene ,the other scene is changed.How can I just change the frame rate for one scene?
- 7
- Window Title with Flash Express DetectionThe window title still displays the title defined in the HTML page plus " -
Flash Player Installation" after installation of the Flash player 8 via the
Flash Express method. Shouldn't the title be normal again after the
installation of the Flash Player?
Anybody any ideas?
(Mac OSX, Safari and Firefox)
--
Lucas
- 8
- Custom Cursor problemsI have successfully created a movie clip cursor that I would like to use, but
when I go to test it, the actual cursor is way far off from where my movie clip
is. I set my movie clip up at x=0, y=0. If I start my real cursor there to
begin with, it moves it about just fine. But when starting up the flash file,
if I have my real cursor in another location other than x=0, y=0, it sets and
locks the distance between it and my movie clip for the rest of the session.
The movie clip floats around at that distance from the actual cursor then, but
the real cursor still controls all the actual click functions and because it is
"invisible", it is rendering this frustrating and pretty useless as-is.
This was the code that I was recommended to use on my Movie Clip:
-----------------------------------------
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(wandcursor);
}
-----------------------------------------
How is it that I can get the movie clip to lock on the coordinates of the
actual mouse cursor upon entering the file/scene?
Thanks in advance... (and I hope I didn't confuse the heck out of you all!)
Cass
- 8
- Learning Interactions Quiz templatesI am new to Flash, and have just started using the Learning Interactions quiz
templates.
I have edited the interactions in a template to add my own questions, but
when I test the movie, clicking on the the forward navigation arrow doesn't do
anything.
I understood from the documentation that navigation is in-built in the
templates.
Can anyone help, please ?
- 9
- MediaPlayback Componentkeep everything the same and try placing your stop action one frame after the
frame it currently sets on. In other words have your media playback comp
spanned across 2 frames with the stop action on the second frame. see if that
fixes your problem
- 9
- "Play" buttonHow do i add a play button that you click on and then it plays my flash animation??
- 11
- Publish Preview at 100%Hi Y'all,
I am new to Flash 8 and have developed some web banners for a client. When I
show it to the client it (published) they open it in a browser and shows the
.swf at "fit-to-page" size rather than 100%. Is there a setting that I could
change this to show the .swf in a browser at 100% rather than 'fit-to-page'.
And another thing is, how would you show a client the web banner comp without
having a Flash Player? Thanks in advance.
- 12
- Point me in the right direction please... Flash movies in a browserPlease bear with me as I'm not even sure if I'm in the right forum for this.
If not, a suggestion to the right one would be appreciated.
I'm currently in the process of creating several video tutorials using
Camtasia Studio from www.techsmith.com With this program I can export the
avi to flash but their menu system leaves a little to be desired.
I'm interested in being able to play these videos based on the example in
the link below.
Select the 1st instructional video from this page:
http://www.powerquest.com/support/videos/driveimage7/
In the upper right hand corner is a drop down with some fairly basic
commands, I'd like to also be able to add a fast forward and rewind "button"
I'd also like to have a separate drop down on the upper left that can list a
bunch of video tutorials to choose from.
What is necessary to accomplish this ?
Thanks,
David...
- 13
- Flash / Illustrator image helpI am a senior developer that has inherited the beginnings of a Flash project. I
have no experience in Flash but I have coded a number of GUI's in other
languages.
The project is a conversion of an application that used Adove SVG Viewer to
display a map that has several types of icons; each icon has a text box next to
it with a name. When one of the icons is clicked, a request is sent to a
service for information on the location for that particular name. The map has
several layers, the base map image, 3 images of different icons and a
boundaries image.
The new application at this point is in Flash 8. The images have been
converted with Adobe Illustrator to .ai files. The application shows the
finished images and allows several of the layers to be shown or hidden through
a context menu. This is the state that I come into the project.
I need to retrieve the name for each individual icon when it is clicked on.
I need to change the color of the individual icon when it is clicked on.
I have been scouring the web for a tutorial or information on how to do this
have been coming up blank. I have ran across information that suggests I may
need to convert each individual icon to a symbol and then work with the symbol.
However, as the application is now I can see the the names associated with the
icons when use the Debug-> List Objects and List Variables menu.
As a variable I see the following:
Movie Clip: Target="_level0.layers.stations"
Edit Text: Target="_level0.layers.stations.instance1"
...
text = "ALPHA\r",
...
As an object I see the following:
Movie Clip: Frame=1 Target="_level0.preview.instance213.stations"
Shape:
Edit Text: Target="_level0.preview.instance213.stations.instance214" Variable=
Visible=true Text = ALPHA\r"
Alpha is the text I am after.
This leads me to think that it is possible to work with the icon and text,
without having to create the symbols.
Also, the Adobe SVG Viewer FAQ suggested that I should be using Flex instead
of pure Flash.
Any suggestion would be greatly appreciated. Although I do not mind going
through tutorials and reading documentation, it would be a great time saver to
have some information on the best way to do this.
Thanks in advance.
- 13
- SWF Scrolling - is it possible????? Hi all,
Have a deadline and really want to know the following:
I am doing a website with basic navigation buttons.
The website is for a business and is text heavy. Each page has differing
lengths of text, so I have set each page up with the same width.
Under the comand of modify, I have only changed the length of each page where
there is a lot of text. My theory was that when I published the flash, I would
get a scroll bar on the side - Is this possible. Whats happening at the minute
is when I click on a button the page loads at a different proportion to the
first or I have no scroll action. Is this something I can control.
I know I can make a scroll bar within a text box and have dynamic text, but I
really want the whole page to scroll.
Could anyone sugest in laymans terms to me if this is possible or am I only
dreaming?????
Um is there a piece of code I could put in the actions to make this happen and
if so where do I put it?
Sorry If I explained that badly.
I hope someone out there can help.
- 15
- reference sound in main movie from other movie clipI have in the main movie clip with a bg sound that loops called
"bg_loop" playing. i click a button, this loads an external swf
"track1.swf" into an empty movie clip "container". the bg sound
"bg_loop" is stopped. the loading swf "track1.swf" preloads, then plays
a sound file. once the file stops, i want to tell the "bg_loop" in the
main movie to start playing again.
how do i reference it back in the main clip?
the actionscript in the loaded clip "track1.swf" is
**********************
this.mysound = new Sound();
this.mysound.attachSound("Track 1");
this.mysound.start();
this.mysound.onSoundComplete = function() {
_root.default_loop.start(0,999);
}
stop();
**********************
cheers
- 15
- Will it work....Will it work if I publish a project from my PC to Mac? or do I need to do something else?
- 15
- Suggestion for Flash 9...  fix???Not sure if this is where to put this, but here is something that's been
driving me nuts, and I'd love to see added or fixed to the next version of
Flash!
I use loadVars a lot to load somewhat lengthy html files and use css etc. I
find using XML overly complicated in Flash and this is much easier.
However, since everything I do is government work, and always in both English
and French, I run into many issues of how text wraps in a textfield.
For instance, if I need to keep certain numbers together like say 200 000,
often the 000 will wrap to the next line. Can't use a comma or anything like
that to keep the numbers together because you just can't DO that in French!
So, naturally in our html pages etc, we use  : BUT since I use loadVars, I
can't use   since Flash assumes it's a new variable!! Argh!!!
I would REALLY like to see Flash add some sort of non-breaking space function
that can be inserted into an html file that Flash would then recognize.
RIght now I have to put in a bunch of bad code like %26 %26 etc etc to add
fake spaces (I use .condenseWhite for appearance issues, so normal spaces or
tab code won't work etc)
PLEASE macromedia...fix this in the next release. It's becoming more and more
vital as people come to our site often for our Flash presentations, and they
are getting quite annoyed by obvious mistakes that get missed!!!
Thanks!
- 15
- compression settingsI have about 10 flash files and would like to know the best way to combine them
into one avi file.
Will I lose more quality if I:
convert all 10 files to .swf
import all .swf to one flash file
export to avi
or I:
export all to avi
import all .avi to one flash file
export to avi?
Also, do I lose more quality with .swf or .avi?
Thanks.
- 16
- The perfect preloader? Is it possible?Is it possible to really preload the entire movie?
I ask this because some of the stuff I am doing, the preloader will
completely load, play for about 2 seconds and have a slight pause or seem
jumpy. My file sizes range from 10k - 35k.
Does anyone know what might be causing this?
Thanks so much for your help!
/z
|
| Author |
Message |
chrscote

|
Posted: 2005-12-16 1:39:54 |
Top |
Flash, Issues with Running app on WinXP
I have an HTML page that loads a frame-less window in which I load a Flash
application file. This file was created using Flash MX 2004 and consists of 3
frames. The first frame is used to log in to the application, the 2nd frame
displays a welcome message and a drop-down menu at the top. After selected an
item from the menu, the app goes to the third frame. This last frame contains
functions that are used when users click on objects on the stage and for
dragging those items if certain settings are met.
When I run this application on my Windows 2000 machine, everything runs
smoothly. However, when it's run on a Windows XP machine, after selecting an
item from the drop-down, the whole Flash file starts to drag with the mouse
with the mouse being at the upper left corner of the screen. I don't have any
code outside of the functions to drag anything, though.
Does anyone know what could possibly be the problem? It seems like Flash is
actually running the code in the functions even though nothing has been called.
Chris Cote
|
| |
|
| |
 |
the fleece

|
Posted: 2005-12-16 3:05:00 |
Top |
Flash >> Issues with Running app on WinXP
can you post an example?
|
| |
|
| |
 |
| |
 |
Index ‹ Flash |
- Next
- 1
- 2
- button buttonhello, this is so simple it is driving me crazy. i made a transparent button.
it is in my library. when i open a new file for a test and drag the button on
the stage it is light blue and i can latch onto it, code it, etc.
the current file i am working on, everytime i drag my clear button onto the
stage it seems like it gets sucked up. when i put my pointer over it i see a
hand icon. it says button on the property inspector but if i try an "on
(release)" command, etc., the error message is i need a button. any ideas what
i am missing?
ron
- 3
- Macromedia menuHello,
Does somebody know where to download a example menu like the menu from
macromedia.com
Greetings,
Marco
- 4
- "allow" flash to access microphone on website - filtering the highs???Hi all, not even sure where to ask this, I hope someone can give me some
insight.
When I go to a website that allows me to stream audio and video from my webcam
- it pops up the flash dialogue box to ask my permission....that's fine - then
I choose to route my soundcard's input to the stream instead of my webcam
microphone and it works - but for some reason, it rolls off the high
frequencies, and it sounds muddy and not clean and tight. With music, all the
hi-hats are gone, and all the sizzle is missing, not great!
I have been trying hard to find any info about HOW flash grabs the audio, or
where I can change the settings as to how it interfaces with the incoming
audio, but I can't find anything anywhere. The only settings seem to be, which
line-in, and level - that's it. No audio controls of any sort...
So...in testing - I tried listening to other people's streams on the same
site, and they have clear audio! I can A/B between mine and others and mine is
DEFINITELY filtered down.... ???
I have tested my soundcard input into other recording software, like ableton
live and it is FINE. No filtering is happening at the soundcard level, and
recording into other applications is pristine and perfect.
So, when I go thru the Flash interface on this website though, it is filtered
and since I'm trying to stream live audio productions, it is frustrating to say
the least.
my setup - xp home, all updated, latest flash version 9....my soundcard is an
external motu-2408-mkII with ASIO drivers.
So, I guess my question comes down to this....since my sound input seems to
work fine, but only going through Flash does it get filtered - HOW do I access
the Flash drivers that affect this, Is there ANY info about how flash
interfaces with my audio anywhere....
Any advice will be greatly appreciated !! Thanks all, best regards,
trevor
- 5
- Scrubber works in test; not after "Publish"Following Lee Brimelow's tutorials, I have flv video running nicely with
controls and a scrubber bar. When I test the movie, the scrubber works
perfectly. But after I publish it and try it in the browser, it looses one
functionality: The video image remains as a freeze frame when I move the
scrubber. The scrubber is working, in that it does allow me to move quickly
through the movie but the image remains frozen in a freeze frame so I cannot
easily find the location where I want to release the scrubber. Can someone
please help me figure out the difference between the scrubber's performance in
a test and it's performance in the browser? (My action code is a direct
cut-and-paste from Lee Brimelow's updated instructions for this job.) Thanks.
- 6
- Recent Addition, f: skateboard halfpipe animationFor those who care to dig: Use the referring link, then launch it, then find the "j.ND" link, either from the "Ntegral Design" content, or the news content (which loads automatically). From the j.ND Bio page content, select hobbies and interests. If this sounds complex; that's because it's sort of an easter egg, but with pronounced links, meant for those who take an interest. Thanks, please let me know how it works out. j.ND
Referring URLs
http://www.ntegralinteractive.com
- 7
- Up for the job?Hello,
Im having probs with the the vertical menu bar that comes with flash. I have the bar made and all..but it will not show the text. You can see the bar at www.jrcustoms.no-ip.com If some one would like to try and help me and let me know y its not workin that would be great or if they would make me one that would be even better considering im still new to flash..
THANK YOU
JRCUSTOMS
- 8
- Movie Clip MysteryCan you resize the movie clip stage to the max flash stage of 2880px?
I hope there is a way!
Joe
- 9
- Post Form SendThere is a php im log in for shopping.Start the shopping and i have a bin on
the main php.I have 20 products on one page and all have pictures.If i wanna
see the jpg of product you need to click the name of the product (it has
different id) than i go back to the previous list so im click on the back
buttom in the internet explorer.
Here is the problem.
Im log in and put something in the bin.Same page im click another product name
to see the picture of it.Im click with the
explorer back button on the white screen write out " you need to referesh" and
than i click "again" to continue.Its running
again my last command.
There is any way to solved this problem anyway (delphi,flash,assembly)?
- 10
- sound export problemhi, i just downloade the demo a few days ago and i start working on my
website.everything went well but after a while after changing some of the
publish settings i receive an weird message for me
"Sound has no valid device sound path although exporting device sounds was
requested in the export settings. This sound will be ignored."
can somebody help me out? i delete the sound layer but still the same message
appear.
CHEERS
- 11
- Checkbox Flash MX 2004Hello,
Can i change the font, color and size of the checkbox component?
Thank you for a answer.
Greetings,
Peter
- 12
- Technical help with burning a projector file to CDDear Flash Gods,
I have previously posted a question regarding this and I received three wonderfully helpful responses. However, I am still not able to get done what I need to get done. So, I again defer to the experts in the matters of all things Flash.
I would like to state that I believe the problem lies within the very basic working knowledge of all things technical that I have. I'm sure that if someone was willing to give me a little hand holding, I could figure this problem out.
So, here it is. I want to burn a Flash projector file (for windows and mac) onto a CD. My desired effect is that when the user will pop in the CD into their drive, the movie will automatically load. It was previously suggested that I create a text file as autorun.inf and burn it, along with the .exe at the topmost level of my CD. Mr_Shiznit then added that I needed to add an icon thing to the text file. I am completely lost regarding this aspect of the suggestion. I don't understand what this does or what icon I'm supposed to download. But, I am surmising that because I didn't add this to the .inf file, the projector movie didn't load automatically.
Also, in my research in trying to figure out how to do this on my own, I discovered that some other people in the past have experienced an additional problem when using projector files that are burned to a CD. When it doesn't automatically load, and you manually get it to load, a pop up appears and wants a prompt to find the .exe file. That will allow the flash movie to open, but I really don't want the people who see this CD to have to go through all that. It's vital that they put in the CD and the projector movie starts automatically. So, what's a technically disadvantaged, Flash Newbie to do when these problems occur?
I know that making this work for Macs is a whole other ball game in and of itself and I am hoping to figure this out with a friend of mine who is a sort of Mac god himself.
Any help is greatly appreciated and, again, I my knowledge on technical issues are elementary at best, so please talk to me like a six year old. I really won't mind!!
Thanks,
Heidi
Referring URLs
http://webforums.macromedia.com/flash/messageview.cfm?catid=194&threadid=656168&highlight_key=y&keyword1=Burning%20a%20Flash%20Movie%20on%20a%20CD%20
- 13
- Linking a button to a pageI am making buttons on my website that I am creating for someone. I was
wondering how do I link a button to one of the pages that I created? Can you
please give me step by step or give me the source to look at it?
Also, Can I created drop down menu using flash if so how do I do that?
Thanks
- 14
- how do you make cool buttons?I went through beginner tutorial that shows how to make a button with a movie
clip. Create a Roll Over tween, a Stop Tween, and a Roll Out Tween.
What about when the user clicks on the button? I don't want it to go back to
the normal state. I want it to stay highlighted until the user clicks a
different button.
How do you do that?
Also, are most people using action script to make buttons move or are they
using the timeline to make there own movie clip buttons? Thanks.
- 15
- Preload FLV movie clipMy company has a bunch of 20 minute video DVDs that I am moving to the web. The
full movie is 75 megs, so I broke it up into four chapters. I want flash to
load in the second "chapter" while the first one is playing, and so on up to
the end. My goal is to have these four clips play (mostly) seamless from the
first clip to the end of the 4th cip.
Here is the main code that makes the movie go from one chapter to the next.
_root.chapter is determined by a URL string variable, so that the user can
jump right in at any chapter between 1-4 depending on which part of the video
they want to see first.
======================================================
vid.contentPath = "VTS_05_1_Chapter_"+_root.chapter+".flv";
vid.setBufferTime(3);
_global.moveNum = _root.chapter;
var vidList : Object = new Object();
vidList.complete = function() {
_global.moveNum++
if (_global.moveNum < 5) {
vid.contentPath = "VTS_05_1_Chapter_" + _global.moveNum + ".flv";
vid.setBufferTime(3);
_root.chapter++;
} else {
gotoAndStop("fin");
}
}
vid.addEventListener ("complete",vidList);
stop();
======================================================
The movie plays great, but there are load pauses between each video. I added
the 3 second buffer intentionally, but if I can get the preloading to work I
will remove it. Without the 3 second buffer the video is choppy at first.
Any help is greatly appreciated!
|
|
|