Question About Embedding Flash Object Header - flash

free web hosting
Free Web Hosting > Computers & Tech > Designing

Question About Embedding Flash Object Header - flash

pirate
hello,

how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2.

Reply

foolakadugie
QUOTE(pirate @ Oct 31 2005, 06:49 AM)
hello,

how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2.
*


Well the flash file can be put in your page with the EMBED tag which can be used as simply as this:

CODE
<embed src="http://www.url.com/flash.swf" width="550" height="400">


but normally one would include more code to make the file appear and operate exactly how it should. Flash will generate this code if you use the File > Publish feature. After adjusting the publish settings (file > publish settings) it will generate an HTML file for you with all of the relevant coding. Then you can copy that code from the HTML file into your web page code.

All you need to upload to your host is the SWF file.

 

 

 


Reply

bnbrown
QUOTE(pirate @ Oct 31 2005, 04:49 PM)
hello,

how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2.
*



This will make it done. Just replace after the src element your file source path. As far I know it is enough to upload your .swf movie file, that works fine.

<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="800" height="100">
<param name="movie" value="header01.swf" />
<param name="quality" value="high" />
<embed src="header01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="100"></embed>
</object>

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. how to add flash header blogger - 214.31 hr back. (2)
  2. html flash header - 294.45 hr back. (1)
  3. how to embed flash into php - 298.18 hr back. (1)
  4. bad_poll_header solution - 328.29 hr back. (1)
  5. upload flash header - 376.30 hr back. (1)
Similar Topics

Keywords : question, embedding, flash, object, header, flash

  1. Ask An Open Question 404 (and A Confused Noob)
    (3)
  2. Php Iteration - Object Overloading
    Difference between iteration and overloading (1)
    i want to know that what is the difference between iteration and object overloading in PHP. i read
    that both are same object overloading is old name of iteration, but i have doubt so please any one
    can help in this regard what i know that : * Iteration :- Loop the object * used to Display
    property name and class value. * foreach loop used : - only used in array and object iteration. here
    i give example of iteration: CODE class abc{ var $user="Raju"; var $city="Delhi"; var $age=
    25; } $obj=new abc; echo " "; echo " property Name property Value "; foreach($....
  3. Question Related To Website
    need Web page solution (5)
    I have some question in mind that need solution so please 1) What is benefit of using header and
    footer tag in our web page ? 2) How we can registered our website on any search engine? 3) Did I use
    animated image without flash in website.? 4) What is the correct way to display web page on center
    in any browser.? if we use css style ? I have little idea off all question answer but i need
    specific help so welcome. Thanks....
  4. Pointers
    Pointer Question (0)
    Are pointers optional because I don't understand them clearly. The tutorials are too not
    noob-friendly... So: Are pointers optional in mosty programs? Do YOU know any noob-friendly
    tutorials on pointers? Thanks in advance for taking your time and answering this~!....
  5. Great Software For Building Flash Web Sites
    (1)
    I found a great software that allows you to make your own personal flash web site . and help you in
    publishing it... it's so easy. . and it will make yolur site look amazing /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> name:A4 flash size:9,98 MG
    you could download it from her: http://www.zshare.net/download/19175689cf06350c/ ....
  6. Question: Ssh Tunneling
    (1)
    I'm not sure if this is the correct place to pose this question or not, but it seemed close. If
    I was wrong, I apologize in advance. Essentially, I am looking to do ssh port forwarding
    (tunneling) to access a database via localhost. I know how to do this on a unix box, but am new to
    doing it on windows. Any help would be appreciated.....
  7. Flash Cs3
    (3)
    Can I build a web music player or web video player with flash cs3? If so where can I find a good
    tutorials.....
  8. Type Checking Not Work On For .. In Loop
    Flash 8 - actionscript 2.0 (2)
    It seems that the actionscript 2.0 type checking was not work as expected on some place. When
    variables was created on for .. in loop. It will allow any variable type to be used. Or it is
    default construt !? CODE var dayNames1:Array = ; for (var dayName:String in dayNames1) {
        trace(dayNames1 );     trace(typeof(dayNames1 )); } CODE 5 number Tuesday string Monday
    string Sunday string ....
  9. Css Minus The <p>
    A very newbie CSS question (9)
    Most beginner pages on CSS give introductory examples of how to change font style for a page, by
    doctoring up the tag, CODE blah blah blah blah blah I'm finding that this is
    pretty annoying to use. It doesn't always work and it adds blank lines (being the tag
    because that's what does) around things when I want those lines to be close together. In
    Tables, it's really annoying to have ... inside every ..... just because I want to
    return to my standardised "somestyle" font settings. /dry.gif" style="vertical-align:middle" emo....
  10. Question About Opengl Codes.
    (0)
    Hey! I've started to learn windows API programming. And I've been using OpenGL. I am
    following a tutorial, But I didn't understand every comment. So I rewrote the code some times to
    learn it, and made my own comments. Some of the rows have the comment "What do this row do??". I
    would be happy, if you could explain those rows to me =), please. And BTW: I am only on the first
    tutorial. When I start with the others, I am sure I will have more questions. And if someone else
    have a questions about OpenGl, feel free to ask them here, instead of starting a new t....
  11. Changing Path Of Shared Object
    (2)
    Can anybody tell me how to change the path of shared object default path to any D or E drive.. E.g
    : Default path like C:\Documents and Settings\TempName\Application Data\Macromedia\Flash
    Player\#SharedObjects\D8F43EBD\localhost\Temp\Flash1.swf to D:\Sample Plse reply Thank
    you ....
  12. Simple Java Question
    One Variable; Multiple Classes (3)
    I’m probably the only person that is able to do so much with Java3D and yet still can't
    even get some of the Java basics down. Anyway is it (and if so how is it) possible to make a
    variable editable and readable in multiple class files? It seems like this should be an easy
    question to answer, but here is a little code to help you understand what I am talking about. CODE
    public class test extends Applet{  public int Col = 0;      if(Col==1){     } } class
    TestB extends Behavior {    if(collision == true){   Col = 0;  }else{   Col = 1;  } } Tha....
  13. Help! Usb Flash Drive
    windows doesn't recognize it anymore... (12)
    So my uncle asks me to format his computer and install windows and stuff. So I did like I do with my
    PC every six months. No problems at all, everything was working. So I proceeded to install drivers,
    which I had already on my flash drive, a 2GB PNY flash drive. But, for some reason, the usb drive
    was not recognized by windows XP on my uncle's PC, and I tried again on another port. No luck. I
    was thinking maybe all the usb ports were broken or something... but then I went to my desktop and
    proceeded to connect my usb drive to burn the drivers on to a CD. And what&#....
  14. Concept Of Hijaab In Islaam
    different question regrding women in Islam and their answerzzzzz (2)
    Why shud a Muslim woman be subjugated to da compulsion of a dresscode? Isn’t this restraining her
    human rights and her freedom of choice? Does da rule of ‘Hijab’ (a scarf coveringda head) suppress
    or liberate women’s individuality? Can a Muslim lady observing ‘Perdah’ be a women’s rights
    activist? Wat does feminizm hav to do with a tyrannical, patriarchal religion like Islam? dis effort
    is to answer these and many similar questionz -- to enlightenn and to strip awayyy the veil of
    ignorance, prejudice and baseless suppositionz dat non-Muslimz around da globe hav against I....
  15. Do Google Search Better Than Yahoo?
    This is a question for you all google users!! (15)
    Do you think google search is better than yahoo?? Are they have similar search?? Well for me google
    search is more effective than yahoo search engine.....
  16. Cruzer Flash Drive (usb)
    What's with the software (13)
    I have a couple of 1G drives by other brands and just picked up a new 2G cruzer by Sandisk. But
    it comes with all this (stupid) software ... a launcher and stuff. I'm used to plugging it in
    and using it. And with the launching software it wants me to WAIT until it launches its own apps.
    What's the advantage? It seems quite redundant to have this extra software running. I deleted
    the files, but they keep coming back. YIKES! How do I get rid of them!? ....
  17. Pre Loader Tutorial For Flash
    Made by: Jordain (6)
    Simple pre loader tutorial with play button by: Jordain Joyce First of all open up flash then
    Create 4 Layers and in order name them: Actions
    Loader outline
    Loader Bar Content Then create 3
    frames for each layer. Lets start in the actions layer, for the first frame make it blank and the
    second frame make it blank also. Press F9 to open the actions panel (make sure you ....
  18. What's The Best CMS
    CMS or not CMS?, that is the question (38)
    read many artical and try many CMS, but still haven't find a best CMS, have you find it?
    phpWebSite Tiki XOOPS TYPO3 FreeWPS XDBCMS Nucleus CMS Mambo....
  19. MySQL Output Database Question
    (18)
    I am new to MySql and have just created a database after using a script. My problem is not the
    script, but what it says about putting it into the output file. I cant figure out the right terms
    to put it in, I keep getting errors. I try using; SELECT*FROM 'database name' WHERE
    'location' but it isnt working. I'm lost with this stuff, I really am. Can someone
    please help me out?....
  20. How To Install Applications In Fedora
    noob question (12)
    I'm a linux user since a few days, i've decided to change to linux coz i'm not very
    pleased with Windows versions . So i wonder how do i install aplications like Files Sharing and mp3
    ?....
  21. Photoshop Tutorial: Selective Coloring - Color Object In A B & W Photo
    I don't know the proper term. (5)
    First of all, I was planning on posting this tutorial 6 months ago but due to my crazy life and my
    recent relocation to Hell I'm just now getting around to it /unsure.gif' border='0'
    style='vertical-align:middle' alt='unsure.gif' /> So here it is! Have you ever seen one of those
    black and white pictures that has a single object in color? Well, I'm gonna show you how to do
    that in 3 EXTREMELY easy steps! I used this effect on a promo pic for my fiance's little
    brother Sean's band, There's Always Forever . However, I went with more of a ghetto....
  22. Free Flash Chat Room
    (10)
    free flash chat room i need a customizable free flash chat room and live support system using
    PHP technology for low-bandwidth performance.....
  23. Get Rid Of Stupid Flash/activex-warning
    IE Users only :-) (4)
    Finally found a way to get rid of the stupid ActiveX-warning when ActiveX-plugins (Flash) are
    disabled in Internet Explorer! Those who need it, know what I'm talking about. Let me say one
    thing first: I HATE Flash, I really do. Well and I LIKE Internet Explorer, I want to use Internet
    Explorer and I want to use it without Flash. This little workaround is for people who want to use
    Internet Explorer without Flash, and not for happy Firefox users with their nice flashblocker,
    alright. In Internet Explorer, when you disable ActiveX-Plugins, you get an extremely annoyi....
  24. Mp3 Questions
    a question for a mp3 beginner like me (14)
    Hello... You all like to download MP3 's online right? Well, hmmm... i love to download them
    and burn them in a cd but there's some unanswered questions roaving in my mind. Example, I
    have many duplicates of one song with different file names, well, I want to remove those duplicate
    ones ... how? And MP3 is compressed right? Is there a way to uncompress those compressed
    sound so that I will really do unlock the wonderful sound of the audio?....
  25. Flash Site Software
    Help need for nice flash making software (13)
    Hello iam a newbie in flash ,And i want to make a Website Using flash, Can someone show me some easy
    to understand flash making software,I have macromedia flash mx but i dont understand a word in
    that..! its very complicated..! As i need an easy to use software..! /sad.gif' border='0'
    style='vertical-align:middle' alt='sad.gif' /> ....
  26. How Can I Bind Dynamic Text In Flash Animation?
    i need help with actionscript (3)
    hey i want to create a flash animation for my site that can update its text every time i change the
    text in a .txt file how can i make this? Topic edited to reflect content more suitably ....
  27. Help! Problem With My Flash-Drive
    Sh17 happens .. (2)
    Story :: A was installing WinXP on PC B's Flash Drive (FD) was in the USB Slot. While the
    WindowsXP Setup is partitioning, 'A' realised that the light on the FD was blinking ..
    indicating activity so he plucked it out immediately. Now 'B's FD is corrupted .. I
    recovered almost all the data from the corrupted FD using Ontrack's EasyRecovery 6.0 .. It is
    the most amazing software ever developed .. it could virtually recover all data in a drive that had
    been formatted .. Alright .. now is the headache .. there is no way that I could get the drive ....
  28. Bad_pool_header
    Blue screen Win Xp stop (11)
    Bad pool header Hi, do anyone know how to solve a BAD_POLL_HEADER... this is not a permanent error,
    it comes and goes.. The only unsual thing that are new on this pc are: *SP2 upgrade (i think this
    is the problem) and e-mule recently installed... Win XP starts normally, and when we try to login
    into an user account POW.. The Killer blue screen appears... the messegae is long and in spanich..
    so the relevant info BAD_POOL HEADER_ and 0x00000019....
  29. Flash Actionscript Zone
    Discuss, Exchange your ActionScript (5)
    Let Exhcnage, Discuss, all about Flash ActionScript Here(The New Face Of Flash).....
  30. Edit your animated Gifs
    Must have knowledge of Flash (7)
    Hi, I m telling u how to edit your animated gifs ......... if u want some changes in the gif
    animated picture... u must have little knowledge about flash Simple open flash and goto to the file
    menu where click on import option import your particular gifs ....... haah now gif is displayed in
    the form of frame animation in flash window....... now u may using your photoshop or flash graphic
    knwoledge to edit image in each frame and then export it intto the same gifs.....

    1. Looking for question, embedding, flash, object, header, flash






