473,323 Members | 1,547 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,323 software developers and data experts.

The Flash Challenge

1
Before I begin, I would like to highlight that I'm a fairly novice Flash User. I've recently used the website building tool many of you may of heard of called Cabanova. I decided that I wanted to move the entire Flash Workings from this site into another webpage, where it would act as a simple Flash Movie. To achieve this, I :

used Flash Capture programms - they failed and resulted in a loop of the loading bar screen

Searched through internet and temporary files, where only individual components could be located

Searched through the view source code, only to find nothing of use or that I could identifiy

Is there any other way I could get the entire movie, and move it onto another sever??

If your interested (but your probably not, so I don't wanna waste your time but wiill anyway) this is for a school project for English in which we are to make a website for a superhero we make up -so don't laugh please-. Btw - the website adress is:

hero-quest-twilight.cabanova.com

Please don't spend time reading it - it's embarrasing and weird


The password for the site is:

English (this is with a capital "e")



Okok, thanks for your help - and goodluck with solving my problem - bye!
Sep 1 '07 #1
1 1767
Kelicula
176 Expert 100+
What's happening is whoever created this page uses javascript to detect weather the "clients" browser, and operating system are advanced enough to display a flash object. You should create an html page put it in the same directory as thatother page on the server, and put this between it's body tags:
Expand|Select|Wrap|Line Numbers
  1. <script type="text/javascript">
  2.             <!--
  3.  
  4.             o = new Object();
  5.             if(navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) o.fscEnabled = 1;
  6.             o.pageIndex = '1';
  7.             o.topTimestamp = (new Date).getTime();
  8.  
  9.             o.isIntro = 0;
  10.             o.publishID = '1188113642';
  11.  
  12.             showFlash('index.swf?b=1188113642', '840', '600', o, true);
  13.  
  14.             //-->
  15.             </script>
I assume you know how to create an HTML page. If you don't I can't tell you.
In keeping with the spirit of this forum, you are encouraged to learn.

Just type learn html, or html tutorial in Google.

If the above doesn't work (I just copied and pasted from the source code) then just do away with the browser check and make a regular flash object. Here is the crucial line that contains the flash file and attributes:

Expand|Select|Wrap|Line Numbers
  1. showFlash('index.swf?b=1188113642', '840', '600', o, true);
  2.  
Have fun!!
Sep 2 '07 #2

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

Similar topics

42
by: Manu | last post by:
How can i do with a flash object for obtain the w3c label ? the "embed" is not accepted ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>test</title>...
3
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...
8
by: Frank Buss | last post by:
A new challenge: http://www.frank-buss.de/marsrescue/index.html Have fun! Now you can win real prices. -- Frank Buß, fb@frank-buss.de http://www.frank-buss.de, http://www.it4-systems.de
0
by: Richard Jones | last post by:
The date for the second PyWeek challenge has been set: Sunday 26th March to Sunday 2nd April (00:00UTC to 00:00UTC). The PyWeek challenge invites entrants to write a game in one week from...
0
by: richard | last post by:
The date for the second PyWeek challenge has been set: Sunday 26th March to Sunday 2nd April (00:00UTC to 00:00UTC). The PyWeek challenge invites entrants to write a game in one week from...
3
by: Thierry | last post by:
For those interested in <b>programming riddles</b>, I would like to announce a new programming challenge I'm just launching at http://software.challenge.googlepages.com This challenge is in its...
0
by: Richard Jones | last post by:
The fifth PyWeek is only a month away. Come along and join the fun: write a video game in a week! There's some really interesting new libraries that have popped up recently. Have a gander on the...
1
by: jryanii | last post by:
hi i have a fla file of a website a friend gave me..i would love to use some of the features from the site.. all the code in in the fla file im having trouble isolating the correct pieces of...
1
by: simmo | last post by:
Ok, so I have inserted a flash slideshow into my webpage. I can view it ok from my local machine over the web but when viewed from another machine it does not display. The error is Object Expected. ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.