473,788 Members | 2,828 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Loading maximum sized files in flash

3 New Member
Hi Friends,

I am making a movie presentation for my collage function. IT has many frames. So I have seperated all those animation into a different movie. Now I am having nearly 40 swf movie files. So I made a seperate movie file and I have imported like this

loadMovieNum("m ovie1.swf",101) ;

Like this I have called all the 40 movies in 38 scenes. Then I have published this files it played upto 25 scenes then it is not playing the remaining files I have checked the coding and the movie num etc everything is ok there. The only problem is that the final file has more than 35000 frames the movie start palying and it stops nearly at 16000 frames. How this problem can be fixed anybody who is familar with this can help me.

Exepcting your early reply

Regards
Rajesh
Feb 11 '08 #1
3 1838
nomad
664 Recognized Expert Contributor
Hi Friends,

I am making a movie presentation for my collage function. IT has many frames. So I have seperated all those animation into a different movie. Now I am having nearly 40 swf movie files. So I made a seperate movie file and I have imported like this

loadMovieNum("m ovie1.swf",101) ;

Like this I have called all the 40 movies in 38 scenes. Then I have published this files it played upto 25 scenes then it is not playing the remaining files I have checked the coding and the movie num etc everything is ok there. The only problem is that the final file has more than 35000 frames the movie start palying and it stops nearly at 16000 frames. How this problem can be fixed anybody who is familar with this can help me.

Exepcting your early reply

Regards
Rajesh
Do you have any actionscrips running or is it straight images?
nomad
Feb 11 '08 #2
flashrajesh
3 New Member
Do you have any actionscrips running or is it straight images?
nomad

In all the 35 swf files I am having more text animation done in swish and some images all are converted as movie clips and then publised as a swf. Like that I am having nearly 35 swf files about my collage and my department staffs etc..
I then imported all these swf files in one main swf files using this code for example. I am having this type of code in the main swf file in the start frame I am having the code load movienum and the end the movie is unloaded. Like that I am having nearly 38 scenes approx 28000 frames but only it is playing only 16000 frames I mean only 15 scenes are playing and it is getting strucked there it can't play more than than that.

Scene1

fscommand("full screen", "true");
loadMovieNum("m ovie1.swf",101) ;
loadMovieNum("m usicplayer.swf" ,142);


unloadMovieNum( 101);
unloadMovieNum( 142);

Scene2

loadMovieNum("m ovie37.swf",102 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 102);
unloadMovieNum( 142);

Scene3

loadMovieNum("m ovie39.swf",103 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 103);
unloadMovieNum( 142);

Scene4

loadMovieNum("m ovie2.swf",104) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 104);
unloadMovieNum( 142);

Scene5

loadMovieNum("m ovie3.swf",105) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 105);
unloadMovieNum( 142);


Scene6

loadMovieNum("m ovie4.swf",106) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 106);
unloadMovieNum( 142);

Scene7
loadMovieNum("m ovie5.swf",107) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 107);
unloadMovieNum( 142);


Scene 8
loadMovieNum("m ovie6.swf",108) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 108);
unloadMovieNum( 142);

Scene 9
loadMovieNum("m ovie7.swf",109) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 109);
unloadMovieNum( 142);

Scene 10
loadMovieNum("m ovie8.swf",110) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 110);
unloadMovieNum( 142);

Scene 11
loadMovieNum("m ovie9.swf",111) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 111);
unloadMovieNum( 142);


Scene12
loadMovieNum("m ovie10.swf",112 );
loadMovieNum("m usicplayer.swf" ,142)

unloadMovieNum( 112);
unloadMovieNum( 142);

Scene13
loadMovieNum("m ovie11.swf",113 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 113);
unloadMovieNum( 142);

Scene14
loadMovieNum("m ovie12.swf",114 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 114);
unloadMovieNum( 142);

Scene15
loadMovieNum("m ovie13.swf",115 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 115);
unloadMovieNum( 142);

Scene16
loadMovieNum("m ovie14.swf",116 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 116);
unloadMovieNum( 142);

Scene17
loadMovieNum("m ovie15.swf",117 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 117);
unloadMovieNum( 142);

Scene18
loadMovieNum("m ovie16.swf",118 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 118);
unloadMovieNum( 142);

Scene19
loadMovieNum("m ovie17.swf",119 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 119);

Scene20
loadMovieNum("m ovie18.swf",120 );

unloadMovieNum( 120);
unloadMovieNum( 142);

Scene21
loadMovieNum("m ovie20.swf",122 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 122);
unloadMovieNum( 142);

Scene22
loadMovieNum("m ovie19.swf",123 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 123);
unloadMovieNum( 139);

Scene23
loadMovieNum("m ovie22.swf",124 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 124);
unloadMovieNum( 142);

