Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Flash Object In HTML - No Border?


I have a flash site which is being published into HTML right through FLash. It's on 100% but I can still see a little borders all the way round. I managed to include <body leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0> which does the job but it only works in Firefox, not IE(ver.7).

Is there a way how to use ActionScript/JavaScript in flash to make it appear on REALLY 100% of the window?

Thanks for help.




Adobe > ActionScript 1 and 2
Posted on: 11/14/2007 08:13:48 AM


View Complete Forum Thread with Replies

Sponsored Links:

How To Put A Border Around Flash Object Akak .swf File?
hi im using flash mx
im doing a website.
i wanna put a border around the flash file.
how can i do it?

my current website is

www.ssbprefectboard.dl.am

thank you
happy new year

View Replies !    View Related
Flash Has Border In HTML
hey guys,
i want to place a swf file between two png files in a html doc, so that they all look like one piece.
but the swf file has a border around it so that it doesnt connect to the images files.
when i use three png files its fine and it looks like one piece, but the swf file seems to break it up.

how can i get rid of this border? i tried adding, "scale = noborder" but that didnt work.

if you have any advice, or if you need more information let me know.
thanks guys
Ross

View Replies !    View Related
Flash HTML Border On IE?
Hi All,
I have a menu that over laps html with this current code....


ActionScript Code:
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><tr><td>
 
 
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
STYLE="POSITION: absolute; TOP:5;VISIBILITY:VISIBLE; ZINDEX:2"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="755" height="350" id="menu" align="middle">
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="movie" value="flash/menu.swf?t=1" />
                <param name="quality" value="high" />
                <param name="wmode" value="transparent" />
                <param name="bgcolor" value="#ffffff" />
                <embed src="flash/menu.swf?t=1" quality="high" bgcolor="#ffffff" wmode="transparent"
width="755" height="350" name="menu" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
                </object>
 
 
 
            </td></tr></table>


For some reason... on some machines i get this little border around the flash movie in the browser. Only applies to a certain few and lucky me... my client's browser does it.

Does anyone know why? or how come this little issue occurs?

Additional info:
If you roll over the movie area it appears, if you click the movie it goes away untill the page is refreshed.

Thanks All,

View Replies !    View Related
Html Center Flash Border
i was looking to make a site, with a flash border all around the outside of an html block in the center, which would act as the viewing area using "iframe" code. what would be the easiest way to do this? just ake little blocks of flash around it? or is there a way to make a box in flash that would act as an iframe and could load html files?

View Replies !    View Related
Html, Embedded Flash, No Border
id like to place my swf in the upper left corner of the browser. there's normally a ~10 pixel border. possible? how? thanks a bunch.

View Replies !    View Related
Removing The Flash Border In HTML
Hello there,

Does anyone know if it's at all possible to remove the, clear, dotted border around any Flash in a HTML document? I've seen several websites which don't have the border around. I've created a Flash menu for my website and having the border makes this difficult, one has to click on the menu then one has to click on the button to lead them to where they want to go.

Regards,

Kristopher (UK).

View Replies !    View Related
How Can I Get Rid Of This Border And Side Scroll In My FLash HTML
Hi ALl !!!

Please check the following link:

HOw may i get rid of the white border (true fullscreen) as well as get rid of that scroll at the side there

javascript:NewWindow=window.open('http://www.kevro.co.za/emercial/streamtech3.html','KEVRO','width='+screen.availWid th+',height='+screen.availHeight+',left=0,top=0,to olbar=No,location=No,scrollbars=No,status=No,resiz able=No,fullscreen=Yes'); NewWindow.focus(); void(0);

Many many many thanks to anyone that can help me..

Cheers !!!

Loomster

View Replies !    View Related
Border Around Flash Image In Html Table, Shouldn't Be There
On this page:

http://www.techartisans.net/speedMin...php?flash=true

