Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








SWF File That Points To FLV File Won't Play


Hello,

I'm thinking there's got to be something on the server side configuration that's preventing this ...

Do you have any idea why is this happening? I have these two identical cfm files that point
to a flash swf file on site # 1 and site # 2. The Flash movie plays within DreamWeaver,
it plays locally on my pc testing server and it plays on Web site #2 but not on site #1.

Recreated everything again, checked the paths even launched the swf files before uploading them and it all worked.
Once they're on the production server, the swf won't load the external Flash *.flv file. I checked the permissions of
the files and directory through a DosBox and everything look fine. Oh and I've got the latest Flash plugin installed.

I'm stumped!




Adobe > Flash General Discussion
Posted on: 02/01/2007 09:45:17 AM


View Complete Forum Thread with Replies

Sponsored Links:

Contolling The Play Of A File Loaded From A Txt File
I have a flash movie that loads swfs from an txt file into it...I have created a slider that controls the swfs fine if it is located within itself...but once I load it into the movie, the contol no longer works. I have also tried to move the control to the main flash movie but doesnt seem to work at all. the loaded swfs just play on load. any ideas?

View Replies !    View Related
How Would I Play A .mov File As An Intro To A Flash File?
Hello,
just wondering if anyone knows how to play a .mov file as an introduction to a flash website.

I have already converted the .mov file into a .FLV file, and placed it onto my stage, but I want to be able to goto the next frame of my stage after the movie has played.

Is there a actionscript code for this to be done?

View Replies !    View Related
Cue Points And External Swf File
I have a project that involves a 3 minute video (avi) and a Flash quiz. Once the video is done playing, I need it to load/play my flash quiz without the user clicking a link.

I'm not doing a great job making this work. I created a new Flash 8 doc and imported my vid and set a cue point for the end of the movie. My idea is once the cue point hits the end of the movie, load quiz.swf.

The cue Points are:
Name Time Type
end 00:03:34.643 Event

Parameters for "end"
Name Value
quiz pass

The action script is:
var vidList:Object = new Object ();
vidList.cuePoint = function(cues) {
pass.loadmovieNum("quiz.swf", 0);
}
vid.addEventListener("cuepoint", vidList);

Am I way off base on this? I'm willing to credit a paypal account if you can make this work. Thank you.

View Replies !    View Related
Bullet Points From Text File
hello... does anyone know if it possible to include bullet points in text if I am reading it from a text file?

i am taking copy from a simple text file in the fromat of variables i.e.

&thisvariable = this is the copy I want

and then putting it in a dynamic text field in flash... some of the copy has bullet points in it that when transferred to flash become yen symbols... can I put bullet points in using the text file method i have stated above... help would be very greatly appreciated...

View Replies !    View Related
Need Some Help With Understanding Event Cue Points In AS3. From An XML File.
I have some code I need a little help with. I have everything working except the cue points. I have read several tutorials and the adobe help docs, but I still cant figure out the whole XML cue points work for loading images or other cue point events.

I can share the code so maybe someone can tell me what Im doing wrong. Just PM me please. (no spammers)

Thanks

View Replies !    View Related
How Do I Use Cue Points Embedded In External Flv File
Ok first time working with cue points somethings i figured out:

Dont use soresen squeeze, I tried creating markers (keyframes) using squeeze 4.3 and for some reason it only picks up the first marker, not sure if im doing something wrong, if someone knows why please let me know? So i decided to use MM Flash 8 encoder, I added my cue points np, i also added parameters and gave it a name and a value im not sure if i need to do this but i thought i might need to call it in AS at somepoint and perform a if statement? Again if this is wrong please let me know?

2. Ok im using netstream so when i call my flv i just need to envoke ns.onCuePoint = function(infoObject:Object) (read in the forums here) I also learned that you dont use onMetaData because this will envoke all cuepoints at the beginning of the movie!!

3. Ok so i call this function above this is where im getting confused? I have 3 cue points in my video, i want to trigger a movie clip to play when that cue point is hit? How do i call this?

I want to be able to do something like this





Code:
if(flv has reached cuePT1) {
other_mc.gotoAndStop(2);
}
if(flv has reached cuePT2) {
other_mc.gotoAndStop(3);
}

Thanks

View Replies !    View Related
How Do I Use Cue Points Embedded In External Flv File
Ok first time working with cue points somethings i figured out:

Dont use soresen squeeze, I tried creating markers (keyframes) using squeeze 4.3 and for some reason it only picks up the first marker, not sure if im doing something wrong, if someone knows why please let me know? So i decided to use MM Flash 8 encoder, I added my cue points np, i also added parameters and gave it a name and a value im not sure if i need to do this but i thought i might need to call it in AS at somepoint and perform a if statement? Again if this is wrong please let me know?

2. Ok im using netstream so when i call my flv i just need to envoke ns.onCuePoint = function(infoObject:Object) (read in the forums here) I also learned that you dont use onMetaData because this will envoke all cuepoints at the beginning of the movie!!

3. Ok so i call this function above this is where im getting confused? I have 3 cue points in my video, i want to trigger a movie clip to play when that cue point is hit? How do i call this?

I want to be able to do something like this

Code:


if(flv has reached cuePT1) {
     other_mc.gotoAndStop(2);
}
if(flv has reached cuePT2) {
     other_mc.gotoAndStop(3);
}


Thanks

