Groups | Blog | Home
all groups > flash (macromedia) > february 2005 >

flash (macromedia) : How to upload my site...


chinchilla thrilla
2/22/2005 10:49:32 PM
So I put my index.html and my index.swf into my httpdocs folder as instructed
by my host provider. But when I go to my site (urbancabin.net) it just comes up
as a blank black screen which is actually my back ground for my flash site.
What gives? drew
chinchilla thrilla
2/22/2005 11:13:54 PM
Thankyou for your reply... When i look at my httpdocs folder in fetch I have
uploaded the index.html and index.swf that I published out of flashMX. What am
I doing wrong do you think? I had this same site up last year too and it worked
fine. drw
chinchilla thrilla
2/22/2005 11:42:38 PM
Good point...

I did that and still just the black page. I re-published it to make sure even. What now Urami?

chinchilla thrilla
2/23/2005 12:35:10 AM
Thankyou for your help... By the way the site you see isn't my site it is one
I was making for someone but I am going to use the setup and change the content
for mine. How do I make the site open in a window the same size as the flash
site dimensions? thanks, drew
urami_
2/23/2005 7:05:42 AM


[quoted text, click to view]

there is no SWF file on server.
the path to the file is
http://urbancabin.net/PleasurezonesCHANGES.swf
and it is not there, perhaps you did not upload or upload
wrong file ?


--
Regards

Urami

--


<valent>
http://www.flashfugitive.com/ang-zhang/valent/
</valent>

<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
urami_
2/23/2005 7:30:41 AM


[quoted text, click to view]

the html source code has different name than index.swf
rename it to PleasurezonesCHANGES.swf , this is what the page
code is looking for.


--
Regards

Urami

--


<valent>
http://www.flashfugitive.com/ang-zhang/valent/
</valent>

<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
urami_
2/23/2005 7:45:05 AM


[quoted text, click to view]


it showed up here.
black, white, enter button than call "503.80....."
Seem ok
refresh the side and clear cache, you could be now viewing your old file.



--
Regards

Urami

--


<valent>
http://www.flashfugitive.com/ang-zhang/valent/
</valent>

<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
urami_
2/23/2005 11:05:44 AM


[quoted text, click to view]

You will need some javascript pop up window code from html document.

Assuming your flash movie is embedded into html , size 500x600, you could use the following :

<a
href="javascript:newWin=void(window.open('flashMovie.html','newWin','width=500,height=600,top=0,left=0'))">open
window</a>

Also please take note that your html document in which you have your flash movie has some margins so
the movie will be off by few pixels. To reduce the margins you can use something like that :

<title>Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>



--
Regards

Urami

--


<valent>
http://www.flashfugitive.com/ang-zhang/valent/
</valent>

<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
AddThis Social Bookmark Button