Scene24
loadMovieNum("m ovie23.swf",125 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 125);
unloadMovieNum( 142);


Scene25
loadMovieNum("m ovie24.swf",126 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 126);
unloadMovieNum( 142);

Scene26
loadMovieNum("m ovie25.swf",127 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 127);
unloadMovieNum( 142);

Scene27
loadMovieNum("m ovie26.swf",128 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 128);
unloadMovieNum( 142);

Scene28
loadMovieNum("m ovie27.swf",129 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 129);
unloadMovieNum( 142);

Scene29
loadMovieNum("m ovie38.swf",130 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 130);
unloadMovieNum( 142);

Scene31
loadMovieNum("m ovie29.swf",131 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 131);
unloadMovieNum( 142);

Scene32
loadMovieNum("m ovie30.swf",132 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 132);
unloadMovieNum( 142);

Scene33
loadMovieNum("m ovie31.swf",133 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 133);
unloadMovieNum( 142);

Scene34
loadMovieNum("m ovie32.swf",134 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 134);
unloadMovieNum( 142);

Scene35
loadMovieNum("m ovie33.swf",135 );
loadMovieNum("m usicplayer.swf" ,142)

unloadMovieNum( 135);
unloadMovieNum( 142);

Scene36
loadMovieNum("m ovie34.swf",136 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 136);
unloadMovieNum( 142);

Scene37
loadMovieNum("m ovie35.swf",137 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 137);
unloadMovieNum( 142);
unloadMovieNum( 142);

Scene38
loadMovieNum("m ovie36.swf",138 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 138);
unloadMovieNum( 142);

Kindly Help me in getting this thng sorted out.

Regards
Rajesh
Feb 12 '08 #3
flashrajesh
3 New Member
In all the 35 swf files I am having more text animation done in swish and some images all are converted as movie clips and then publised as a swf. Like that I am having nearly 35 swf files about my collage and my department staffs etc..
I then imported all these swf files in one main swf files using this code for example. I am having this type of code in the main swf file in the start frame I am having the code load movienum and the end the movie is unloaded. Like that I am having nearly 38 scenes approx 28000 frames but only it is playing only 16000 frames I mean only 15 scenes are playing and it is getting strucked there it can't play more than than that.

Scene1

fscommand("full screen", "true");
loadMovieNum("m ovie1.swf",101) ;
loadMovieNum("m usicplayer.swf" ,142);


unloadMovieNum( 101);
unloadMovieNum( 142);

Scene2

loadMovieNum("m ovie37.swf",102 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 102);
unloadMovieNum( 142);

Scene3

loadMovieNum("m ovie39.swf",103 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 103);
unloadMovieNum( 142);

Scene4

loadMovieNum("m ovie2.swf",104) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 104);
unloadMovieNum( 142);

Scene5

loadMovieNum("m ovie3.swf",105) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 105);
unloadMovieNum( 142);


Scene6

loadMovieNum("m ovie4.swf",106) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 106);
unloadMovieNum( 142);

Scene7
loadMovieNum("m ovie5.swf",107) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 107);
unloadMovieNum( 142);


Scene 8
loadMovieNum("m ovie6.swf",108) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 108);
unloadMovieNum( 142);

Scene 9
loadMovieNum("m ovie7.swf",109) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 109);
unloadMovieNum( 142);

Scene 10
loadMovieNum("m ovie8.swf",110) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 110);
unloadMovieNum( 142);

Scene 11
loadMovieNum("m ovie9.swf",111) ;
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 111);
unloadMovieNum( 142);


Scene12
loadMovieNum("m ovie10.swf",112 );
loadMovieNum("m usicplayer.swf" ,142)

unloadMovieNum( 112);
unloadMovieNum( 142);

Scene13
loadMovieNum("m ovie11.swf",113 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 113);
unloadMovieNum( 142);

Scene14
loadMovieNum("m ovie12.swf",114 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 114);
unloadMovieNum( 142);

Scene15
loadMovieNum("m ovie13.swf",115 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 115);
unloadMovieNum( 142);

Scene16
loadMovieNum("m ovie14.swf",116 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 116);
unloadMovieNum( 142);

Scene17
loadMovieNum("m ovie15.swf",117 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 117);
unloadMovieNum( 142);

Scene18
loadMovieNum("m ovie16.swf",118 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 118);
unloadMovieNum( 142);

Scene19
loadMovieNum("m ovie17.swf",119 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 119);

Scene20
loadMovieNum("m ovie18.swf",120 );

unloadMovieNum( 120);
unloadMovieNum( 142);

Scene21
loadMovieNum("m ovie20.swf",122 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 122);
unloadMovieNum( 142);

Scene22
loadMovieNum("m ovie19.swf",123 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 123);
unloadMovieNum( 139);