View Replies !    View Related
Help Directing A Txt File Goto Certain Points In The Text
Is there a way to 'flag' points in the text file? I have this problem where i am importing a text file. This text file contains a long list of links that are all catergorised. within the flash movie i have buttons that tell the txt file, using the scroll command to jump to the catergories. The problem occurs when the window size is different from that of the intended use. When the movie reshapes (i'm using the fit window percentage thing) the buttons still tell the text file to go to the same line, but because the movie has changed dimensions, so has the text box and thus the jump to catergory button jumps to the same line but it contains different area of the text.

I was thinking perhaps there was a way to flag parts of the txt file so flash could look for certain flagged parts of the file and then jump straight to them as opposed to jumping to a certain line?!

I had also concluded the best waqy to do this was by having the catergories as seperate files but i don't really want to have to do this as I want the user to be able to scroll down the whole list of links if they want to.

Is anybody following because if so I would really like some help as the site is scheduled to go live later this afternoon.

Thanks in advance.

View Replies !    View Related
How To Use Cue Points To Trigger Events In An Audio File
Hi,

I'm having real trouble tracking down information on using cue points generated in Soundbooth to trigger events in Flash. I eventually managed to find out how to do it with a video file but I can't figure out how to translate this to audio only. I'm basically looking to use this for lip syncing, ie. cue point in audio file at start and end of every block of words.

This is the listener object code I found for a video file (flv) with embedded cue points, the video file on stage being named video:


PHP Code:



var listenerObject:Object = new Object();

listenerObject.cuePoint = function(eventObject:Object):Void {
    if(eventObject.info.name == "start"){
        _root.interviewer.mouth.play();
    }
    if(eventObject.info.name == "stop"){
        _root.interviewer.mouth.gotoAndStop("start");
    }
}

video.addEventListener("cuePoint", listenerObject);




I've tried using this for sound objects, ie. creating a sound object like so:
PHP Code:



sound = new Sound();
sound.attachSound("speech");




and changing the video in the listener code to sound, but have had no luck with that. I also can't figure out how to give a sound an instance name when you drag in straight onto the stage either, ie. have it on the timeline itself, so I can't seem to do that.

I would appreciate any help anyone can give as I think this technique would help with loads of work that I do as well as just lip syncing!

Thanks in advance.

Colin

View Replies !    View Related
Video Question - Cue Points For Captions In An XML File
Hi there,

I'm creating captions for a video(FLV file) using Flash 8. All captions will be loaded in a dynamic text box through an XML file. Is it true, it can only allow one caption at any cue point time?

The question is that is it possible to loaded captions into 3 separate dynamic boxes at one cue point? For example:
1. A person's name into a dynamic text box;
2. The job title into a separate dynamic text box;
3. The description into another dynamic text box

I have found this tutorial link,
http://www.tomontheweb2.ca/CaptionVideo/index.cfm

but it loads one caption in one dynamic text box only.

Any suggestions? anybody?

Many thanks!

View Replies !    View Related
Bullet Points External Text File
Hi, Im trying to get bullet points to work in an external text file into a dynamic text box. When I put a normal bullet point in using alt+8 I just get a random yen sign that looks like this ¥. And if I use & # 1 4 9 ; from html and I enable html in the dynamic text box it just doesnt work. I also read on some theads about using <ul> <li> </ul> as the list thing you would use in html but I cant get this to work either!!!!

Could someone please help me!

Thanks

Wallace

View Replies !    View Related
How Do You Create Bullet Points In An External Text File?
How do you get bullet points to appear in an external text file in Flash MX? I am using a scrollbar component and standard html tags I place in the file are just being displayed.

View Replies !    View Related
How To Place A Href That Points Inside The Flash File?
Ok, I hope I can explain this! I don´t even know how to look for it on older posts.

This is what Im trying to achieve:

I have a textfield with a sentence. Everytime the user clicks ONE of the words I want to run a function which receives that word and performs some stuff with ti.

Can I call something like that from the htm code of the sentence on the text file?

Thanks ahead for any guidence, I hope my english was good enough to make myself clear.

View Replies !    View Related
Bullet Points Coming Up As Squares When Using URL Encoding In Text File.
Ok, i've got a flash file that pulls the text from a text file. I'm using URL encoding for things like carriage returns etc. It all works fine, except for bullet points which are appearing as squares, rather than dots.

The file looks like this: http://www.scottwilson.com/test/index.html

My text file looks like this (i've cut it down to show just the relevant bits):

-----------------------------------------

var1=Regeneration of the Trent and Mersey Canal Conservation Area in Middleport/Longport. The major buildings identified were:

%95 Price and Kensington Pottery Middleport Pottery%0D%95 Port Vale Flour Mill Middleport Mill (former Calcining Works)

-----------------------------------------

As you can see, i'm using '%0D' for a new line (this works fine) and i'm using '%95' for a bullet point '•' but it's coming up as a square (As you can see).

Where am I going wrong?

View Replies !    View Related
Add Skin And Buttons (play, Stop, Etc) To Play A Swf File
Hello Forum,

Is there a way to use a skin/buttons just like the FLVPlayer that will give the same control to a movie clip (aka SWF file)?

I have a few swf files that are movie clips - not video. I would like to be able to load the movie clip, and be able to start, stop, pause, mute audio just like the FLVPlayer component does, but for a swf file.

I would like to have a "component" with the buttons, etc and be able to load the movie clip using the loadMovie method, and play the movie clip. I have a clip that starts playing after I load it, but would like to load it, and have it stopped, and then play the clip using buttons, etc.

I do not want to add buttons to each of my swf files, but have one movie clip with buttons, and load a swf into it.

Any tips will help,

thanks,

eholz1

View Replies !    View Related
Play New Flash File And Play Frame
Hi, i wish to on enter frame in flash document 1, to load and play frame 21 in flashfile 2.. is this posible?

ps. im quite newbee in flash :oops:

View Replies !    View Related
How Do I Play Swf File Within A Swf File?
I'm gonna start off this message very annoyed! I just wrote out this whole msg, submitted it and then it got deleted somehow, so now i have to do it all again!!!

I am in the process of completely redoing my existing flash site, but am having troubles doing exactly what i want to do, and what i want to do is this:

When, in my flash movie, there are four buttons for example, and when one of these are clicked another swf mc loads and is played on top of the existing movie, these new swf's could be text (a link list or a description), an image, or an animation.
If any of you guys can help, would you please be able to explain in the simplest way you can, i'm not that new to flash, just crap.

I would also like to have a simple button on my swf that when pressed changes the background of the swf, it is basically the same as seen at www.crashshop.com. these images would be in jpg format, and would appear (hopefully) in a random formation, or a set order.

Again, would you be able to explain very simply.

Cheers guys in advance for any help that comes my way.

overcast

View Replies !    View Related
Play Swf File In An Swf File
how would i plasy an swf file in an swf file? like without importing it? i know it's something like loadMovieNum ("music.swf", 1);

View Replies !    View Related
Fms Ns.play(file, -2) Vs Ns.play(stream, -2)
Hi,

I have a very strange problem.

I have created an application on fms. on the streams/_definst_/instance directory there is a sample flv file with name file.flv

If i have a client doing ns.play(file,-2) everything is fine. The file is delivered (streaming) nicely.

If i have the below:

Client::: ns.play(stream, -2);

Server-side: (Stream.get("stream")).play(file, -2);

The file is delivered, but it doesnt playback/flow properly. It seems like breaking(stacks) on some points and then continue.

Does anyone have any idea?

Thank you vrey much!

View Replies !    View Related
Automatic Update In Flash File(.swf File) When There Is Any Change In A .txt File
i have a site(intra) in my college for displaying notices.the clerk is completely ignorant of flash.he knows how to type the text in notepad.so whenever he changes the .txt file it should get updated in the flashfile automatically.

so anybody please help me in solving this problem..

kiran

[Edited by kiranwizz on 04-16-2002 at 05:25 PM]

View Replies !    View Related
Help My .mov File Won't Play
I have imported a .mov file in my flash presentation. when i play the fla file the .mov plays, but when i test the swf file the .mov file won't play.

What do i need to do to get the .mov to play?

View Replies !    View Related
Getting An .avi File To Play..
Is there anyway to get an avi to play or pop up and play with code like get url?

Thanks

View Replies !    View Related
Best Way To Play Mp3 File ?
I have an mp3 that is 3.58 mb, we need to email clients so they can listen to the mp3. Should I have it as a zip download or is there a way to stream it right on the website maybe using flash that would play pretty quickly ?

View Replies !    View Related
How To Play A .FLV File
Yes, this is the most basic of all questions. I have a file called get_video.flv Double-clicking does not help - Windows does not know what program is associated with it. I tried to associate it with a player, but there is no Flash player that I can see listed there.

I know I have flash, because it recently (today) asked me if I wanted to update to the latest version. Also, I can view flash on any site that I go to.

Thanx,
AG

View Replies !    View Related
[CS3] How To Play *.KAR File?
Hello, I'm trying to make a flash karaoke player and I have these kar files extension that has lyrics implemented on them.
I want to import them and play them in the flash player that I made in Flash, is it possible to do it?

View Replies !    View Related
How To Play .dcr File
I love this game http://www.miniclip.com/games/china-2008/en/
However i want to be able to play it offline in a stand alone player. So i tried to extract the .swf file to be able to do this only to find it is a .dcr file instead. I'm stumped when it comes to this. Can anyone help me find a way to play this in a stand alone player offline please?

View Replies !    View Related
Play .swf From FLA File?
Here's what I would like to do:

I have created something in flash and published, giving me a .swf file.

I want to be able to play that .swf inside of another .fla file.

Is this possible?

I am using AS3.

Thanks

View Replies !    View Related
Play FLV File
on (release) {

var netConn:NetConnection = new NetConnection();

netConn.connect(null);

var netStream:NetStream = new NetStream(netConn);
netStream.onStatus = function(infoObject) {
status.text += "Status (NetStream)"+newline;
status.text += "Level: "+infoObject.level+newline;
status.text += "Code: "+infoObject.code+newline;
};

my_video.attachVideo(netStream);

netStream.setBufferTime(5);

netStream.play("04_56k.flv");
}

I have this code on a button to play a FLV File this code work nice on the local machine, but it doesn't work on the web .

anyone can Help me

View Replies !    View Related
Cannot Play Flv File
Hope I am in the right forum, could not find anything in Premier Elements forum.
Exported flv file from PE, however cannot play. I double click on flv file to run it; but it is not associated with any application.
I have tried all I know and cannot get file to play. Guess I don't know much ;-(

View Replies !    View Related
Play WMV File On CD
I am trying to launch a WMV file. This is an interactive CD, the .WMV file will reside on the CD. I have used the getURL function, but I don't know if it is possible to use some function to launch the file. I am suspecting that this would involve decection of the person's rom drive letter, ect.....

If anyone knows, please let me know, I've gotta get a draft of this to a client by Friday or give them some alternative.

View Replies !    View Related
Play Flv File
hello everybody,

I just set up FMS, how can I play the flv file to test the server? where I put the files??
I follow the steps of some post in this forum, it seems doesn't work....

Thanks,

View Replies !    View Related
Can I Use As To Play A Wav File
is it possible to play a small wav file using a on rollver command as i have a movie clip that when i roll over it i want a sound effect to play how do i achieve this please.

thanks in advance

View Replies !    View Related
How Can I Play A Flv File In The Net?
when i upload the (whatever.html) & (whatever.swf) & (ArcticExternalAll.swf) & (AC_RunActiveContent.js) and (whatever.flv) the video didn't work, what must i do to solve it??

View Replies !    View Related
Play Wav File
Is it possible to play a wav file?

I have the following code:


ActionScript Code:
playSoundButton_mc.onPress = function() {
    song.loadSound("A08.wav", false)
    song.start();
    speaker.play();
}


I have also tried

ActionScript Code:
playSoundButton_mc.onPress = function() {
    song.loadSound("A08.wav", true)
    song.start();
    speaker.play();
}



ActionScript Code:
playSoundButton_mc.onPress = function() {
    song.loadSound("A08.wav", false)
 
    song.onLoad() {
      song.start();
          speaker.play();
    }
}


Is there anthng else I may try?

View Replies !    View Related
Can't Get FLV File To Play.
Hello all, I am working several problems on my band's new website, only one of which I will ask help with today. I have a "Media" page that I would like an FLV file to play on with media controls. I have went through Adobe's guides to using the MediaDisplay component, and I get script errors when I try to compile it. I have tried JW's FLV Player to no avail..I'm at my wit's end. What would be the easiest way to set up an flv player inside my flash site?


The website is www . jerrymaine . com
Thanks in advance for ANY help,
Stephen Howard

View Replies !    View Related
Play Includes Txt File?
Hi all.

I'll try to make it short and quick so you can understand my question - so lets go

My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.

I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...

I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...

Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.

I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...

I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)

Thanks - Public2.

View Replies !    View Related
Play Includes Txt File?
Hi all.

I'll try to make it short and quick so you can understand my question - so lets go

My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.

I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...

I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...

Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.

I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...

I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)

