473,378 Members | 1,066 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

.swf files from camtasia does not work in NVU

Hi
I am using Camtasia to make a flash movies from a powerpoint presentation.
I am also using NVU as my mysiwyg program. (I know I should use Dreamweaver, but I really jsut need some simple pages) When I am done I get several .swf files generated from it. One is the preloder, one is the start/stop buttons and one is the powerpoint presentation itself. I also have a .html file in all of that.
I know I need to go into the source in NVU and put in the code myself. The code I have been told to use is this one (the xxx.swf is where the file goes)

Expand|Select|Wrap|Line Numbers
  1.  "object 
  2. codebase="http://download.macromedia.com/ pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" 
  3. classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
  4. height="480" width="600"><param name="movie" 
  5. value="xxxx.swf"><param name="quality" 
  6. value="high"> 
  7. <embed src="xxx.swf" quality="high" 
  8. pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" 
  9. type="application/x-shockwave-flash" height="480" 
  10. width="600"></object>" 
  11.  
I can not make my flash movie play! I dont know which file it is that "triggers" the rest to start (preloader, buttons,movie) I can make each one of them start separately but I need them to all work together at the same time.
I want the people that get to my site to be able to start the movie themself and to stop it whenever they want to.

Does anyone have any suggestions?
I know that it cant be this hard. What am I doing wrong?
Madelaine
May 21 '07 #1
7 3917
Motoma
3,237 Expert 2GB
In the web browser, what appears in the menu when you right-click on the spot where the flash object is embedded?
May 22 '07 #2
What ever I put in there works -by itself- like the loader works and the presentation works, but not together since it is 3 swf files all together that is getting made through camtasia. When i pull the html file into a browser it works, but i cant put it into that code taht i wrote, it wont work.
I used another program from Dreamingsoft called powerpoint to flash, and when i generated that swf file this is what happened:
http://www.marketingsecretscd.com/test1.html
And they are of NO help when I try adn ask them.
Madelaine
May 22 '07 #3
Motoma
3,237 Expert 2GB
What ever I put in there works -by itself- like the loader works and the presentation works, but not together since it is 3 swf files all together that is getting made through camtasia. When i pull the html file into a browser it works, but i cant put it into that code taht i wrote, it wont work.
I used another program from Dreamingsoft called powerpoint to flash, and when i generated that swf file this is what happened:
http://www.marketingsecretscd.com/test1.html
And they are of NO help when I try adn ask them.
Madelaine
I am not familiar with Camtasia; did the HTML file that it produced work correctly?
May 22 '07 #4
nomad
664 Expert 512MB
What ever I put in there works -by itself- like the loader works and the presentation works, but not together since it is 3 swf files all together that is getting made through camtasia. When i pull the html file into a browser it works, but i cant put it into that code taht i wrote, it wont work.
I used another program from Dreamingsoft called powerpoint to flash, and when i generated that swf file this is what happened:
http://www.marketingsecretscd.com/test1.html
And they are of NO help when I try adn ask them.
Madelaine
is if this code works or not.

Expand|Select|Wrap|Line Numbers
  1. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="703" height="152">
  2. <param name="movie" value="test1.html/howitworks.swf">
  3. <param name="quality" value="high">
  4. <embed src="test1.html/howitworks.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="703" height="152"></embed>
  5. </object>
nomad
PS do you have a ad/banner blocker set to your computer?
and how big is your .swf file.
can you stream your .swf file?
May 22 '07 #5
nomad
664 Expert 512MB
What ever I put in there works -by itself- like the loader works and the presentation works, but not together since it is 3 swf files all together that is getting made through camtasia. When i pull the html file into a browser it works, but i cant put it into that code taht i wrote, it wont work.
I used another program from Dreamingsoft called powerpoint to flash, and when i generated that swf file this is what happened:
http://www.marketingsecretscd.com/test1.html
And they are of NO help when I try adn ask them.
Madelaine
I took a look at your swf file after you said you have 3 swf files. What is happen is the project wants to run, but I think you have a stop() action for each swf file. Rework the files so that you only have one .swf. Just make three seperate scene without any stop() actions. You will need to figure out how long to make each scene thou. Normal I set my scene for about 5-6 secs (thats about 25 frames) depending if it has text or not. For that matter you could just have one scene and have your frames do all the work.

nomad
May 22 '07 #6
nomad:
Well, when i make it in Camtasia i get these files:
swfobject.js
cam_embed.js
FlashTemplate.css
newesttest.html
newesttest.swf
newesttest_config.xml
newesttest_controller.swf
newesttest_nofp_bg.gif
newesttest_preload.swf
ProductionInfo.xml

I dont really know how to make all of these into one file.

I tried your code but nothing happened. Nothing came up on the page

Any idea on how to make these ones into i file?
May 23 '07 #7
nomad
664 Expert 512MB
nomad:
Well, when i make it in Camtasia i get these files:
swfobject.js
cam_embed.js
FlashTemplate.css
newesttest.html
newesttest.swf
newesttest_config.xml
newesttest_controller.swf
newesttest_nofp_bg.gif
newesttest_preload.swf
ProductionInfo.xml

I dont really know how to make all of these into one file.

I tried your code but nothing happened. Nothing came up on the page

Any idea on how to make these ones into i file?
I have used Camtasia a couple of times. Can you tell me how you import the files and what you did once the files where import. Also please tell me how you exported the files.

There is a program called Sorenson Squeeze 4 which you can import your .swf files and make it into one file and exported as a .swf or any other video file.

Also please tell me what you want your swf file to do. Is this your homepage, do you want the user to control what they see.


nomad
May 23 '07 #8

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

Similar topics

2
by: Mike | last post by:
I am sure that I am making a simple boneheaded mistake and I would appreciate your help in spotting in. I have just installed apache_2.0.53-win32-x86-no_ssl.exe php-5.0.3-Win32.zip...
18
by: JKop | last post by:
Here's what I know so far: You have a C++ project. You have source files in it. When you go to compile it, first thing the preprocessor sticks the header files into each source file. So now...
16
by: matthurne | last post by:
I just started learning C++ on my own...I'm using Accelerated C++. Something it hasn't explained and I keep wondering about is how header files actually work. I suspect it doesn't get into it...
22
by: Daniel Billingsley | last post by:
Ok, I wanted to ask this separate from nospam's ridiculous thread in hopes it could get some honest attention. VB6 had a some simple and fast mechanisms for retrieving values from basic text...
6
by: Peter Row | last post by:
Hi, Can someone give me a set of steps for an ASP.NET project (well actually its just a VB.NET class DLL that implements HttpHandler) that will work when moved to another developers machine? ...
18
by: UJ | last post by:
Folks, We provide custom content for our customers. Currently we put the files on our server and people have a program we provide that will download the files. These files are usually SWF, HTML or...
1
by: snicks | last post by:
I have a series of XLS files which I need to embed into a PowerPoint presentation on an IIS server. I’ll be using VB.NET. I’ve tried using an ASPOSE.PowerPoint control to do this and it does...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
2
by: Nathan Sokalski | last post by:
I am moving my website from my machine to my webhost, and need some help with what extra files I need to include due to the fact that I used AJAX in my site. Everything on the site is obviously...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.