you will find a table which includes one flash image. For some reason the flash image appears a pixel or two smaller than the table cell it is in, and so there is a dark blue border around it (it was a white border until I set the background color of the flash to dark blue). The cell is 326 pixels in height, and colspan=2 so it never actually says it is 360 wide, but it is. The flash image is also 360w x 326h.

I played around with adjusting the size of the flash but it didn't change much, just made the border slightly skinnier or fatter. I also took a good look at the widths and heights of the table cells, and they are all correct.

One strange thing was when I took out the spacer row that Flash creates when it publishes the html. The whole thing went out of wack, nothing matched up, even tho the widths and heights are correct. It's all just weird.

Any ideas why this might be happening, and how to fix it?

Thanks, Emily

View Replies !    View Related
Html In Flash Table Border And Cell Background Color
how can I add a border, and or background color in the cells, to this table?

var rowHeaders = "<b>Quantity </b><b>Price($) </b><b>Re-order Price($)";
var row_1 = "300 1180 705";
var row_2 = "500 1280 755";
var row_3 = "1000 1475 1175";
var row_4="2000 2370 2070";
var row_5 = "3000 3350 3050";
var row_6 = "5000 4650 4350";
var row_7 = "10,000 7999 7699";
table_txt.htmlText = "<textformat tabstops='[100, 200]'>";
table_txt.htmlText += rowHeaders;
table_txt.htmlText += row_1;
table_txt.htmlText += row_2 ;
table_txt.htmlText += row_3 ;
table_txt.htmlText += row_4 ;
table_txt.htmlText += row_5 ;
table_txt.htmlText += row_6 ;
table_txt.htmlText += row_7 ;

thanks B

View Replies !    View Related
Border An Object
I have an assignment to color an object .

In this I need to select and object or shape and color it using color from color panel

I could accomplist this and is working fine

I am using following code for this

on (release) {
colorchange = new Color("_root.A");
colorchange.setRGB(colorselected);
parta=clr;
Border("_root.A",1,"#000000");
}
Coloring part is Ok and working file (colorselected is a global variable which stores a color selected by the user)

However ,

I could not border the object using following command

Border("_root.A",1,"#000000");

Please suggest correct way of doing the same.

View Replies !    View Related
Swf Object Focus Border?
Hey all, i searched and didnt find anything like this, sorry if im wrong.
Ive been having a very weird problem, latelly the swf's i make with flash 8 have a strange twist,
although they work fine in firefox and flash player, when viewing a swf on a page in Internet Explorer and going over with the mouse it gets a selection border, and only after click it gets focus.



does this problem lay with flash 8, or internet explorer 6? and how to get around it, its really annoying.

cant try right now, but would this work?


Code:
_level0._focusrect = false;
thx in advance

View Replies !    View Related
Border Around HTML
How do you get the border of the browser to fit exactly around a flash site? Do you do it in flash, or in the html?

View Replies !    View Related
Dynamic Creation Of Form/Object And Manipulation Of Border&background?
Hello.

How can I create dynamicly a form like a pentagon and change color of the background and border? Maybe not complete border, but a different parts of them. Maybe one border part should be red, another border - part green...

And is it possible to group some object like this to a new object and manipulate this ne object?

Regards,
Alex

I use Flash 9.0 with AS3

View Replies !    View Related
SWF Has Border In Html Page
I have an html page sized the same as the swf file but when the page loads there is a border on the top and left side of the page causing the image to be shifted and losing part of it. The swf is 1000x600 pixels. I have a component that I got off another site that basically lets you name a button then just drag the component onto the stage and tell it that when you click so called button it will pop up the page you want with the right dimensions specified. It does all this but it just has this little border that needs to go.

Is their another way I should try?

Thanks
kcorp

View Replies !    View Related
Html Default Border.......
when you insert anything into a html document....picture/movie...

whatever it seems that there is a default border around the element...

is there a way to get rid of this default border so that the element comes directly to the edge of the browser....

please help...

thanks...


Cullen

View Replies !    View Related
How Do I Remove The Border Around My MX Content I HTML
Im getting a border around my embeded MX content.
I know you could have this problems when using HTML.

i recall there was some comands to remove the borders i HTML, so that my Flash content fully fits in my popup window.

i think that should resolve it!?

but i cant remember the HTML tags to eliminate the borders or where to put em. Can someone refreshen my memory!??

View Replies !    View Related
How To Use Html's Object Tag In Flash
Hi everyone

How to display a java applet in flash please help me. how can i use Object of HTML in flash. and i want to use two or more than that tag simateneously.


Please help me.

waiting for reply.

Thanx alot

View Replies !    View Related
How To Use Html'object Tag In Flash
Hi everyone

How to display a java applet in flash please help me. how can i use Object of HTML in flash. and i want to use two or more than that tag simateneously.


Please help me.

waiting for reply.

Thanx alot

View Replies !    View Related
Can Alt Text Be Set On A Flash Object? (HTML)
Does anyone know how Alt Text can be set on a Flash Object in HTML? I don't want it inside the Flash movie. I just need simple HTML Alt Text to show on mouseover like when you mouseover a pic. Surely there MUST be a way! A cheat, perhaps?

View Replies !    View Related
Linking A Flash Object With HTML?
I'm using ASP to dynamically set the URL that a small flash ad will link to. This same code populates the URL's for the 'no-flash' and 'no-javascript' script blocks as well.

I'm also using some ad rotation script that dynamically loads a different ad. I allow the site admin to set this URL in a backend tool, so I can't hard code a link inside the flash movie.

I'm finding that wrapping an <a href> tag around the object doesn't work as I had hoped. Has anyone been able to find an alternative or workaround for this?

My next idea would be to create a container movie that would load the proper ad and URL. I just thought there must be an easier way.

Any help would be greatly appreciated.

Thanks in advance,
-Bill

View Replies !    View Related
Flash <object> Tag Clickable In Html Like For <img> Tag
Is there a way to make a flash movie clickable in html. Like:

a href="temp.html" object classid="clsid:....object a

like you can do it with img tags.

Or do you have to make a button in the flash file to make the swf clickable.

View Replies !    View Related
Question About Flash <object> In Html
So, I just put up my first flash site, and now want to reposition the movie on the html page. For some reason, I can't get it to work. I'm tired, and things are starting to feel a bit muddy, but CSS just isn't working for me. Here is the code. The style section is highlighted. The wierd thing is the screen goes completely blank with this code inserted. It's strange.

Any ideas?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Dark Side of the Cop</title>

<style type="text/css">

.flashie {
position:absolute;
left:100px;
}


</head>
<body bgcolor="#ffffff" background="graypaper.jpg">
<div id="flashie">
<!--url's used in the movie-->
<a href="mailto:info@darksideofthecop.com?subject=Fee dback"></a>
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="800" height="600" id="_darkside_2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="_darkside_2.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="_darkside_2.swf" quality="high" bgcolor="#ffffff" width="800" height="600" name="_darkside_2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>

</body>
</html>

View Replies !    View Related
Flash Object To Display Behind HTML
I have a Flash file which is width="999" height="289".

Below that I have 4 tabs with panels containing tab content.

The design requires that the 4 tabs should be placed on top of this Flash file.

So I tried giving the div which contains the tabs a negative margin of 30px.
{ margin= -30px }.

There are two issues -

1. Flash object does not display behind the tabs ( I have tried wmode=transparent and z-index = -1 )

2. In FF margin = -30px does not work / appear same as in IE

Could somebody help me out with this issue ?

View Replies !    View Related
Why Can't I See HTML Below My Embedded Flash Object?
<table border=0 cellpadding=0 cellspacing=0 width='100%'>
<tr valign='top'>
<td bgcolor='#000000' height=61 align='right'><img src='lifestyles.jpg' border=0></td></tr>
</tr>
<tr valign='top'>
<td bgcolor='#FFFFFF' height=58 align='right'><img src='labatt.jpg' border=0></td>
</tr>