Thanks - Public2.

View Replies !    View Related
Play Includes Txt File?
Hi all.

I'll try to make it short and quick so you can understand my question - so lets go

My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.

I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...

I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...

Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.

I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...

I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)

Thanks - Public2.

View Replies !    View Related
Play Includes Txt File?
Hi all.

I'll try to make it short and quick so you can understand my question - so lets go

My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.

I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...

I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...

Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.

I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...

I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)

Thanks - Public2.

View Replies !    View Related
Play Includes Txt File?
Hi all.

I'll try to make it short and quick so you can understand my question - so lets go

My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.

I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...

I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...

Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.

I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...

I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)

Thanks - Public2.

View Replies !    View Related
Play Movie From Outside Of The .swf File?
Is there ANY way to play a movie from outside the swf file? Via javascript or dhtml?

- changing the PLAY parameter?
- using javascript to make some call to the flash file?

ANYthing? Isn't this a common thing? Seems like it would be.

View Replies !    View Related
Is It Possible To Let Flash Play A AVI-file?
I have a Flash menu, and when the user clicks on "Play", an AVI-file should be played by Windows Media Player (for example).

Is this possible?
And if so, what's the AcionScript for it?

View Replies !    View Related
Play External Mp3 File, Best Way?
I want to make a small movie to play an external mp3 file that will be uploaded everyday (or replaced) so instead of going into flash to plop in a new mp3 file, I was wondering if flash could play an external file? What would the sound action script be? Event, Start, Stream?