*SIMILAR VIDEOS*
Searching Video's for question, embedding, flash, object, header, flash
Similar
Ask An Open Question 404 (and A Confused Noob)
Php Iteration - Object Overloading - Difference between iteration and overloading
Question Related To Website - need Web page solution
Pointers - Pointer Question
Great Software For Building Flash Web Sites
Question: Ssh Tunneling
Flash Cs3
Type Checking Not Work On For .. In Loop - Flash 8 - actionscript 2.0
Css Minus The <p> - A very newbie CSS question
Question About Opengl Codes.
Changing Path Of Shared Object
Simple Java Question - One Variable; Multiple Classes
Help! Usb Flash Drive - windows doesn't recognize it anymore...
Concept Of Hijaab In Islaam - different question regrding women in Islam and their answerzzzzz
Do Google Search Better Than Yahoo? - This is a question for you all google users!!
Cruzer Flash Drive (usb) - What's with the software
Pre Loader Tutorial For Flash - Made by: Jordain
What's The Best CMS - CMS or not CMS?, that is the question
MySQL Output Database Question
How To Install Applications In Fedora - noob question
Photoshop Tutorial: Selective Coloring - Color Object In A B & W Photo - I don't know the proper term.
Free Flash Chat Room
Get Rid Of Stupid Flash/activex-warning - IE Users only :-)
Mp3 Questions - a question for a mp3 beginner like me
Flash Site Software - Help need for nice flash making software
How Can I Bind Dynamic Text In Flash Animation? - i need help with actionscript
Help! Problem With My Flash-Drive - Sh17 happens ..
Bad_pool_header - Blue screen Win Xp stop
Flash Actionscript Zone - Discuss, Exchange your ActionScript
Edit your animated Gifs - Must have knowledge of Flash
advertisement




Question About Embedding Flash Object Header - flash



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE