HTML
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Tutorialized ForumsWeb Design & DevelopmentHTML

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Tutorialized Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old February 11th, 2008, 10:48 AM
onlineflash onlineflash is offline
Contributing User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 112 onlineflash User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 24 m 34 sec
Reputation Power: 1
Flash

Hi
does anyone know how to insert a flash image using html codes as i am new to this and am hoping to progress my experience

Reply With Quote
  #2  
Old February 12th, 2008, 02:39 AM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 368 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 26 m 32 sec
Reputation Power: 2
A flash image?

The easiest way is just to press F12 when your flash program is open in flash. This will create a .html document with the flash program embedded in it. Then just open this file up in the code editor and copy the object tags.

Its long and contains complex url's for the flash player. So i dont remember it.
Comments on this post
onlineflash agrees: very helpful
__________________
Ask me for help in the following areas:
Flash - Should be able to help
HTML/Dreamweaver/Web Design - Should be able to help.
CSS - Can help in some areas

Also working on:
JavaScript
PHP
C++
DHTML

Reply With Quote
  #3  
Old February 12th, 2008, 03:54 AM
onlineflash onlineflash is offline
Contributing User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 112 onlineflash User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 24 m 34 sec
Reputation Power: 1
thanks

Reply With Quote
  #4  
Old February 12th, 2008, 03:55 AM
onlineflash onlineflash is offline
Contributing User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 112 onlineflash User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 24 m 34 sec
Reputation Power: 1
i do usually use dreamweaver to make webs and its easier in dreamweaver, you just press

Ctrl + Alt + F

but yeah, i want to progress in my knowledge of htlm coding

Reply With Quote
  #5  
Old February 12th, 2008, 02:08 PM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 368 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 26 m 32 sec
Reputation Power: 2
Firstly, try not to double post. Just edit your previous post.

And I don't use Dreamweaver... I hate it...

Go notepad!

Reply With Quote
  #6  
Old February 12th, 2008, 03:32 PM
onlineflash onlineflash is offline
Contributing User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 112 onlineflash User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 24 m 34 sec
Reputation Power: 1
kk

Reply With Quote
  #7  
Old April 14th, 2008, 03:34 PM
taxisky taxisky is offline
Registered User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Location: Denmark
Posts: 3 taxisky User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 41 m 20 sec
Reputation Power: 0
Quote:
Originally Posted by onlineflash
kk

Ok How do u center flash in dreamweaver? it keeps going up in the left corner and dont center it.

Here is a code i tryed but nothing happens.

</head><table width="1280" height="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="772"><div align="center">



What am i doing wrong????

Reply With Quote
  #8  
Old April 15th, 2008, 12:56 AM
chetan1 chetan1 is offline
Registered User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 10 chetan1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 31 m 29 sec
Reputation Power: 0
click on the flash menu and insert the flash object in web page.








webdesigningcompany.net

Reply With Quote
  #9  
Old April 15th, 2008, 02:06 AM
taxisky taxisky is offline
Registered User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Location: Denmark
Posts: 3 taxisky User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 41 m 20 sec
Reputation Power: 0
LOL! ok that I know. But thanks for the help, if was more in the line of how to center the flash so when you see the page its not up in the corner, well anyho found a solution on that part.
Next now if the size.
Since my flash is 1280x800 its quit big for some screens to see, so if any one know a good idea for a script to resize it so its compatebel with the screen resolution of other peoples screen settings.
Cheers!

Reply With Quote
  #10  
Old April 16th, 2008, 05:39 AM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 368 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 26 m 32 sec
Reputation Power: 2
Hmm. I always have trouble with sizes... I'm not sure if it works.. But set the width and height to 100%:
Code:
width="100%" height="100"


I hope it works.

And for your previous problem, just stick <center></center> tags around your flash object.

Reply With Quote
  #11  
Old April 16th, 2008, 06:36 AM
taxisky taxisky is offline
Registered User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Location: Denmark
Posts: 3 taxisky User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 41 m 20 sec
Reputation Power: 0
Quote:
Originally Posted by thunder
Hmm. I always have trouble with sizes... I'm not sure if it works.. But set the width and height to 100%:
Code:
width="100%" height="100"


I hope it works.

And for your previous problem, just stick <center></center> tags around your flash object.


Will that be under <body> or before?

Reply With Quote
  #12  
Old April 19th, 2008, 05:02 AM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 368 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 26 m 32 sec
Reputation Power: 2
Quote:
Originally Posted by taxisky
Will that be under <body> or before?


The <center> tags will come after body.

Reply With Quote
Reply

Viewing: Tutorialized ForumsWeb Design & DevelopmentHTML > Flash


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway