The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HOW TO LINK FLASH TO A HTML PAGE???

3 posters

Go down

Solved HOW TO LINK FLASH TO A HTML PAGE???

Post by owner08 November 24th 2009, 3:00 am

i created a flash webpage and i want to make it a page on my forum but i want it to cover the WHOLE screen on the browser. Can someone give me the codes to link this flash animation on a html page and so it covers the WHOLE page.


Please Help!!
Thanks in advance Smile
avatar
owner08
Forumember

Posts : 145
Reputation : 0
Language : english

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by ankillien November 24th 2009, 3:12 am

Hello,

You can put this code in your HTML page...

Code:
<object width="100%" height="100%">
<embed src="YOUR_FLASH_URL.swf" width="100%" height="100%"></embed>
</object>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by owner08 November 24th 2009, 3:21 am

thanks you! Smile
But how do i get the swf url if i want to use this flash animation
becuase the end of the url upload link i got is ".htm", not ".swf"..
avatar
owner08
Forumember

Posts : 145
Reputation : 0
Language : english

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by ankillien November 24th 2009, 3:26 am

Please try adding this code...

Code:
<div style="border: 2px solid rgb(103, 102, 102); width: 1024px; height: 768px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,29,0" width="1024" height="768">
        <param name="movie" value="http://www.swfupload.com/files/104439intro_flash.swf">
        <param name="quality" value="high">

        <embed src="http://www.swfupload.com/files/104439intro_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1024" height="768">
      </object>
      </div>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by owner08 November 24th 2009, 3:33 am

thank you so much!!! i've been looking for a solution for weeks and it worked!!!!
one more question (sorry)
if i were to modify the swf file and upload it again, what would i have to change on the code you gave me?

Thank You
avatar
owner08
Forumember

Posts : 145
Reputation : 0
Language : english

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by ankillien November 24th 2009, 3:38 am

Well, I can't say what exactly you would need to change but you can ask me for help at that time Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by owner08 November 24th 2009, 3:45 am

ok then thanks anyway Very Happy
I'm already editing the swf file (it was old, lol)
So it's not gonna take that long until i bother you again (sorry)
avatar
owner08
Forumember

Posts : 145
Reputation : 0
Language : english

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by owner08 November 25th 2009, 11:13 pm

Well i edited the .swf file and uploaded a new one..
Can you help me with the codes for this swf file
and make it have a link to forumotion on the bottom (but not too big, plz) because i'm gonna use this html as my home page. (btw, my flash file already has a link to forumotion on the bottom)

Thanks in advance Smile
avatar
owner08
Forumember

Posts : 145
Reputation : 0
Language : english

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by ankillien November 26th 2009, 4:17 am

Try this code..

Code:
<div style="border: 2px solid rgb(103, 102, 102);">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,29,0" width="" height="">
        <param name="movie" value="http://www.swfupload.com/files/85916flashvortex.swf">

        <param name="quality" value="high">
        <embed src="http://www.swfupload.com/files/85916flashvortex.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="" height="">
      </object>
      </div>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by owner08 November 26th 2009, 4:22 am

ok well i finally got it working, this is the HTML PAGE
But is there any way i can make the flash object fill the WHOLE page?
Please help!
Btw, this is my current code:
Code:

<head>
   <title>Main Site Intro</title>
</head>
<div align="center">
<a href="http://www.rkclan.com/">
<img src="http://i495.photobucket.com/albums/rr315/owner08/images.jpg">
</a>
</div>
<div style="border: 2px solid rgb(103, 102, 102); width: 1024px; height: 768px;">
<body bgcolor="#000000">
<center>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,29,0" width="1024" height="768">
        <param name="movie" value="http://www.swfupload.com/files/29978site_intro.swf">
        <param name="quality" value="high">
        <param name="allowScriptAccess" value="always">

        <embed src="http://www.swfupload.com/files/29978site_intro.swf" quality="high"
allowScriptAccess="always"></embed>
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1024" height="768">
</object>
</center>
</div>
avatar
owner08
Forumember

Posts : 145
Reputation : 0
Language : english

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by owner08 November 26th 2009, 5:55 pm

any help..
i want to make my flash object fill the whole page, i know its something like 100% height, 100% width but i don't klnow..
PLEASE HELP ME!!!
avatar
owner08
Forumember

Posts : 145
Reputation : 0
Language : english

Back to top Go down

Solved Re: HOW TO LINK FLASH TO A HTML PAGE???

Post by RoNo November 26th 2009, 8:00 pm


Problem solved!
A reminder for any future problems...
Please don't create multiple (same issue) threads. Very good

HOW TO LINK FLASH TO  A HTML PAGE??? Locked1HOW TO LINK FLASH TO  A HTML PAGE??? Lock2
RoNo

Spoiler:
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum