Publish Preview Prob
Since installing XP Home, Flash 5 crashes when it tries to
preview in NN (have not tried IE, hmm...). Same thing happens in Front Page 2K browser preview.
FlashKit > Flash Help > Flash Newbies
Posted on: 06-08-2002, 01:04 AM
View Complete Forum Thread with Replies
Sponsored Links:
- Publish Preview As Flash VS Publish Preview As Html
- Publish Preview As Flash VS Publish Preview As Html
- Publish Preview..it Works. Publish, It Doesn't
- Publish Preview, Publish Settings...
- Publish Preview
- Publish & Preview
- Publish Preview
- Publish Preview
- Can't Use The Publish Preview
- Problem With Preview And Publish
- Publish Preview Question
- Publish Preview Not The Same As WWW View
- Discrepancy In Publish Preview
- Publish Preview A Big Stage
- [CS3] When I Publish The Animation, It's Different From The Preview
- Publish Preview Issue
- Publish Preview Scrolling
- Why Can I Not Publish Or Preview All Of A Sudden?
- No Publish As HTML Preview
- No Publish As HTML Preview
- Publish Preview Is NOT What Is Supposed To Be .....
- Publish Preview Is NOT What Is Supposed To Be .....
- Changing Publish Preview Browser
- The Veiwer Works When I Preview But Not When I Publish?
- Please Help Slight Pause In Publish Preview
- Buttons Are Visable In Preview, But Not Publish?
- Image Not Matching Publish Preview
- FireFox Publish Preview Question
- Flash Hanging On Publish Preview
- Publish Doesn't Match Preview
- Project Will Not Preview, Publish Or Debug
- Flash 8 Publish Preview In Firefox
- NavigateToURL Not Working In Publish Preview
- Flash HTML Publish Preview
- Publish Preview Buttons Don't Work
- Movie Works In Publish Preview, But Not After Published?
- Publish Preview - Excessive Load Time
- F12 Command And Publish Preview Doesn't Work
- Flash 8 Publish Preview Docked Ot Tabbed?
- Works On Test Movie, Does Not On Publish Preview
- Sounds Are Delayed When I Publish, Fine In Flash Preview
- Publish Preview/Test Movie Settings Not The Same As Play
- Publish/Preview: Full Size Window VS Just Stage? Help..
- Sounds Are Delayed When I Publish, Fine In Flash Preview
- Movie Works In Flash Preview, But Not HTML Publish
- Flash 8 Pro: Publish Preview & Keyboard Layout Problems
- Page Positioning On Testing Movie And Publish Preview?
- Publish Prob
- Publish Preview Of Media Player Works Well, But Uploaded Version Doesn't
- Publish As Flash 5 Prob.....
- Publish Settings Dialog Prob
Publish Preview As Flash VS Publish Preview As Html
Ive made a movie that add strings from several input text fields to an array. This array is sent from the flash video to php.
This is working fine when I preview the movie as Flash. The php script prints the variables as intended.
But when I preview it as html the arrays are all empty...
Can anyone tell me why?
ActionScript Code:
on (release) { number_of_attr1 = main._currentframe + 1; suggestions1 = new Array(); if(main.attr1.text.isEmpty()) { gotoAndStop(8); } else { for(i=1; i<=number_of_attr1; i++) { attr = main["attr"+i] suggestion = attr.text; if(!suggestion.isEmpty()) { suggestions1.push(suggestion); } } var submit1 = new LoadVars(); submit1.sugg1 = suggestions1; submit1.send("<a href="http://mylink.php" target="_blank">http://mylink.php","_self","POST</a>"); }//end else}
View Replies !
View Related
Publish Preview As Flash VS Publish Preview As Html
Ive made a movie that add strings from several input text fields to an array. This array is sent from the flash video to php.
This is working fine when I preview the movie as Flash. The php script prints the variables as intended.
But when I preview it as html the arrays are all empty...
Can anyone tell me why?
ActionScript Code:
on (release) { number_of_attr1 = main._currentframe + 1; suggestions1 = new Array(); if(main.attr1.text.isEmpty()) { gotoAndStop(8); } else { for(i=1; i<=number_of_attr1; i++) { attr = main["attr"+i] suggestion = attr.text; if(!suggestion.isEmpty()) { suggestions1.push(suggestion); } } var submit1 = new LoadVars(); submit1.sugg1 = suggestions1; submit1.send("<a href="http://mylink.php" target="_blank">http://mylink.php","_self","POST</a>"); }//end else}
View Replies !
View Related
Publish Preview..it Works. Publish, It Doesn't
The functionality of my movie works fine in "Test Movie" and all "Publish Preview" modes, yet when I publish the movie and load it to my server, it doesn't.
Here's whats going on, I've got three buttons, each with very similar code.
Button one code -
on (release) {
_root.contents.loadMovie("Disturbed.swf");
}
Button two code -
on (release) {
_root.contents.loadMovie("FilterResize.swf");
}
Button three code -
on (release) {
_root.contents.loadMovie("HnOResize.swf");
}
I've got empty MC's on the stage for each corresponding SWF. All three buttons work as desired in the test movie and all publish preview modes, however, when I publish the movie and load it to my server, button three does not work. I've tried it with the empty MC's sitting on their own layer, or all on the same layer I've also tried it with the buttons on the same layer, or on their own layer.
Why would it work fine in the publish preview modes, but not when actually loaded to the server?
More important, how do I fix this?
Thanks
View Replies !
View Related
Publish Preview, Publish Settings...
Greetings.
I have a bar that runs the top of my movie. I noticed that in publish preview the bar is cut in half from the top whilst in test movie I have the whole bar. Is there a way to better match up my movie between the two. In Dreamweaver I can set all boarders to 0 but I would like an accurate view of my movie in Flash publish preview.
All in all I want my Flash document to fit inside a standard browser.
Any ideas?
Thanks.
View Replies !
View Related
Publish Preview
Hello,
i have finally completed my first flash web page, but i am having some problems with the publish preview aspect.
The html index page it created has the main enter button missing,plus i still dont know how to upload it on to a server/web host ? can any one give me some advise or explain.
View Replies !
View Related
Publish & Preview
I have a game that I have been testing with Publish Preview. I just did a normal publish on it and the file behaves very differently from the preview. When I play the the publish preview version, everything works fine, but when I play the .swf file, the code stops running or something, the movie clips are still animated but everything is standing still. Why does this happen? Is there anything I can do to fix it or do I have to completely change my implementation.
View Replies !
View Related
Publish Preview
With Flash MX 2004:
Using File->Publish Preview->Default
I can see the "publish" progress bar flash quickly and completes, but the movie does NOT open up IE and play.
If IE is already open to a random page, then a new IE window opens and the movie plays.
Any idea on why I have to have IE already running for this to work properly?
View Replies !
View Related
Can't Use The Publish Preview
I go File: Publish Preview: HTML... but nothing happens. no windows open. Even if I previously open a window, no preview will be published.
I tried to use firefox instead of explorer but nothing changes.
Internet works just fine...
What's up? Any suggestions?
Thanks for your help if you can help
View Replies !
View Related
Problem With Preview And Publish
When I try and preview or publish, it is coming up white. I tried to remake it with a new file and tested the preview while I made it....it worked fine until I saved the file as a .fla. Now the images don't show again. Do I have something set incorrectly? Thanks
View Replies !
View Related
Publish Preview Question
Hi,
I am wondering why I can't view my movie when using publish preview, html in my default browser (mozilla firebird 7.0) or in Opera, and yet it works fine in IE? I have flash 7 plug-in installed on all above browsers and when I publish a movie I can then view it in all browsers no problems?
One thing I've noticed is that the file names for the previews are different in IE than in firebird.
example
IE is: C:Program FilesMacromediaFlash MXUntitled-1.html
firebird is: file:///C:%5CProgram%20Files%5CMacromedia%5CFlash%20MX%5** **itled-1.html
this seems like a weird filename to me?
Any answers most appreciated
View Replies !
View Related
Publish Preview Not The Same As WWW View
Using Flash MX:
I have recently been upgrading my website. I have managed to get a nice little beta created and it runs wonderfully in the test movie and Publish Preview. However when I view the page on the WWW, it seems like a loop is not being completed and external txt files are not being read in.
If you need more specific info let me know. I am just curious if there is something general that I may be missing. Thanks for your help!
View Replies !
View Related
Discrepancy In Publish Preview
HI
when i preview my work, which includes a couple of PNGs, in the normal Flash option within Publish Preview, the images look far from good.
FILE>PUBLISH PREVIEW>FLASH
Meanwhile, when i preview them using the HTML option, the images look as smooth as they do while i am working on them.
Which option is to be believed, which representation will be actually seen on the website ???
Thanks.
View Replies !
View Related
[CS3] When I Publish The Animation, It's Different From The Preview
I made a simple flash animation and I wanted to add a little lens flare to a couple objects... which I did with no problem, I cloned the object in photoshop and added flares, then aligned them in flash and made the flares fade in and out (sparkle). I preview it by sliding the curser and it lines up fine. When I publish it or preview (Apple-Enter) it isn't aligned and makes the images move a couple pxls. What am I missing?
HELP! I just attached the FLA.
View Replies !
View Related
Publish Preview Issue
I am brand new to flash and have a question about preview. I am working with a large image and when I preview in html or flash it only shows a small portion of my original image. I doesn't even show the complete area I am working with. The image is larger than 1024x768 but it doesn't give scroll bars or anything. It just seems to crop the hell out of the image?
Please help
View Replies !
View Related
Publish Preview Scrolling
I attempted getting help from this already made topic but the responder was utterly useless:
http://board.flashkit.com/board/show...ublish+preview
When I preview, it doesn't show everything. I know why it's doing this; because my image is larger than my document. But is there a way to implement scroll bars in the preview? Zooming in and out doesn't help because its not legible at certain levels. I'm surprised flash doesn't have an option for this.
View Replies !
View Related
No Publish As HTML Preview
Hi, I just started using flash 8 pro lately and today it's reported an error when I was executing a publish HTML preview. Since that the publish a HTML preview won't work for me, I have started and restarted Flash and my PC, has anyone come across this type of bug before? It's really annoying and I can't figure what it could be.. any ideas greatly appreciated. The publish as flash setting is working fine so I suspect it could be a problem with internet explorer.
thanks in advance,
Anto.
View Replies !
View Related
No Publish As HTML Preview
Hi, I just started using flash 8 pro lately and today it's reported an error when I was executing a publish HTML preview. Since that the publish a HTML preview won't work for me, I have started and restarted Flash and my PC, has anyone come across this type of bug before? It's really annoying and I can't figure what it could be.. any ideas greatly appreciated. The publish as flash setting is working fine so I suspect it could be a problem with internet explorer.
thanks in advance,
Anto.
View Replies !
View Related
Publish Preview Is NOT What Is Supposed To Be .....
Sorry all I am very new to this and very frustrated...
I have tried to create a simple movie that rolls/fades
the letters in and then they should blow apart...
I see what I intend within flash on the workspace...
but when I preview and or publish it doesn't work correctly...
argggggg..
Any help is appreciated ....
I have attached a copy of the file
thanks
Echo4Bravo
View Replies !
View Related
Publish Preview Is NOT What Is Supposed To Be .....
Sorry all I am very new to this and very frustrated...
I have tried to create a simple movie that rolls/fades
the letters in and then they should blow apart...
I see what I intend within flash on the workspace...
but when I preview and or publish it doesn't work correctly...
argggggg..
Any help is appreciated ....
I have attached a copy of the file
thanks
Echo4Bravo
View Replies !
View Related
Changing Publish Preview Browser
Hello,
Is there a way to change the browser that Flash uses to display your html file when you hit publish preview? It seems that Flash just uses your default browser, and the problem is that I don't want to change it just to accommodate Flash. I'm using FMX2004 on Win2K if that matters.
Thanks for any help,
jtnw
View Replies !
View Related
The Veiwer Works When I Preview But Not When I Publish?
Hey dudes and dudettes,
I have this little gallery thing that I was working on a while agao and it sort fell by the wayside but now that I want to finish it I got some problemos. I have a loader that loads the movie into the layer and an veiwer.onMouseMove = function() { this._x = _xmouse; this._y = _ymouse; upddateAfterEvent();
}
It all works as in the little spyglass I have (veiwer) follows the mouse when I preveiw but when I publish it don't wanna come out and play, it ain't even on the screen(AAArrrrrrrgggggggggggggghhhhhhhhhhhhhh!!!!! )
anyone got any ideas?
cheers
View Replies !
View Related
Buttons Are Visable In Preview, But Not Publish?
so basically...
i've made this simple header for a site,
and everything works great when i preview it in flash.
but when i publish it, and put it in dreamweaver none of my buttons are visable or usable.
i'm not the quickest at flash, but i made somehting liek this before, and it worked fine both ways.
i think it has something to do with using text in the button activated movie clips, but im not sure.
please help me straighten this out.
fla:http://www.embraced-dc.com/bandi/menu.fla
swf:http://www.embraced-dc.com/bandi/menu.swf
View Replies !
View Related
Image Not Matching Publish Preview
For some reason the .PNG that I imported into the flash "looks" fine (ie, I don't know what to edit b/c it looks good), however, when I go to publish it in HTML, the result is less than desireable.
The first picture listed here is what it looks like while editing in Flash. Looks good right?
This second picture is a screen capture during the publish preview. Notice the top right of the "S" and the bottom of the top half of the "S" are not smooth. Also the top of the "N", the "L", and the "V" and "E" also have visual distortions.
Does anyone have a suggestion on what I could do to fix this, or possibly a reason why Flash is distorting the image?
View Replies !
View Related
FireFox Publish Preview Question
Hi, I have a swf that when published inside flash player scales perfectly but when I publish it in FireFox there is always a half inch all around of white showing. Is there a scale function that will make sure the swf is resized to fit the browser? [CS3]
View Replies !
View Related
Flash Hanging On Publish Preview
Whenever I try to do an .html publish preview (File -> Publish Preview -> HTML), Flash hangs.
I can publish the .html file correctly; and outside Flash, I can open the .html file correctly. Only F12 hangs.
This happens even with a blank file.
Any ideas?
View Replies !
View Related
Publish Doesn't Match Preview
My .fla looks great. The preview .swf looks even better. When I publish, the .swf file is all messed up...transitions don't happen, text is missing....
BUT, strangely enough, a mac Projector works fine! What's going on?
View Replies !
View Related
Project Will Not Preview, Publish Or Debug
I recently went into my Flash project and started lowering my picture's file sizes. My files were way to big, so I opened them in Photoshop CS3, made the images smaller, and "saved for web" using jpeg medium & png-24 for transparencies. After importing them into my Flash library and auto replacing the images I ran into the problem. When I tried previewing the progect it would show the load bar start-to-finish, but wouldn' t show a preview. Also when I pulbished the file, it showed the loading bar from start-to-finish but a swf file never saved. Also the publish preview & debug features wont show any thing. I then opened another flash project and everthing worked fine. Can anybody help with me with this? thank you.
View Replies !
View Related
NavigateToURL Not Working In Publish Preview
Hi all,
Im using the code below to open a URL from within a swf. This works fine tested in the IDE but when I do a publish preview and view in IE7 the link doesnt do anything anymore.
The code in the clicked function is still called though.
Am I missing some security quirk here? Can anyone shed some light?
Thanks
Attach Code
import flash.events.*;
import flash.net.navigateToURL;
import flash.net.URLRequest;
box.buttonMode = true;
box.addEventListener(MouseEvent.CLICK,clicked);
function clicked(e:Event)
{
var url:String = "http://www.microsoft.com";
var request:URLRequest = new URLRequest(url);
try
{
navigateToURL(request, '_blank');
}
catch (e:Error)
{
trace("Error occurred!");
}
}
View Replies !
View Related
Flash HTML Publish Preview
I have a feeling I've missed something really obvious but here goes...
I've created a photo gallery based on the Kirupa thumbnail example and when I publish preview in Flash everything works fine. However, if I try to publish preview in HTML then everything loads except the images. This happens with both my modified version and the original Kirupa template. What am I doing wrong?
View Replies !
View Related
Publish Preview Buttons Don't Work
I have a bunch of buttons in my Flash MX project. When I test them IN flash via 'enable simple buttons', everything works perfectly. But then I do a preview, I get the hand mouse icon when I roll-over the button, but clicking the button produces NO RESULT.
Why would this happen? Has anyone had this problem before??
View Replies !
View Related
Movie Works In Publish Preview, But Not After Published?
Hopefully, this question will make sense to some of the more experienced Flash developers out there...
I have created a small game in flash, and it works great when I do a Test Movie, and when I run Publish Preview. However, after I export or publish the movie and I run the exported file... nothing happens!
The file, when ran, opens to a solid white screen. I've placed visible text and images on every frame of my movie, however the video is still completly white.
As I'm a little new, I'm not even really sure where to start looking for what the problem could be... anyone have some ideas?
Thanks a lot!
-BahamutZaero
View Replies !
View Related
Publish Preview - Excessive Load Time
Hey Guys,
So the .fla I've been working on has grown to be a pretty large file. Its a business portfolio so I expected it to be heavy on multimedia, and worked around load times and used graphics optimization to keep the percieved load time on the user's end under the 9 second rule.
The problem I'm having is since its such a large file, every time I try to preview minor changes using the publish preview, it takes a solid 45 seconds - 1 minute to load. When I'm tweaking code this gets particularly annoying. A minor code chance, and another minute wait.
Does anyone know of any ways to shorten the preview load time here without breaking up my .fla or anything dramatic of that sort?
- Will
View Replies !
View Related
Works On Test Movie, Does Not On Publish Preview
An audio player reading an audio stream (http://212.72.165.26:9386).
Control -> test movie: works fine.
Publish Preview -> HTML: no chance. Buttons work, but stream does not.
Publish and upload to website: same, buttons work, stream does not.
Any idea what I forgot?
Code attached.
Attach Code
// PREPARE THE PLAYER
txtsmall.backgroundColor = "000000";
datascreen.backgroundColor = "000000";
imgsrcmc.backgroundColor = "000000";
// LOAD THE TEST SOUND (ASTURIAS) AS A STREAM
var my_sound:Sound = new Sound();
my_sound.loadSound("http://www.tinmandownloads.com/Artists/JRCH0001/asturias.mp3", true);
my_sound.onLoad = function(success:Boolean) {
var totalSeconds:Number = this.duration/1000;
var minutes:Number = Math.floor(totalSeconds/60);
var seconds = Math.floor(totalSeconds)%60;
if (seconds<10) {
seconds = "0"+seconds;
}
// DISPLAY TOTAL DURATION.
if totalSeconds > 0
txtsmall.text = minutes+":"+seconds;
};
actbtnplay.onRelease = function() {
txtsmall.text = "PLAY";
//my_sound.loadSound("http://212.72.165.26:9386", true);
//my_sound.loadSound("http://www.skytargets.com/asturias.mp3", true);
my_sound.start();
}
actbtnstop.onRelease = function() {
txtsmall.text = "STOP";
my_sound.stop();
}
my_sound.onID3 = function():Void
{
datascreen.text = "Artist: " + my_sound.id3.artist + "
";
datascreen.text += "Title: " + my_sound.id3.TIT2 + "
";
datascreen.text += "Album: " + my_sound.id3.TALB + "
";
datascreen.text += "Track: " + my_sound.id3.TRCK + "
";
datascreen.text += "Length: " + my_sound.id3.TLEN + "
";
datascreen.text += "Link: " + my_sound.id3.WXXX + "
";
var my_url = "http://www.tinmandownloads.com/mypage.php?A=" + my_sound.id3.WXXX;
//getURL(my_url,"_blank");
trace ("URL: " + my_url);
//getURL(my_url, imgsrcmc);
//for( var prop in my_sound.id3 ){
// trace( prop + " : "+ my_sound.id3[prop] );
// }
};
seltestbut.onRelease = function() {
datascreen.text = "Waiting Data...";
my_sound.loadSound("http://www.tinmandownloads.com/Artists/JRCH0001/asturias.mp3", true);
txtsmall.text = "Test";
my_sound.start();
}
selnetbut.onRelease = function() {
datascreen.text = "Waiting Data...";
my_sound.loadSound("http://212.72.165.26:9386", true);
txtsmall.text = "TinMan Net Radio";
my_sound.start();
}
volume_mc.top = volume_mc._y;
volume_mc.bottom = volume_mc._y;
volume_mc.left = volume_mc._x;
volume_mc.right = volume_mc._x + 80;
volume_mc._x += 80;
volume_mc.handle_btn.onPress = function() {
startDrag(this._parent, false, this._parent.left, this._parent.top, this._parent.right, this._parent.bottom);
};
volume_mc.handle_btn.onRelease = function() {
stopDrag();
var level:Number = Math.ceil(this._parent._x - this._parent.left);
acttextsmall.text = level * 100 / 80;
my_sound.setVolume(level);
};
volume_mc.handle_btn.onReleaseOutside = slider_mc.handle_btn.onRelease;
View Replies !
View Related
Sounds Are Delayed When I Publish, Fine In Flash Preview
Im just at the stage of inserting rollover and button click noises in my movie which I am doing by creating an object at my preloader stage with:
rollSound=new Sound();
rollSound.attachSound("roll1");
and then using this when i need it
on (rollOver) {
_root.rollSound.start();
}
linkage is done etc. It all seems fine when i preview in flash but when I publish the movie, the sounds are noticably delayed when you rollover in the example above, the sound doesnt start straight away.
Any reasons why this would happen? (Flash MX)
Cheers
View Replies !
View Related
Publish/Preview: Full Size Window VS Just Stage? Help..
When I publish or preview (control+enter, or apple key+enter respectively) my website, it displays the entire window.
When I publish or preview one of the samples done by Macromedia in the Flash folder, it shows only the stage.
I have to resize the window in the Macromedia sample to see outside the stage. With mine, I need to resize the window so only the stage is visible.
How do I script, or tell flash to only display what is on the stage?
View Replies !
View Related
Sounds Are Delayed When I Publish, Fine In Flash Preview
Im just at the stage of inserting rollover and button click noises in my movie which I am doing by creating an object at my preloader stage with:
rollSound=new Sound();
rollSound.attachSound("roll1");
and then using this when i need it
on (rollOver) {
_root.rollSound.start();
}
linkage is done etc. It all seems fine when i preview in flash but when I publish the movie, the sounds are noticably delayed when you rollover in the example above, the sound doesnt start straight away.
Any reasons why this would happen? (Flash MX)
Cheers
View Replies !
View Related
Movie Works In Flash Preview, But Not HTML Publish
Hello Guru's. (Wish I could say, "Fellow Guru's" )
..heh So I have hashed together a button I saw on another site, and am pretty close to the end result. Basically, it's an animated button, and on mouseout, I want to reverse the animation. This works fine previewing in flash with CRTL-ENTER, but if I preview in HTML " F12 " The clip plays once on mouseOver, but does not reverse itself as it did in the preview.
.FLA file here; http://www.tyfactor.com/no_reverse.fla
This is my script I'm trying to use;
ActionScript Code:
onClipEvent (enterFrame) {
// if the mouse IS over the clip ...
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
// if the last frame of the tween hasn't been reached...
// if (this._currentframe<this._totalframes) {
if (this._currentframe < this._totalframes){
// keep playing the next frame to the last and stop...
this.nextFrame();
}
// if the mouse is NOT over the clip
} else {
// if we're past the first frame of the tween...
if (this._currentframe>1) {
// play the previous frame until it reaches frame 1 and stop...
this.prevFrame();
}
}
}
on (release) {
//Goto Webpage Behavior
getURL("http://www.tyfactor.com","_self");
//End Behavior
}
}
Many thanks for any help you all may be able to provide.
View Replies !
View Related
Flash 8 Pro: Publish Preview & Keyboard Layout Problems
Hi,
Hoping someone can help. I am a NEW Flash 8 Pro user and have discovered two problems I cant seem to resolve:
1. When I press F12 (or select Publish Preview | Default (HTML) in the menu), although my project publishes correctly, producing all the correct files (including a working HTML file), my browser does not open and display the swf. I tried changing my default browser and on several projects, but the problem persists
2. For some reason, my keyboard is set to the US layout instead of the British layout...this is the only application that is doing this and it doesnt appear to be an option that I can change inside Flash.
Can anyone help me with these issues? It would be grately appreciated.
PS: I am on a high-spec Windows XP SP2 PC (if that is of any assistance)
View Replies !
View Related
Page Positioning On Testing Movie And Publish Preview?
I'm new to website design and Flash in particular so please bear with me....
I've designed my website which I am pleased with...I've done all the animations that I wanted....everything looks and works fine when I 'Control>Test Movie'... However,
....when I 'Publish Preview' my page moves to the left, leaving a space on the right hand side. I expected the page to remain central as I see it in Test Movie. Could someone tell me why it changes position and how I can keep it central?
Many thanks.....
View Replies !
View Related
Publish Prob
I have attached an .fla file for an animation i want to use as my signature on a forum. I have published this to the internet but the forum apparantly cant read .swf. Is there any way to export this animation as a GIF or something that the forum could read but still retain the full animation?
View Replies !
View Related
Publish Preview Of Media Player Works Well, But Uploaded Version Doesn't
I've made an audio player in flash that allows you to type the file name of a song and then streams&plays it. I'm able to stream the audio, get the artist and song name, and control the volume fine, however I can't find the total length of the audio file. When I don't stream the song, I do. So I made this fix:
PHP Code:
on(keyPress "<Enter>")
{
_root.audio = new Sound();
_root.audio.setVolume(50);
_root.songfile = _root.songfile+".mp3";
_root.audio.loadSound(songfile, true);
_root.audio.onID3 = function() {
artist = this.id3.artist;
songtitle = this.id3.songname;
totalseconds = Math.round(this.duration / 1000);
percentloaded = (this.getBytesLoaded()/this.getBytesTotal())+0;
totalseconds = Math.round(totalseconds / percentloaded);
minutes = Math.floor(totalseconds / 60);
seconds = totalseconds % 60;
if(seconds < 10)
{
seconds = "0"+seconds;
}
_root.scrollinfo = artist+" - "+songtitle+" ("+minutes+":"+seconds+")";
setInterval(updateProgress, 100, _root.audio);
}
}
I found how much of the song was loaded after about 1 second and how much time flash thought the song was at the same time, I then found out the total length of the song based of this material:
PHP Code:
totalseconds = Math.round(this.duration / 1000);
percentloaded = (this.getBytesLoaded()/this.getBytesTotal())+0;
totalseconds = Math.round(totalseconds / percentloaded);
When I publish preview in flash, this works wonderfully. However, when I uploaded online and tried viewing in firefox and IE it didn't work.
View online version - http://www.mad-host.net/brendan/medi...diaplayer.html
type in best in the text field and hit enter to test it out (my incentive for you to help me is that you get to listen to best of you by the foo fighters, lol)
FLA - http://www.mad-host.net/brendan/medi...ediaplayer.fla
publish preview with html and you see how it works (save it to a folder that has an mp3 file in it, and then type in an audio filename without the extension to try it in preview mode)
I know I'm asking a lot of whoever helps me out, but like I said you get to listen to foo fighters.........so please help me out. Or if anyone knows a way other than mine to find the duration of a song in flash, please post it.
A flash-troubled wannabe guru,
Brendan
View Replies !
View Related
Publish As Flash 5 Prob.....
I am trying publish a Flash MX file as Flash 5.
I get the complaint....
WARNING: This movie uses features that are not supported in the Flash 5 player
Scene=Scene 1, Layer=speedo, Frame=35: Flash MX Button Instance Name
......all I have done is make a draggable button with an instance name whose co-ordinates are controlled by action scripts.
Anyone have a clue as to what I may have done by accident that only works for MX?
View Replies !
View Related
Publish Settings Dialog Prob
I want to publish my files using a relative path in the publish setting dialogue box.
why? well I want to take my fla files home with me to work on without having to change all the absolute path names for the dozen or so dependent files.
is this possible?
I've tried this type of thing ../L1/myFile.swf but it seems to publish into the same folder then.
View Replies !
View Related
|