Plays In Flash But Not HTML?
I made this movie thing for a friend im not done but when i play in flash (control>play) it works fine. But when i publish to html, the movie doesnt play. Whats wrong?
FlashKit > Flash Help > Flash MX
Posted on: 09-21-2004, 10:30 PM
View Complete Forum Thread with Replies
Sponsored Links:
- Plays Audio Stream In Flash 8, Does Not In HTML
- Flash Plays Slow When Published To Html
- Loading Html Page After Flash Movie Plays
- Loading New HTML Page After Flash Animation Plays?
- After Flash Intro Plays How Do I Auto Open Html Page?
- Can You Have HTML Link That When You Rollover Plays A Flash Movie In Page?
- HTML Rollover Plays .swf On Same Html Page Help
- Web Behavior Plays In Swf But Not In Html
- SWF Plays Slow In Html
- Redirect To Html After Flv Plays
- SWF Plays Slow In Html
- Help - Flash Movie Plays Fast By Itself, But Plays Slow When Loaded Within Another Flash Movie
- SWF Plays Audio, HTML Doesn't - Any Clues?
- Swf Plays Slower In Browser Then Swf Embedded In Html?
- Can An Html Page Dictate What Frame A SWF Plays Or Goes To?
- Video Plays Automatically In Html Even Though Play=false
- Stumped - Why Movie Plays Slower In Html Page.
- Stumped - Why Movie Plays Slower In Html Page.
- MP3 Player On Website-Plays Approx. 5-10 Seconds Of Song Then Restarts And Plays Thru
- MP3 Player On Website-Plays Approx. 5-10 Seconds Of Song Then Restarts And Plays Thru
- [MX04] Rollover One Movie Clip Plays It, And Plays Another. How?
- Rollover Plays Frames 1-5 Of Movieclip, Rollout Plays 6-10
- ROLL_OVER Plays A MC And ON_CLICK Plays A MC?
- Clik Btn1,plays Some MC,Clik Btn2,hides & Plays MC
- Flash Movie Plays Once
- Movie Plays In Flash But Not SWF
- Flash Plays Slow
- Set Cookie After Flash Plays
- This Actionscript From Flash 5 Plays Wrong In MX
- Creating A Flash CD-ROM That Plays In A CD Player
- Flash MX Plays AVI, Quicktime, Or Mpg Movies?
- Flash Movie Plays Even Though Stopped
- Flash Site Plays Slow On Mac
- Flash Site Plays On Some, But Not All Browsers. Why?
- Flash Movie Plays Locally But Not On Others PC's
- Flash Plays My Sound Wrong..
- [CS3] Flash Plays Slow, But Not At The Beginning
- Flash Movie Plays In WMP When Opened In IE.
- Flash Presentation FLV Plays On Click (k)
- Flash Player 9 Plays Choppy
- Flash Audio Only Plays Locally
- Flash Movie Plays Prematurely
- Flash In Framesets Plays In Mac, Blacked Out On PC
- Flash Movie Plays In WMP When Opened In IE.
- Music Still Plays When Flash Player Is Closed
- Sound Plays Before Video In Flash Mx Movie
- Flash MX 2004 Movie Plays Slow....
- Mp3 Player Plays In Flash, Won't Play In Browser
- Flash Movie Plays Slow On Some Machines
- Flash Movie Plays Slower In Browser ?
- Flash Intro Header Plays On Every Page
Plays Audio Stream In Flash 8, Does Not In HTML
Website: www.tinmandownloads.com
Stream: http://212.72.165.26:9386
The player on the page has two buttons: T and N
T plays a song stored as MP3 on another site, loads it as a stream. Works all the time
N connects to the stream above.
Works on "test movie", works on publish preview flash, does NOT work on publish preview htlm, does not work when published on site.
What am I missing?
Any help would be appreciated.
View Replies !
View Related
Flash Plays Slow When Published To Html
Hello..I've made a flash mx movie which plays at the right speed when I watch in the SWF format, but when I publish it to HTML it plays a lot slower...I have the settings at 30fps...i am publishing with best quality...Does anyone know why this is???? am I missing something
View Replies !
View Related
HTML Rollover Plays .swf On Same Html Page Help
Please help... Still a bit of a newbie.
I have an html page with html links. Also on the page is a .swf that will play when the page is loaded. However, I want to create a roll-over effect with the text HTML lnks that play another .swf. How do I do this (specifically)?
Also, instead of having separate .swf files, I would like set-up the roll-over to go to specific frames in one swf and play?
THX
View Replies !
View Related
SWF Plays Slow In Html
Yo yo,
I searched the forums first and couldn't find anything.
I’m sure you have come across this before, it’s a pain.
I have used flash for years and came across this problem before but can’t remember how I solved the issue.
Finished my flash intro:-
30sec long.
preload of 1 second (56k).
25 frames per second.
swf 63.5k.
The swf plays perfectly until I embed it in a html page where it just runs well, just **** terrible, really slows down (machine specs are not an issue, and the swf plays fine on its own).
Cheers
View Replies !
View Related
Redirect To Html After Flv Plays
So I have an flv playing as a short intro to a site, when it is done playing I would like it automatically go to the main page. Any help? This is the code I'm using the play the FLV.
var nc:NetConnection = new NetConnection();
nc.connect(null);
var nStream:NetStream = new NetStream(nc);
theVideo.attachVideo(nStream);
nStream.setBufferTime(5);
nStream.play("flv/logo_intro.flv");
playbtn_mc.onRelease = function() {
if (this.icon_mc._currentframe == 1) {
this.icon_mc.gotoAndStop(2);
nStream.pause();
} else {
this.icon_mc.gotoAndStop(1);
nStream.pause();
}
};
View Replies !
View Related
SWF Plays Slow In Html
Yo yo,
I searched the forums first and couldn't find anything.
I’m sure you have come across this before, it’s a pain.
I have used flash for years and came across this problem before but can’t remember how I solved the issue.
Finished my flash intro:-
30sec long.
preload of 1 second (56k).
25 frames per second.
swf 63.5k.
The swf plays perfectly until I embed it in a html page where it just runs well, just **** terrible, really slows down (machine specs are not an issue, and the swf plays fine on its own).
Cheers
View Replies !
View Related
Help - Flash Movie Plays Fast By Itself, But Plays Slow When Loaded Within Another Flash Movie
I have a flash website which I tried to update recently. In particular, I am updating my photo gallery which I load within another flash using loadMovie. Before updating it, everything worked fine. The update is not completed yet, but I notice that my photo gallery is playing extremely slow compared to before. I did add some new graphics such as fading in and stuff like that, but nothing serious. If I played the clip by itself, ie. typing in the actual photogallery.swf, it plays at full speed. When I run the photogallery through my regular website, meaning loading it through loadMovie, it plays very slow. The photogallery.swf is only 58k in size, so download speed shouldn't be the case. Nevertheless, I tried adding a IfFrameLoaded just in case but that didn't solve my problem. Anybody has any ideas why it might be playing slow when I'm using the loadmovie function and plays fine when I just reference it directly?
View Replies !
View Related
SWF Plays Audio, HTML Doesn't - Any Clues?
I have a file at level 0 that loads the following code...
fscommand("fullscreen", true);
loadMovieNum("Entablature Cover.swf", 1);
loadMovieNum("Entablature Audio.swf", 10);
_level0._root.GoSSHome = "http://www.schenkelshultz.com";
stop();
Everything works great (loading and playing my audio) when I run the SWF file or a Windows EXE file. But when I run the HTML file it won't play the audio. All audio files are external and loaded as follows...
_root.s = new Sound();
_root.s.loadSound("\Audio\E02 P10-11 Quote.mp3", true);
_root.s.start(0, 1);
Any clues why the HTML document will not play the audio. Kinda stumped here and the project is due on Monday.
Thanks for any assistance.
View Replies !
View Related
Swf Plays Slower In Browser Then Swf Embedded In Html?
Can this be true?
i made a swf with some onEnterFrames and some setIntervals, and when i tested it from within flash (so just the flash player) my timing was perfect.
Then i tried to test it online in a browser (i typed the adress of the swf in the browser , so 'http://www. ..... .swf), and everything went way slower!
So i adjusted everything to make the timing right again.
Now i tested it by looking at the html file that contains the swf (so i typed 'http://www. ..... .html' in the browser) and then everything went way faster again.
I also noticed that swf's play WAY slower in Firefox then in IE????
Does anybody now how to work around this problem?
thanks
View Replies !
View Related
Can An Html Page Dictate What Frame A SWF Plays Or Goes To?
Hello,
I have wondered this for a long time, hopefully some of you clever lads & lasses will be able to help me.
I have a flash header for a web site, that appears on every page. What I would like, is that when it's on the home page, the header.swf shows the home page view, and when on the contact page it shows the contact page view etc.. different artwork different text but same header file.
IE the html page sends information to the swf file telling it which frame to go to and stop (or play as the case maybe)
Is this possible?
Or do I need to create a new header for everypage, which seems a bit of a wasteof resources.
Any help greatly appreciated
Thank you
Tilly
View Replies !
View Related
Video Plays Automatically In Html Even Though Play=false
I am experimenting with adding flash video to my website, and everything is cool except that the videos all start playing immediately, even though I've set the parameter "play" = "false".
http://www.hydepower.com is the website, go to 'what we do'
I don't have much experience with flash. Is there something I'm missing?
Thanks in advance.
View Replies !
View Related
Stumped - Why Movie Plays Slower In Html Page.
Hi,
I am building an online presentation that has a voice over. I am timing the text and images that are displayed with the various words in the voice over.
The problem is when I insert the swf in to an html page the movie runs slower than the voice over, so all the words are out of sink with the sound. If I view the movie in flash player it all works fine.
Does anybody know what is causing this and if it can be fixed?
View Replies !
View Related
Stumped - Why Movie Plays Slower In Html Page.
Hi,
I am building an online presentation that has a voice over. I am timing the text and images that are displayed with the various words in the voice over.
The problem is when I insert the swf in to an html page the movie runs slower than the voice over, so all the words are out of sink with the sound. If I view the movie in flash player it all works fine.
Does anybody know what is causing this and if it can be fixed?
View Replies !
View Related
MP3 Player On Website-Plays Approx. 5-10 Seconds Of Song Then Restarts And Plays Thru
Hello,
I have an MP3 player that I have tweaked and modified on a website of mine for a friend.
Everything works fine--but it seems it will load a song and start playing 5-10 seconds of the song then restarts the song and plays it in full. Anyone have any idea why this would be happening?
The MP3 player is at www.peeler.ca and will start as soon as you get inside the website.
Could someone have a look and listen and see if you have any ideas?
I imagine it is some redundant code or something small. It is very annoying....
Thanks in advance...
View Replies !
View Related
MP3 Player On Website-Plays Approx. 5-10 Seconds Of Song Then Restarts And Plays Thru
anyone have any ideas as to why my player would play like 5 seconds of a tune....then restart it and play thru completely?
I was told maybe interval coding....but not sure what I am looking for....nothing appears to jump out at me.
I will upload the .fla source code and maybe someone will see something I dont- Or you can check out what it is doing on the website www.peeler.ca the player will start on its own as soon as you get in the main page of the website.
Any help is appreciated...I am stumped!
View Replies !
View Related
[MX04] Rollover One Movie Clip Plays It, And Plays Another. How?
Alright, so I've got two movie clips.
I have one, called fade_mc, which will play on rollover, and then play in reverse on rollout.
Here's the code for that, placed on a separate layer in the MC.
PHP Code:
stop();
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
rewind = false;
play();
}
this.onRollOut = function(){
rewind = true;
}
What I would like to do is add to this so that, upon rollover of this MC, other movie clips will play in a similar fashion, and play backwards upon rollout.
In this case it is a MC called dark_mc that I would like to have play.
Posted this in the newbie section to no avail, please help!
View Replies !
View Related
Rollover Plays Frames 1-5 Of Movieclip, Rollout Plays 6-10
Need help on this, i'm sure it's the most basic thing, but haven't found my answer thru the help files, etc !
I have a button which on rollover i need to play one of my movie clip animations from frame 1-5 (i have a stop action on frame 5), and on rollout i need it to play the rest of the animation (6-10).
at this point, i simply dropped the animation onto the 'over' state of the button, but don 't know where to go from here, if not back to the drawing board.
the button is called 'button1' and the movie clip is 'animation'.
if it's better to do this with an external movie clip, i'd be cool with that, too.
thanks for the help
View Replies !
View Related
ROLL_OVER Plays A MC And ON_CLICK Plays A MC?
I would like to have a series of buttons that onrollover play a MC on
stage and onclick play another MC on stage. I am currently using the
following code provided in another thread to make the movie clip play
onrollover:
function showGraphic(event:MouseEvent):void {
mSymbol.visible = true;
}
function hideGraphic(event:MouseEvent):void {
mSymbol.visible = false;
}
btn.addEventListener(MouseEvent.ROLL_OVER, showGraphic);
btn.addEventListener(MouseEvent.ROLL_OUT, hideGraphic);
I am also using the following code to hide the movie clip on load:
mSymbol.visible = false;
How can I modify this code to allow a user to also click on the button
and play a MC?
Thanks!!!!!
View Replies !
View Related
Clik Btn1,plays Some MC,Clik Btn2,hides & Plays MC
I'm trying to create a website with flash, and it has buttons and movie clips. What i want is, when i click on button1, it plays some movie clips, and when i click on button2, it hides the old movie clips and plays new movie clips.
i was trying variables and the "if" thing. but it wont work. hope you guys can help out. i've set the button1 with ' btn="album" ' and set some actions like ' if (btn="album) {play} ' but it wont work. please help me. maybe you guys can upload the flash file so i can understand easier.
(using flash 8)
View Replies !
View Related
Flash Movie Plays Once
Hello,
I am wondering if it is possible to do the following:
(1) A person goes to my home page;
(2) On the top of the page is my flash movie with my logo and business name;
(3) Flash movie plays and at the end, stops, leaving my logo and business name the way it looks at the end of the Flash movie;
(4) Same person goes to other pages in my website and at the top is simply a JPEG of the last scene of the Flash movie;
(5) Same person goes to my home page again, but this time I do not want the Flash movie to play.
I can do Nos. 1-4, but can someone help me with step 5?
Thank you,
edsager
View Replies !
View Related
Movie Plays In Flash But Not SWF
I've got a college assignment due in but I'm having real trouble getting the video to work. It's a 3D Animation/Flash blend so I've linked the video (.mov) to play in the first scene and then it proceeds to an interface (similar to DVD menu screens playing a clip then going to the interface)
The video file appears perfectly in flash but when I publish it to a swf file all I see is the background colour. I've been stumbling through this project and really really cant seem to get it finished so I'd really appreciate it if anybody could give me some pointers.
Thanks,
Toasty
View Replies !
View Related
Set Cookie After Flash Plays
Anyone know how to set a cookie so that if a .swf plays once, it will not play again unless explicity told to? Or, is there any other way to have a Flash movie automatically play only once, and not on every refresh?
Thanks
Rick
View Replies !
View Related
This Actionscript From Flash 5 Plays Wrong In MX
This code on an mc used to produce a beautiful bounce! in flash 5 anyway, now it does not work in flash 6, help?
---------------------------------
onClipEvent (load)
{
//initiialize variables
this._x = 100;
this._y = 100;
// create a new method to bounce movieclips
MovieClip.prototype.bounceMove = function(spring, damping, xtarget, ytarget)
{
// calculate acceleration
accx = spring*(xtarget - this._x)-damping*velx;
accy = spring*(ytarget - this._y)-damping*vely;
// change velocity due to acceleration
velx += accx;
vely += accy;
// change position due to velocity
this._x += velx;
this._y += vely;
}
MovieClip.prototype.bounceScale = function(spring, damping, scale)
{
// calculate acceleration
acc = spring*(scale - this._xscale)-damping*vel;
// change velocity due to acceleration
vel += acc;
// change position due to velocity
this._xscale += vel;
this._yscale = this._xscale;
}
}
onClipEvent (enterFrame)
{
// bounce up if mouse is over, down if not
if(bounceUp)
{
this.bounceMove(.9,.2,100,200);
this.bounceScale(.5,.25,132);
}
else
{
this.bounceMove(.2,.2,100,200);
this.bounceScale(.5,.75,100);
}
}
----------------------------------------------
View Replies !
View Related
Creating A Flash CD-ROM That Plays In A CD Player
If anyone has time and they want to help me with this, I'd really appreciate it.
I've created a flash movie that lets the viewer click through and listen to 3 different songs (tracks).
I want the cd to play the three tracks if inserted into a cd player (car, home stereo, etc). These will be separate .WAV files.
I want my computer to autorun the .SWF when the CD is loaded into the cd drive, but I don't want the computer to start playing the first track automatically.
How can my computer avoid detecting and playing the .WAV files while still allowing the average cd player to do so?
cheers
jen
View Replies !
View Related
Flash Movie Plays Even Though Stopped
Can anyone help me sort this one out?
http://www.ctctyp.co.uk/index2.html
I have a Flash drop-down navigation bar on the above site which works fine on Macs, but on Windows, for some reason, it jumps from frame one to frame two when the page is re-loaded, or appears on a subsequent page. This means the first drop-down plays without being clicked - even though I have action-scripted a 'stop' into every layer of frame one!
I'm scratching my head to resolve this, but to no avail. Has anyone encountered anything like this before?
Would appreciate any thoughts.
Thanks,
John
View Replies !
View Related
Flash Site Plays Slow On Mac
I have been finding that some Flash sites that play real fast on a PC computer play ultra slow on a Mac? Even a PC on basic DSL is faster than a Mac on T1. The Flash sites were produced using Flash on a PC computer?
Any thoughts?
View Replies !
View Related
Flash Site Plays On Some, But Not All Browsers. Why?
so, i am in the process of building my flash site. i put it up on the web, and all seems fine. it plays on internet explorer, and mozilla web browsers, but when i try to open it on safari, it won't work. other flash sites will play for me on safari, just not mine. anyone know why? the site is ihearticon.com. please check it out and let me know if it loads on your browser.
View Replies !
View Related
Flash Plays My Sound Wrong..
First, here's the site:
www.voiceman.com
The problem is the Testimonials button.
When you roll over it, you'll hear what Im talking about. The "te" is cut off. All you hear is "estimonials"
I have edited and re encoded to mp3 4 times now. I have even applied a little bith of a fade in on the file so that the "te" sound isnt as hard.
The file plays correct on both of my computers, in my editing programs, as well as in windows media player and quicktime and Itunes.
i have edited so there is space at the beginning of the file. I have tried everything I can think of.
I have even used the override audio setting is flash - nothing helps.
Here's the actual file Im using...
http://voiceman.com/audio/testimonialseq.mp3
Anyone have an idea? using flash mx on os x 2004 btw
View Replies !
View Related
[CS3] Flash Plays Slow, But Not At The Beginning
So I had the flash presentation working perfectly last night. today, i added a few more things to it. now when i publish it and view it locally or over the web, it starts to play very slow at about 200 frames into it. the fades work just as they should for the first 10 or so slides, then it seems to go to 1 frame per second out of no where.
here is the link if anyone can help. thanks !!!!
http://www.nexsens.com/nexsens_customers.htm
View Replies !
View Related
Flash Movie Plays In WMP When Opened In IE.
Hi Everyone!
I made a small mp3 player using Flash 8. For most browsers, things seem to work fine when it's embedded into a page, but in Internet Explorer the movie appears within Windows Media Player!
You can see the embedded player at http://www.paulherron.net/personalpo...myspaceplayer/
I used the following code to embed what you see there:
HTML Code:
<object width="295" height="51">
<param name="movie" value="http://www.paulherron.net/personalportfolio/myspaceplayer/myspaceplayer.swf?filelocation=http://www.paulherron.net/personalportfolio/myspaceplayer/file.mp3">
<embed src="http://www.paulherron.net/personalportfolio/myspaceplayer/myspaceplayer.swf?filelocation=http://www.paulherron.net/personalportfolio/myspaceplayer/file.mp3" width="295" height="51">
</embed>
</object>
This code passes the variable 'filelocation' into the root of the movie, telling the player where to download the song from.
I've tried this on a few different systems, and the result is the same. I used IE 6, WMP 10, Firefox 1.5 and Opera 8.51 to test this out.
If you'd like to check out the player code, the .fla file is available for download on that page. Almost all of the code is in the 'Actions' layer on the first frame of the main timeline.
I'd really appreciate anyone's help on this. Thanks!
View Replies !
View Related
Flash Presentation FLV Plays On Click (k)
We have a Flash Presentation that we are using the Flash Presentation
template for. It works fine with the exception of a FLV.
We want to put the FLV into a slide and have that FLV play when the user
clicks their spacebar to get to the slide containing the FLV (built-in
method for advancing to the next slide).
Currently a placed FLV will only play if we put a skin on it and press
play or we set it to autoplay which starts the video playing on the
first slide, even though it resides many slides down. So you hear the
video sound the moment the presentation starts.
-Kirk
View Replies !
View Related
Flash Player 9 Plays Choppy
Hello all,
Not sure where I should post for problems with Flash Player 9.
Any sites with Flash Player 9 like ESPN play very choppily. I'm on a Mac using 10.3.9. This just started in the last couple of months. I have done these recent updates: Firefox 2.0.0.7, installed Cocktail (for maintenance and run it every week), and I did Aiport Software update 4.2. These are the only changes I have made to the computer.
thanks,
Al
View Replies !
View Related
Flash Audio Only Plays Locally
I have a flash movie that is supposed to play audio when a button is clicked. It works when I have the file on my local machine (But the sound is faint) but when I upload it to run live the sound won't play. Both the swf and audio file are in the same directory on the server. Any thoughts? You can see this at www.aquinasandmore.com. Refresh until you get the cd "cube".
View Replies !
View Related
Flash Movie Plays Prematurely
i have created a loader, which works, but when i test movie and simulate download the movie starts playing before the loader has finished... when it finally goes to the movie scene the movie has already played part of the way through.
here is the code i already have (what do i need to add?):
loader.contentPath = "ice.worlds.2.swf";
loader.autoLoad = false;
pbar.setStyle("themeColor", "0x00AEEF");
pbar.setStyle("color", "0xCCCCCC");
pbar.setStyle("fontFamily", "verdana");
pbar.setStyle("fontSize", 10);
pbar.source = loader;
pbar.mode = "polled";
thanks in advance!
View Replies !
View Related
Flash In Framesets Plays In Mac, Blacked Out On PC
In an HTML frameset, I built a Flash 5 nav bar in one frame that loads a Flash 5 sub-navigation bar in a second frame, and this sub-nav bar loads HTML pages in a third frame.
I built the Flash movies on a Mac and they look and work fine on the 'net; but opening the site on my PC, I find nothing where the Flash movies sit but black rectangles.
What gives?
View Replies !
View Related
Flash Movie Plays In WMP When Opened In IE.
Hi Everyone!
I made a small mp3 player using Flash 8. For most browsers, things seem to work fine when it's embedded into a page, but in Internet Explorer the movie appears within Windows Media Player!
You can see the embedded player at http://www.paulherron.net/personalpo...myspaceplayer/
I used the following code to embed what you see there:
HTML Code:
<object width="295" height="51">
<param name="movie" value="http://www.paulherron.net/personalportfolio/myspaceplayer/myspaceplayer.swf?filelocation=http://www.paulherron.net/personalportfolio/myspaceplayer/file.mp3">
<embed src="http://www.paulherron.net/personalportfolio/myspaceplayer/myspaceplayer.swf?filelocation=http://www.paulherron.net/personalportfolio/myspaceplayer/file.mp3" width="295" height="51">
</embed>
</object>
This code passes the variable 'filelocation' into the root of the movie, telling the player where to download the song from.
I've tried this on a few different systems, and the result is the same. I used IE 6, WMP 10, Firefox 1.5 and Opera 8.51 to test this out.
If you'd like to check out the player code, the .fla file is available for download on that page. Almost all of the code is in the 'Actions' layer on the first frame of the main timeline.
I'd really appreciate anyone's help on this. Thanks!
View Replies !
View Related
Sound Plays Before Video In Flash Mx Movie
Hi all,
I have a video clip that i imported into a flash movie in wma format. When i play my movie clip the audio plays about 3 seconds and then the video comes into view. This has happened with 3 different clips. How do i get the movie to play so that the audio and video are playing simultanously?
kudos
web
View Replies !
View Related
Flash MX 2004 Movie Plays Slow....
Hello anyone,
Here is a very simple FMX2004 that just prints a text:
myDepth = 10;
attachMovie ("Button", "PressMeButton", ++myDepth);
PressMeButton._x = 213;
PressMeButton._y = 275;
PressMeButton.label = "PressMe";
Text_mc_tally = 0;
PressMeButton.onRelease = function () {
//The Radio Button
y_increment = 30;
Text_mc_tally++;
attachMovie ("TextArea", "Text_tally_mc"+Text_mc_tally, ++myDepth);
_root["Text_tally_mc"+Text_mc_tally].setSize(23, 25);
_root["Text_tally_mc"+Text_mc_tally]._x = 10;
_root["Text_tally_mc"+Text_mc_tally]._y = 25 + (y_increment * Text_mc_tally);
_root["Text_tally_mc"+Text_mc_tally].text = Text_mc_tally;
_root["Text_tally_mc"+Text_mc_tally].enabled = false;
}
Why is this so slow? I cant figure it out.
Can anyone help me please? I already re-installed my FMX 2004.
Thanks,
Raymond
View Replies !
View Related
Mp3 Player Plays In Flash, Won't Play In Browser
Hey. I downloaded a flash file from Flash Kit called Turntable 1.5- Its an mp3 player that loads an XML playlist file and plays the mp3's listed. I tweeked it some, and it works fine when Testing within Flash, or playing in the Flash Player, but it won't play the mp3's when I try to load it in Safari or Explorer. This is the case both locally on my hard drive and on my website. The activity window in the browser shows that its loading the mp3's as they are called on, but it won't play them. This is the case whether I play the .swf file through an HTML page, or just loading it directly in the browser. And the mp3's play fine through the browser when loaded on their own. I can't figure this out- why flash will play it fine, but the browsers won't. Is there something I need to know about XML?
I'm going crazy here, I've worked insanely on tweeking this thing, only to find this out... Can anyone PLEASE help me?
View Replies !
View Related
Flash Movie Plays Slow On Some Machines
I can't figure out what's happening but I just created a page in flash and it looks great on my computer and some other computers I've tried but on some computers the objects move very choppy accross the screen. It does have some sound but I've seen other people's work with sound and it displays fine. The other problem is that it doesn't consistantly do this. I've set the frame rate at the default. Here is the link to the page if anyone can help me troubleshoot this.
http://www.eloine.com/JohnnyCash/
View Replies !
View Related
Flash Movie Plays Slower In Browser ?
I have made an animation (some background music included) and I have this problem: after integrating it into a html page i noticed that the movie acctually plays slightly slower in browser and the events in the movie do not match the music anymore...
does anyone know why is this happening or what can I do about it? Thanks!
View Replies !
View Related
Flash Intro Header Plays On Every Page
Hi all,
I am reposting this question as i'm not sure what to do. I have a flash headerwink navigation buttons that plays when the person first enters the site. I 'd like to have this header on evry page without the animation that plays before all buttons load. Someone mentioned using a flash cookie but i have been unable to see how this would work.
Any help appreciated.
regards
Steve
View Replies !
View Related
|