Jump to content


Loading White Screen


14 replies to this topic

#1 twilightone

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts
  • Gender:Female

Posted 30 July 2010 - 04:05 PM

I am beginning to love some things about swish that makes me want to continue on using it.
But yet some things I can't get over.
I am a brand new user.
My question is, and the thing I can't figure out is...
"Why does the created movie appear to be a solid white box when loading in Internet Explorer?
And a black line on the right side of it? When in Mozilla it looks just fine.......
to view visit the project:
www.marianosilver.com
Is this problem fixable?

#2 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

Posted 30 July 2010 - 05:01 PM

...I think it's the way you embed the swf into your site, e.g...
[quote]<iframe src="http://marianosilver.com/swf/MarianoSilverIntro05.swf" width="490" height="230" scrolling="auto" frameborder="0"">[/quote]

...the white square is there because you don't have any reference about transparency in your HTML coding, if you would use the HTML coding produced by SWiSH Max and have used the transparency setting of the HTML export panel, it would look like this...
[quote]<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
id="MarianoSilverIntro05"
width="490" height="230"
>
<param name="movie" value="http://marianosilver.com/swf/MarianoSilverIntro05.swf">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="seamlesstabbing" value="false">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="MarianoSilverIntro05"
width="490" height="230"
src="http://marianosilver.com/swf/MarianoSilverIntro05.swf"
bgcolor="#000000"
quality="high"
wmode="transparent"
seamlesstabbing="false"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>[/quote]

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#3 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

Posted 30 July 2010 - 05:12 PM

...btw, I've just noticed that you've posted this at the SWiSH Lite forum - what version of SWiSH (Help/About SWiSH) are you using?

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#4 twilightone

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts
  • Gender:Female

Posted 31 July 2010 - 01:56 AM

I am using Swish Lite & Yahoo Site Builder
the help I used was from the Yahoo's Site Builder which instructed how to insert a flash object.

Edited by twilightone, 31 July 2010 - 01:57 AM.


#5 twilightone

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts
  • Gender:Female

Posted 31 July 2010 - 02:02 AM

Are you saying to insert the code above into an html box instead of an iframe?
Oh, okay you're saying that Swish produces html codes as well as the exporting swf files
and that there's an option before the html code is produced to where I can choose transparent mode?

Edited by twilightone, 31 July 2010 - 02:04 AM.


#6 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

Posted 31 July 2010 - 11:10 AM

>>Oh, okay you're saying that Swish produces html codes as well as the exporting swf files
and that there's an option before the html code is produced to where I can choose transparent mode?


...sorry, no - not with SWiSH Lite (it's over 6 years old) - you would require a more recent version of SWiSH and also SWiSH Lite's limited to export as swf 4.

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#7 twilightone

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts
  • Gender:Female

Posted 31 July 2010 - 11:46 AM

are you sure?
If I go >file>publish>
it seems as if it does save as html

#8 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

Posted 31 July 2010 - 12:12 PM

...you're right - I have not used Lite in years - go to the "Export" panel and use the "Window Mode" - "Transparent Windowless" and then use the HTML coding from that page, it should look like this...

Quote

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=MarianoSilverIntro05 WIDTH=490 HEIGHT=230>
<PARAM NAME=movie VALUE="http://marianosilver.com/swf/MarianoSilverIntro05.swf">
<PARAM NAME=quality VALUE=best>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="http://marianosilver.com/swf/MarianoSilverIntro05.swf" quality=best bgcolor=#000000 wmode=transparent
WIDTH=490 HEIGHT=230 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#9 twilightone

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts
  • Gender:Female

Posted 01 August 2010 - 01:46 PM

okay, will try
I'll come back to let you know what happened

#10 twilightone

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts
  • Gender:Female

Posted 02 August 2010 - 10:03 AM

okay, got the html code.
Used insert html tool in Yahoo Site Builder, but when viewed showed absolutely nothing.
I'm missing a step here
How are you inserting this code?

Edited by twilightone, 02 August 2010 - 10:03 AM.


#11 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

Posted 02 August 2010 - 10:30 AM

...works here - http://wolfgross.com/SWISH/lite/ - check out the source.

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#12 twilightone

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts
  • Gender:Female

Posted 03 August 2010 - 07:23 AM

Thanks, but
how would you insert the code onto a web page you are building.
Yahoo Sitebuilder has an insert html function
A box appears on the page and you just implant the code
when done that way, nothing showed up
Is there another way to insert this code on a wysiwyg web page?

#13 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

Posted 03 August 2010 - 09:25 AM

>>how would you insert the code onto a web page you are building - open the page with "Notepad" or "WordPad" and insert it manually (copy and paste) and save the changes.

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified

#14 twilightone

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts
  • Gender:Female

Posted 04 August 2010 - 01:41 AM

 Wolf Gross, on 03 August 2010 - 09:25 AM, said:

>>how would you insert the code onto a web page you are building - open the page with "Notepad" or "WordPad" and insert it manually (copy and paste) and save the changes.

wolf
Okay, manually I inserted it onto the web page I was working on
and when viewed, nothing was there
Is there another way to insert this code

#15 Wolf Gross

    Advanced Member

  • Moderator
  • PipPipPip
  • 23919 posts
  • Gender:Male
  • Location:Perth/Australia

Posted 04 August 2010 - 08:56 AM

...well, that's what I did here - http://wolfgross.com/SWISH/lite/ - and as you can see it's working.

wolf
Posted Image
Web Wolf Wonder Web Works

SWiSHsites modified





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users