<tr>
<td align='center' background='background.jpg' height='448' valign='top'>
<!-- URL's used in the movie--><!-- text used in the movie-->
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="800" HEIGHT="448" id="start" ALIGN="">
<PARAM NAME=movie VALUE="start.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="start.swf" quality=high bgcolor=#FFFFFF WIDTH="800" HEIGHT="448" NAME="start" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>

</td>
</tr>
<tr><td background='bot_clouds.jpg' height='67' valign='top'></td></tr>
<tr><td valign='top' align='right'><img src='keys_logo.jpg' border=0></td></tr>
</table>

Can anyone tell me why I can't see bot.clouds.jpg or keys.logo.jpg? It works perfectly fine in NS6 but I can't see the lower rows in IE. This is really frustrating and I can't seem to figure out why. If you comment out the flash file it works fine. Any thoughts?


Thanks for the help!



You can see the live version here. URL

View Replies !    View Related
Controlling HTML Embeded Object From Flash
Is it possible to control an embeded object like say a windows media player object from flash 5?...I want my nav for the video to be a flash file, however I made an embeded object in that popup html window that I would like to be able to control with the flash movie...I named the active x object in dreamweaver as name="movie"...is there some code that will recognize that specified html name within flash?

Thanks guys...you kick ass!

View Replies !    View Related
Is It Possible To Load An HTML Page Into A Flash Object
For example if you wanted to make a window within flash that opens another website (like a frame in Dreamweaver etc).

Could be used for example to build a flash based web browser that has your own user interface but Internet Explorer as the renderer.

I haven't seen any examples of it so it may not be possible.

Thanks

Nick

View Replies !    View Related
HTML Elements Overlayed On Flash Object
Is it possible to display an HTML input box on top of an swf? I can do it using div layers but that breaks IE browsers so I am looking for another alternative. Thanks in advance.

--Burdean

View Replies !    View Related
Html Background While Flash Object Loads..possible?
Hi guys, to see what im getting at please goto www.ldistudios.com/showcase/index.html and you will notice that before the flash kicks in there is a white space in the center of the screen where the flash object will appear. Is there any way to apply am image to this area while the object initializes so the html page looks seamless.

Appreciate any help you can give thanks.

Chris

View Replies !    View Related
Swf Object White Flash In Html Page?
When my swf objects open in their web pages, they flash white for a second or so before the actual content in the flash object appears, so I get a grey page with a big white box in it, and then the flash appears.

Does anyone know
a- what I'm talking about?
b- how to stop it?

thanks!

View Replies !    View Related
How To Place A Flash Object In A Html Site?
hi everyone!


i got a question: how can you place a flash object in a html site?

i thought it was done with <embed></embed> tags,
but it wasn't!

can someone help me out?

thnx


greats, michael

View Replies !    View Related
Flash Object And HTML Anchor Situation
On my page I'm trying to have a flash object react to a onMouseDown event in my HTML code. I want the event to jump my page to a named anchor (the top of my page). When I code it into the flash file itself it reloads my whole page, just to refer my anchor at the top of the page. A normal HTML anchor link just jumps right in the page itself, with no page reload. Is it possible to do this in the HTML code itself and have it not reload my page?

View Replies !    View Related
How To Get Name Of HTML Page Containing Flash Object As Parameter
Hellow!

My problem is getting the name of the html page in which my SWF file is embedded. The thing is that in SWF I am loading an XML file, which should be different for every different HTML page but the SWF file stays the same. So, if I am to place 10 HTMLs in one folder I would only use one SWF, 10 HTMLs and 10 XMLs. XMLs have the same name as HTML except the ending of course (e.g.: page.html, page.xml, myswf.swf). So every time I run my HTML my SWF loads in a nameofhtml.xml file.

I hope someone can help me. I would appreciate it very very much.
Thanks