Scene23
loadMovieNum("m ovie22.swf",124 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 124);
unloadMovieNum( 142);

Scene24
loadMovieNum("m ovie23.swf",125 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 125);
unloadMovieNum( 142);


Scene25
loadMovieNum("m ovie24.swf",126 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 126);
unloadMovieNum( 142);

Scene26
loadMovieNum("m ovie25.swf",127 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 127);
unloadMovieNum( 142);

Scene27
loadMovieNum("m ovie26.swf",128 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 128);
unloadMovieNum( 142);

Scene28
loadMovieNum("m ovie27.swf",129 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 129);
unloadMovieNum( 142);

Scene29
loadMovieNum("m ovie38.swf",130 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 130);
unloadMovieNum( 142);

Scene31
loadMovieNum("m ovie29.swf",131 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 131);
unloadMovieNum( 142);

Scene32
loadMovieNum("m ovie30.swf",132 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 132);
unloadMovieNum( 142);

Scene33
loadMovieNum("m ovie31.swf",133 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 133);
unloadMovieNum( 142);

Scene34
loadMovieNum("m ovie32.swf",134 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 134);
unloadMovieNum( 142);

Scene35
loadMovieNum("m ovie33.swf",135 );
loadMovieNum("m usicplayer.swf" ,142)

unloadMovieNum( 135);
unloadMovieNum( 142);

Scene36
loadMovieNum("m ovie34.swf",136 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 136);
unloadMovieNum( 142);

Scene37
loadMovieNum("m ovie35.swf",137 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 137);
unloadMovieNum( 142);
unloadMovieNum( 142);

Scene38
loadMovieNum("m ovie36.swf",138 );
loadMovieNum("m usicplayer.swf" ,142);

unloadMovieNum( 138);
unloadMovieNum( 142);

Kindly Help me in getting this thng sorted out.

Regards
Rajesh
Feb 18 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
3772
by: MN | last post by:
Hello all - I was hoping I could appeal to the gurus out there as I've researched this issue and can't seem to get this Flash movie to load at all. Below is my javascript code that I use to detect the browser and then based on the success of loading the plugin either show the Flash movie (swf file) or show a jpeg. Any help is appreciated as I have adjusted the syntax of having nested script tags within each other without any success. ...
1
2810
by: sundar261 | last post by:
Hi, I am using ifstream open() to open an greater than 5GB file (more 100 million record) and open() fails to open the file. But I am able to open smaller sized files (around 1GB) with the same program What is maximum file size that I can open. Is it dependent on number of records or file size in bytes? What is the best way to open big files?? Do we have any compiler
2
1670
by: tracythompson | last post by:
Hi I have created a full flash site which is rather large so I built it as one main swf which loads external swf into it. I have built alot of sites this way but for some reason even though the external swf are small 20-35kb it take more than 5 secs to even show the preloader. Im not sure if it is an internet explorer problem or flash 8 problem but I need to speed this up. The site is at www.in2-design.net/mcg02 Please can some one...
1
1798
by: jennifer.lyell | last post by:
Hello, I am using Frontpage 2003 for a site design. I have 2 .swf files on the page as well as a menu bar (with cascading menus- created with All Web Menus Pro) that are on the page. When I preview in Firefox the movies and menu load automatically. However, when I preview in Internet Explorer 7 (the only IE browser I have available), it prompts me to load the ActiveX control before it will load the movie files or the menu. Is there...
0
2786
by: vinayakk | last post by:
Hello webies, I have a problem with loading html pages in frameset. I am using location.href to load html pages one by one upon the user request and these pages in turn load flash files. When one html page is replaced by another it takes some time to load but in the mean while a white screen appears and the whole thing appears mess. Can this white screen be avoided by any chance or can the frameset background be set to some background image...
1
2227
by: terrybali | last post by:
Hi Guys I am new to forum and nontechnical. My site has several large flash files. I am looking for someone who can help us solve two problems. Willing to pay whatever normal rate is for this solution. The problems are two fold.
6
4013
by: vunet | last post by:
This may be a strange question from a non-technical person who asked me to make his whole site and images load all at once. I.e. the completely loaded site would show up immediately even with a big background image. I explained that images are taking longer to load because of the size than anything else but this person insists on the request. Am I missing something here or there is actually a way to load the whole website all at once other...
1
1498
by: davidmurray1 | last post by:
I have a C++ app on my flash drive that i am running, but often times, i must take the flash drive out of the computer and use it elsewhere while the executable continues to run. however, the executable's behavior is sporadic, and it will disappear. I think the app is calling a DLL that exists in the current directory, but since the flash drive is gone, it can't find it. so, i wanted to know if i could load the executable with all of...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10112
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5399
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.