Thanks.

View Replies !    View Related
How To Play File In Another Aplication?
I'm making interactive cd in flash MX (projector) and I have a situation when user press a button and .wmw, .mpg or .avi file should be played in external aplication. It should work on both platformes. Mac and PC. How to do it?

View Replies !    View Related
Open A MP3 File And Play It In The Swf...
i am making a swf which i will place on my desktop and i want to be able to browse my computer for an mp3 file and then play it in the swf with basic controls like play, stop, next, and previous...i know how to code the buttons but how would i choose an mp3 file to load?

View Replies !    View Related
Getting A Sound File To Play
Hi guys,

I'm trying to get a sound to play in flash, but i seem to have a problem, that whenever i click on e btn to play the sound more than one time, the sound overloops the sound it was playin before, so it is quite "messy" the sound as one plays over the other at the same time.

I heard that my problem is that i didnt declare a var to chk if it playing any sound before that. But i do not know hw to go about doing it. Any help would be appreciated.

View Replies !    View Related
Getting An Swf To Play Within Another Flash File
I am trying to get a small swf to play within another larger project I am working on.

Its just a simple 25 frame animation with an object fading in and out but it needs to be in the background for the entire animation so I thought the best way to do it would be to export it as a separate swf and then place it into my larger project.

The problem is although its in my library and on my timeline it just doesn't actually play. Have I got to add some scripting to tell the frame to play the swf or something?