J.

View Replies !    View Related
How To Put A Solid Color Border Outline On A Table (without The Shadow Effect, Html)
I just wanna know how to put a solid, hairline black border around a table... even better, around a <td>. All i know how to do is the border with the dumb shadow thing. If anyone could help me, itd be appreciated =D

View Replies !    View Related
Removing The Border And Controling User(s) Window Size When Publishing To HTML
Is anyone familiar with a method of removing that ugly border one get's when publishing to html... furthermore is it possible to control the size of the window that pops up when someone types in your URL or clicks on a link that goes to your site?

View Replies !    View Related
Wow, Can Anybody Read My Last Post(flash <object> Tag Clickable In Html)
I put the obj tag in my last message and my browser is trying to parse it thing it is html. It was hangs on my computer.

Anyway, my question was is it possible to make a flash object clickable in html like you can with the image tag by wrapping it with the archor tag.

View Replies !    View Related
Passing Variable From Html To Flash Without Object Embed
I have a site that uses a header/navigation bar into which images are loading dynamically via xml.
What I need is to send a variable to flash from an html so depending on the variable that is passed from my html to the header/navigation bar it will load a certain group of images.
I have about 10 html pages and I want to use the same header/navigation bar for all 10 pages, what I want to do is declare a different variable in each of the html pages so when it is passed to the header/navigation bar it will know which group of images to load.
Any ideas?

For any help you may provide thanks.

View Replies !    View Related
Question In Resizing The Flash Movie In The Object Tag In HTML
Good Day!

Anyone can help me. Regarding my Problem

I have an compile swf file with Width = 753px and Height = 200px

Then in the HTML object tags if the Width = 753px and Height = 200px its ok same as the Width and height that i compile. But i want to change the width and hieght in the HTML object tag to make the movie smaller like w=400 and H = 150. Problem is it will distort the image that will load. How can it be that the image will not distort?

Please any one can help me or explain it to me. thanks

Here is the Pbject Tag.


Code:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="150" id="image_banner" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="image_banner.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="image_banner.swf" quality="high" bgcolor="#000000" width="400" height="150" name="image_banner" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

View Replies !    View Related
Retrieving HTML Object Tags And Displaying Them In Flash
Hey guys,

I'm trying to retrieve values that are embedded in the object tag on the HTML page. Is this possible? I've been trying to find how to do this, but all hits point out to how to embed flash in HTML and rarely do I find on which tells me how to retrieve data from HTML into flash.

Example:


Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','600','align','middle','src','SHELL','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','SHELL' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="600" align="middle">
<param name="movie" value="SHELL.swf" />
<param name="quality" value="high" />
<embed src="SHELL.swf" width="900" height="600" align="middle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object></noscript>
</body>
Here, there are the following params: name="movie", value="SHELL.swf"

How can I simply trace the value in flash??? Just for now, all I want to know is if I make a dynamic text box in flash, can it display the name of the .swf by reading the param???

Thanks guys,

Noahdecoco

View Replies !    View Related
Turning On Smooth For An Flash Object Inside A HTML-Page
Can anyone tell me how i can turn on smooth for an flash-object inside an HTML page....

(The HTML-code for turning on smooth over an flash-object)

Because I only get my flash object right inside its own html... And i want to place the Movie somewhere else...

Here you can find the movie i mean: http://www.vote4me.nl/site/view/41940
Or http://home.planet.nl/~scho9126/Profiel14.swf
and http://home.planet.nl/~scho9126/Profiel14.html (This is only place where I can get the smoothing right...

View Replies !    View Related
Dropdown Menu In Html Is Hidden Behind Embedded Flash Object
i have a dropdown menu which happens to be positioned above a flash banner in my html page. When i hover over the menu option the dropdown is hidden behind the flash. What do i need to do so that the html elements ie the drop down menu options sit on top of the embedded flash? Thanks in advance.

