473,800 Members | 2,323 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Loading other movie in FalshObject

Hi, I have a FlashObject on my WindowsForm. At some point I want to
change the movie (.swf) it is playing but this doesn't seem possible.
It just keeps playing the old one after a loadMovie-command. Does
someone know how to reset or clear the FlashObject or maybe another
workaround to change the movie?

Thanks, Marije

May 16 '06 #1
1 1361
I have an application that loads several flash movies. To accomplish
this I used the following code (where flash is my FlashObject and
strMovieName is the path to the movie):

flash.Stop();
flash.Movie = strMovieName;
flash.Play();

Hope this helps...

David.

Marije wrote:
Hi, I have a FlashObject on my WindowsForm. At some point I want to
change the movie (.swf) it is playing but this doesn't seem possible.
It just keeps playing the old one after a loadMovie-command. Does
someone know how to reset or clear the FlashObject or maybe another
workaround to change the movie?

Thanks, Marije


May 16 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3773
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. ...
4
1283
by: Mike | last post by:
I have declared two classes. The first class has 4 private variables. Each has a property defined. I'm calling a readfile sub from a second class. The second class also has an Arraylist property. I sub readfile and dim a new object (inside a loop) of the first class and pass the four fields to each property of the first class until the EOF. Within this loop I want to add each object of the first class into the Array list of the...
1
2115
by: syamlalz | last post by:
HI... I have one movieclip named "thump_mc" which consists a loader component "myLoader".I am trying to duplicate that movie clip and load picture to it.But the images are not loading to the duplicated movie clips. Pleease help me. for (var i = 1; i<=15; i++) { _root.duplicateMovieClip("thump_mc"+i, i+32); _root._x = i*75; _root.myLoader.loadMovie("5.jpg"); }
3
2125
by: shakeel101 | last post by:
Hi, HELP!! I'm currently trying to intergrate a flash movie into c++. I'm trying to go thru this tutorial. http://www.bytescout.com/display_flash_in_visualc.html The problem is that the tutorial is written for VS6 not VS2005. The movie doesn't appear to load. The window will open, two buttons will appear (ok and cancel), even a white box will appear where the movie is supposed to play, however if you right click on the box it will...
3
1966
by: suresh_nsnguys | last post by:
Respected sir/madam, right now i am displaying movie (.wmv) file using <embed> and <object> tags inside <div> tag. Everything is working fine. But when user upload 10 MB size movie (.wmv) File, My browser screen is blank ,bcz the browser will start play the movie once the movie (.wmv) file is completely loaded in cache. I am trying to...
1
1540
by: ErnDissla | last post by:
Hello fellow web tech's, Problem: I have 3 different iframes on my main page (index.html). There are 3 links; Movies, TV Shows and Documentaries. Each links 3 different pages (movies.html, shows.html & documentaries.html) into the 1 iframe named "movielist". What i want:
3
1839
by: flashrajesh | last post by:
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("movie1.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...
7
3706
nathj
by: nathj | last post by:
Hi, I'm stuck. Obviously I'm stuck or I wouldn't be posting a new question. I have a php script that takes information from a database and outputs it to the screen. The information in questions relates to a SWF file that I wish to use to display the members of the network team in our organisation. $lcDisplay .= '<div id="peopleContent">' ; $lcSelectTeam = "SELECT
0
10276
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10253
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
10035
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9090
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
7580
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
6813
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
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.