1. ANN: SWF Scout library - add royalty free flash (SWF) output to your application
2. "../flash/menu.swf" or "flash/menu.swf" ?
Here's an irritating problem, does anyone else suffer?!
My Flash and .swf files are in a sub-directory called "flash". I have a file
main.swf which sits in an HTML table and loads menu.swf like this:
loadMovie("../flash/menu.swf",this.menu_mc);
Dreamweaver loads the main file from within "default.asp" with:
src="flash/main.swf"
This works fine on the remote server and within Flash via Test Movie - but it
doesn't work on my local IIS testing server. All the directory structures are
the same but loadMovie() fails. I can fix it though -
loadMovie("flash/menu.swf",this.menu_mc); does the trick. It then works on both
the remote and testing servers. However, it doesn't work in Flash which, not
surprisingly, is then looking for a "flash" directory within the "flash"
directory.
The IIS structure is straightforward - C:\Inetpub\wwwroot\site\flash
Is this normal behaviour and if so what is the difference between the remote
and testing servers?
3. Volume Control - master volume doesn't change volume level
4. volume control - how can I open the FULL volume control from the first double click ?
5. Real Player volume control also controls & overrides Media Player Volume ?
6. this.Controls.Add(Control) Does Not Add Control to child collection (this.Controls.Count == 0)
7. How to display a flash file (.swf) in Web browser control [Windows form]
8. Loading a SWF (Shockwave Flash file) from memory stream into webbrowser control.
9. Control Flash swf in pageframe?
10. Showing Flash file (.swf) in Web browser control.
11. How to display a flash file (.swf) in Web browser control [Windows form]
12. Where can I download swf control bars for Flash Videos?
13. Controlling Flash .swf Slideshow
14. Using Flash SWF?s to control html windows
15. Control button in imported SWF into another Flash NOT working!