View Replies !    View Related
Linux: Unwanted Black Border On Left And Top Border In Mozilla
hello to all!
As the subject say, I'm having a visualization problem in Mozilla or Galeon (linux). It display an unwanted 1px black border on the top and left of the movie. I have tried any kind of publishing settings and changing the canvas background but seems doesn't solve this weird problem.
In konqueror it display well.
I have tried also changing the margin or paddings in css but without any result.
Any advice?

View Replies !    View Related
FLASH/HTML Embedded Flash Object
Hello all,

Not really flash but flash related. Hope someone can help.

I currently have a simple layout using layers. The first layer contains the whole page. I have a layer with a image on top of one of the navigation buttons that triggers a different layer to show up, which is the subnavigation, that pops up right beneath the main button.

I have embedded a flash object right beneath the navigation but for some reason the popups don't appear and seem to be beneath the flash object. By replacing the flash object to an image, the pop ups are fine.

Has anyone experienced this problem before? The popup layers are on the top of the layer that conttains the flash so the order of the layers should not be the problem.

Thanks in advance!
Kei

View Replies !    View Related
RE - Adding Border To Shape After Deleting Border...
I have a shape, a rectangle that I drew on my stage with a thin line border. I deleted the border, but now I decided that I'd like to add the border back. When I go to click on border - it gives the red slanted line symbol for no border. When I click on that and then click on a swatch, it just defaults back to the red line - meaning no border.

Is there a way to simply re-add the border without having to redraw the shape from scratch?

Thanks to anyone who can help.

View Replies !    View Related
Border On Flash EXE
I know that there is a software to Director that put a special border/frame on the Director projector. Some like you can create a border like a TV and the projector will use the center area to show the content of director file. There is something like that to put border on flash exes (projector) ?????

View Replies !    View Related
Flash Swf Border
hey there

i'm trying to figure out how to make it so that my animations go past the physical size of my swf.

so that the animations look like they are coming from OFF the browser window.

i've seen it done on at least 10 new sites, what's the dilly on this?


thanks,

mikey

View Replies !    View Related
IE And The Flash Border
So, i followed Kirupa's guide to removing the 'activate flash object' or whatever, but when i view the page in IE, the flash doesn't show up at all

it does show up in firefox however


http://timandmonicagill.com


i added


Code:
<script type="text/javascript" src="flashobject.js"></script>



<script type="text/javascript">

<div id="flashcontent" style="width: 750px; height: 263px"></div>

var fo = new FlashObject("http://sephiroth.blissdev.com/timnav.swf", "animationName", "366", "86", "8", "#FFFFFF");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("loop", "false");
fo.write("flashcontent");
</script>
and uploaded the javascript


so what am i doing wrong?

View Replies !    View Related
Flash Border
Hi im a newbie to flash and was wondering if anybody knows how to do the following.

I want to create a flash site, but i want the movie to draw the outline borders before the rest of the movie is played - if you know what i mean.

Can anybody help me please

Thank-you
Andy

View Replies !    View Related
Border Around A Flash Animation
Hello all,

I created a border in Fireworks and brought it into Dreamweaver. I want to import my Flash animation and have it to where the flash looks like it is behind the border. How can this be acheieved??? Thanks much.

View Replies !    View Related
Border To Flash File
Hi all!
I just started using the program about a week ago...I'm addicted! I make templates and I have been trying to add a border to outline the logo.
I looked up in help and it states to add
<div style="border: 1px solid black;">
before movie code and
</div> after.
I did this however the border does not surround the image. It goes to the edges of the template and to the bottom of template. The only part of border that is touching the logo is the very top. What am I doing wrong???
Thanks for your help!
Sara

View Replies !    View Related
Why This Border Appeare To Me Over The Flash
hi all

when i add any flash to website i see like a border on the flashes u can see

http://moi.gov.kw


or

http://gulfgate.us

why this border appeare to me also i try from another computer the same thing is there is error with the code or what ?

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved