Website Babble Webmaster Forums  


Go Back   Website Babble Webmaster Forums > Creating a Website > Site Build It! (SBI!) Discussion

Your WB Notifications

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-22-2009, 05:23 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 10
gregtuck has no reputation at Website Babble yet.
Default Help...Putting a Flash game on my SBI site

Hi all,

I had someone create a game for in flash. I want to add the game to my SBI site but don't know how to go about doing that. Could someone give me a little nudge in the right direction?


Thanks,

Greg
Reply With Quote
  #2 (permalink)  
Old 02-22-2009, 05:27 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 7,330
lisa is the Admin and cannot be rated.
Default

Hi Greg,

I'm assuming you have an .swf file for your game right? Well you should be able to go to the Special File Manager in Site Central and upload the flash file. The insert the following code on your page to call up the file....

HTML Code:
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="480" height="480">
<param name="movie" value="http://www.yourdomain.com/support-files/your_file.swf">
<param name="quality" value="High">
<embed src="http://www.yourdomain.com/support-files/your_file.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="485" height="485" quality="High">
</object>
Of course you'll replace

http://www.yourdomain.com/support-files/your_file.swfwith the link the your Flash file. All Flash files go in a folder called support-files when you use the Special File Manager so that's why I have that in the link.

Try that.
__________________
Don't put the cart before the horse.
Plan your website, then create it.

Your Free Guide to Starting a Website
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Stop Wasting Time on Worthless Techniques

Reply With Quote
  #3 (permalink)  
Old 02-23-2009, 10:30 AM
Junior Babbler
 
Join Date: Dec 2008
Posts: 10
gregtuck has no reputation at Website Babble yet.
Default

Hi Lisa,

Thanks for the help.

I'm going to give that a try later today. Let you know how it goes.

Greg
Reply With Quote
  #4 (permalink)  
Old 02-23-2009, 01:36 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 10
gregtuck has no reputation at Website Babble yet.
Default

Hello,

I'm definitely a novice when it comes to the techie stuff. Looking for some advice from any techies out there.

I'm trying to add a flash game that someone created for me to my site. I put the following code into the sbi block builder. I'm just getting a white space at that spot when I preview the web page.

27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="480" height="480">





I don't know why, but the rest of the code didn't come up for some reason when I previewed this post. Does Anybody know why?
Otherwise, this post may not help you help me if you can't see the rest of the code.

The white space in this post is similar to the white space I get when I preview the page in SBI block builder.

As I said, I'm sort of clueless here, but was wondering if I needed to include another file that was sent to me by the person that made the game for me. Here's the name of other file: AC_RunActiveContent.js. I'm not sure if this file should be included in the block builder or not.

Thanks,

Greg
Reply With Quote
  #5 (permalink)  
Old 02-23-2009, 01:48 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 7,330
lisa is the Admin and cannot be rated.
Default

I wish I knew what else to tell you. I have very limited experience with Flash and the times I have used it, the program I use to create thee Flash file generates the code for me. Hopefully someone else can help you.
__________________
Don't put the cart before the horse.
Plan your website, then create it.

Your Free Guide to Starting a Website
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Stop Wasting Time on Worthless Techniques

Reply With Quote
  #6 (permalink)  
Old 02-23-2009, 01:55 PM
Donk's Avatar
Supreme Babbler
 
Join Date: Jan 2009
Location: Kent UK
Posts: 577
Donk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation points
Default

Hi greg

in your source code you appear to have
HTML Code:
http://www.learn-with-math-games.com/2nd-grade-math-games.html/support-files/mathgame1.swf
I think it should be:


HTML Code:
http://www.learn-with-math-games.com/support-files/mathgame1.swf
Bob
__________________
PHP Snippets PHP Captcha Code Resizable Html
"A website with a thousand resources starts with a single page".
"Don't fight the gator - clear the swamp"
Reply With Quote
  #7 (permalink)  
Old 02-23-2009, 01:57 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 10
gregtuck has no reputation at Website Babble yet.
Default

Thanks Lisa.

It's greek to me. It seems like so much to know. But I'll keep plugging away and I'll learn what I need to know bit by bit.

Anybody else want to take a shot at this?

Thanks much,

Greg
Reply With Quote
  #8 (permalink)  
Old 02-23-2009, 02:16 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 10
gregtuck has no reputation at Website Babble yet.
Default

Hi Bob,

I think you were right about the code. I did change it. But I think there is some other problem because it still does the same thing.....just white space appears where the game should be.

Still looking for answers. If anyone's got them, you'll have my gratitude.

Thanks,

Greg
Reply With Quote
  #9 (permalink)  
Old 02-23-2009, 02:35 PM
Donk's Avatar
Supreme Babbler
 
Join Date: Jan 2009
Location: Kent UK
Posts: 577
Donk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation points
Default

Just a thought have you entered the URL in both the param name="movie" and also the embed tag?

Bob
__________________
PHP Snippets PHP Captcha Code Resizable Html
"A website with a thousand resources starts with a single page".
"Don't fight the gator - clear the swamp"
Reply With Quote
  #10 (permalink)  
Old 02-23-2009, 02:55 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 10
gregtuck has no reputation at Website Babble yet.
Default

Thanks Bob,

As I said, you have my gratitude. I didn't have the URL in both the param name="movie" and the embed tag.

That wasn't as bad as I thought. This is the first flash I've ever used on my site.

Cheers,

Greg
Reply With Quote
  #11 (permalink)  
Old 02-23-2009, 06:07 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 7,330
lisa is the Admin and cannot be rated.
Default

So it's working now? Great! Bob, you rock!
__________________
Don't put the cart before the horse.
Plan your website, then create it.

Your Free Guide to Starting a Website
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Stop Wasting Time on Worthless Techniques

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -6. The time now is 01:41 PM.


 Subscribe to RSS

WB Sponsors

Search Engine Optimization

flash chat

Home Jobs Online

Search Engine Marketing

Paid Surveys

Web Design Company

custom website design

Best Links Management Software

Online Advertising Solution FREE trial!



 Subscribe to the Website Babble Feeds

2 Create a Website Homepage | 2 Create a Website Blog


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0