It's listed in the library as a 'movie clip' - I presume thats correct...

View Replies !    View Related
Automatically Play Of SWF File
hi guys,

can you help me with my problem...

i want to create SWF file (Main.swf) wherein have multiples movie clip inside...

i want to automatically play other swf file by calling.. when i open the main.swf without using any buttons...

thanks and regards,

~kurnitz™

View Replies !    View Related
File Wont Play Outside Of .FLA
For some reason when I play my flash MX movie while editing in .fla with the controller, it plays perfectly... but when I publish or publish preview in any format, it doesnt play all the frames except the last, and even then, the text is missing. To simplify, here are some details quickly... I have some text moving into position for the first 35 frames all at different times, some simultaneously. On the 36th frame I produced another inserted another keyframe (not sure if thats wrong but still shouldnt prevent the beginning of the movie from playing right?) for all the texted that already moved into position and on the 36th frame for some reason, in the swf (will works perfectly in .fla) all the buttons and background graphics etc work properly, but the text that should have moved into position are as if they never existed from frame 1-36. What could be the problem? I know I got this working one time, and I am hoping its not just a corruption because I'd hate to do this all over again, starpped for time, thanks!

View Replies !    View Related
Click To Play .swf File?
hey guys, Im really new to flash and was directed here by a friend to learn. I would appreciate any help with this small question...

I have a .wmv file that I want to convert to .swf. Then Im trying to put that .swf movie on a page in a website, but I dont want it to start until it is clicked.

Im working with Flash 8. If anyone can help ASAP I would really appreciate it. My yahoo IM is call_me_the_kid_2 and AIM is KidCJ3318.

View Replies !    View Related
Projector File (.exe) To Play On MAC
I have created a flash projector file to run on PC and now it needs to also run on MAC but it doesnt seem to work.

Can anyone tell me why and is it possible to run on both?

Thanks

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved