Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    hi, i bought this and was hoping i can add it to myspace. but myspace and a lot of other blog sites don't allow you to use javascript - only <embed>. how is it possible to embed this without javascript?
    •  
      CommentAuthorMonokai
    • CommentTimeSep 21st 2006
     permalink
    Hi Mydigitalself. The Flash authoring environment outputs this html code by default:

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


    I also found something here, from W3C: http://www.w3schools.com/flash/flash_inhtml.asp
    and the Flash Satay method here: http://alistapart.com/articles/flashsatay

    Hope this works for you.
  2.  permalink
    That worked, the challenge was figuring out how to pass application parameters, which you actually do in a get-style query - they don't seem to work if passed along as a <param>. So example...

    <embed src="monoslideshow.swf?showLogo=false&dataFile=/monoslideshowxml.php?id=10"...

    One more question...
    Is there any way to provide a link for a picture so that if someone clicks on it, it will take them to a URL in a browser to see the full sized version?

    Posted By: MonokaiHi Mydigitalself. The Flash authoring environment outputs this html code
    by default:

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


    I also found something here, from W3C:http://www.w3schools.com/flash/flash_inhtml.asp
    and the Flash Satay method here:http://alistapart.com/articles/flashsatay

    Hope this works for you.
    •  
      CommentAuthorMonokai
    • CommentTimeSep 22nd 2006
     permalink
    Yes that's perfectly possible. Just add a link to an tag like this:

    <img src="image1.jpg" link="http://www.yourlink.com" />
    You can also specify a target window:

    <img src="image1.jpg" link="http://www.yourlink.com" target="_blank" />
  3.  permalink
    Posted By: MonokaiHi Mydigitalself. The Flash authoring environment outputs this html code by default:

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


    I also found something here, from W3C:http://www.w3schools.com/flash/flash_inhtml.asp
    and the Flash Satay method here:http://alistapart.com/articles/flashsatay

    Hope this works for you.


    I've used this and I can get it to work on my myspace page. The error I'm getting is, "error loading slideShow "monoslideshow.xml".
    • CommentAuthorsino
    • CommentTimeMar 25th 2007
     permalink
    anyone have any ideas on how to get this to work on myspace... please, i keep getting the error, cannot read xml .... i see that she is using it,, but using aspx or something.... http://www.myspace.com/maryjblige ---- they even supply the code, but too complicated for me to figure it out

    thanks guys
  4.  permalink
    Hey Sino,

    How did you get yours working? I've been trying but I'm stumped... Could you get me some advice?

    - Carl
    • CommentAuthorindiginous
    • CommentTimeApr 3rd 2007 edited
     permalink
    here try this but replace the links to my server with ur own...

    i need help too though ..without using javascript coz u cant on myspace how do i get rid of the loading monoslide logo....


    u might have to put the whole lot in a div tag for firefox..anyone let me know as i have not yet done this
    www.myspace.com/indiginousrecords


    <object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" data="http://www.indiginous.org/myspace/slideshow/monoslideshow.swf?dataFile=http://www.indiginous.org/monoslideshow.xml?utm_campaign=indiginous&utm_source=myspace.com&utm_medium=monoslideshow" height="360" width="480">
    <param name="movie" value="http://www.indiginous.org/myspace/slideshow/monoslideshow.swf?dataFile=http://www.indiginous.org/monoslideshow.xml?utm_campaign=indiginous&utm_source=myspace.com&utm_medium=monoslideshow" />
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="bgcolor" value="#999999" />
    </object>
    <msprm name="movie" value="http://www.indiginous.org/myspace/slideshow/monoslideshow.swf?dataFile=http://www.indiginous.org/monoslideshow.xml? />
    <msprm name="allownetworking" value="internal" />
    <msprm name="allowScriptAccess" value="never" />
    <msprm name="enableJSURL" value="false" />
    <msprm name="enableHREF" value="false" />
    <msprm name="saveEmbedTags" value="true" />
    <msprm name="quality" value="high"/>
    <msprm name="bgcolor" value="#999999" />

    </mspobj>
    • CommentAuthormonoVu
    • CommentTimeMay 19th 2007 edited
     permalink
    I added indigenous's code, and it worked beautifully, but I am unable to click on the linked images and go anywhere.
    Thumbnails click to their images, but clicking the images doesn't take them to their linked URL.
    This XML file works fine at my original site, and the XML file uses absolute URL links for the images.
    What code modifications do I have to make?
    • CommentAuthornhoi
    • CommentTimeJun 7th 2007
     permalink
    What is missing on this code? the code works fine except it does not show any photos? I place all the files in one folder and place it on my server. Please help.....


    <object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" data="http://www.michaelmontesa.com/monoslideshow/monoslideshow.swf?dataFile=http://www.michaelmontesa.com/monoslideshow/monoslideshow.xml?source=monoslideshow/" height="300" width="400">
    <param name="movie" value="http://www.michaelmontesa.com/monoslideshow/monoslideshow.swf?dataFile=http://www.michaelmontesa.com/monoslideshow/monoslideshow.xml?source=monoslideshow/" />
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="bgcolor" value="#999999" />
    </object>
    <msprm name="movie" value="http://www.michaelmontesa.com/monoslideshow/monoslideshow.swf?dataFile=http://www.michaelmontesa.com/monoslideshow/monoslideshow.xml? />
    <msprm name="allownetworking" value="internal" />
    <msprm name="allowScriptAccess" value="never" />
    <msprm name="enableJSURL" value="false" />
    <msprm name="enableHREF" value="false" />
    <msprm name="saveEmbedTags" value="true" />
    <msprm name="quality" value="high"/>
    <msprm name="bgcolor" value="#999999" />

    </mspobj>
    • CommentAuthorRaw
    • CommentTimeSep 13th 2007 edited
     permalink
    Hi everyone....
    i've another funny problem....i need for a website to add the monoslideshow on myspace and i try to put this code:
    It's been hours i'm trying to make it work and i don't know why it works well when i'm looking the slideshow with the index.html page but once on the Myspace's page, the slideshow is running, passing from photo 1 to 2 to 3 etc....but it's not showing the photos (but the name and description appears)

    This is the myspace code i added:
    -----------------------------------------

    <object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" allowScriptAccess="never" allownetworking="internal" height="300" width="418" data="http://www.ice-beg.com/Monoslideshow/monoslideshow.swf">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="http://www.ice-beg.com/Monoslideshow/monoslideshow.swf" />
    <param name="bgcolor" value="000000" />
    <param name="quality" value="best" />
    <param name="flashvars" value="dataFile=http://www.ice-beg.com/Monoslideshow/monoslideshow.xml&showLogo=false&showVersionInfo=false"/>"
    </object>


    ---------------------------------------
    and my .XML file:
    ---------------------------------------

    <?xml version="1.0" encoding="utf-8"?>

    <!--
    Monoslideshow 1.32 configuration file
    Please visit http://www.monoslideshow.com for more info
    -->

    <slideshow>
    <preferences
    kenBurnsMode = "none"
    backgroundColor = "000000"
    showImageInfo = "onRollOver"
    imageScaleMode = "scaleToFit"
    imageTransitionTime = "2"
    imageInfoAlign = "center"
    albumWindowRows = "4"
    albumWindowColumns = "4"
    albumSpacing = "2"
    controlAutoHide = "true"
    markAlign = "bottomLeft"

    />

    <album thumbnail="album/albumThumbnail.jpg" title="Example album" description="Example description" imagePath="album/images" thumbnailPath="album/thumbnails">
    <img src="photo1.jpg" title="DJMercer" description="With My 'Homie' DJ Mercer (Famous Team - Paris)"/>
    <img src="photo2.jpg" title="Cerrone" description=""/>
    <img src="photo3.jpg" title="Damona" description=""/>
    <img src="photo4.jpg" title="ManRay" description=""/>
    <img src="photo5.jpg" title="DJSnake" description=""/>
    <img src="photo6.jpg" title="CrazyB." description=""/>
    <img src="photo7.jpg" title="IsbaClub" description=""/>
    <img src="photo8.jpg" title="TeamDamona" description=""/>
    <img src="photo9.jpg" title="MousseT." description=""/>
    </album>


    </slideshow>

    --------------------------------------------

    The Path Directory is here: http://www.ice-beg.com/Monoslideshow (and of course http://www.ice-beg.com/Monoslideshow/monoslideshow.xml & http://www.ice-beg.com/Monoslideshow/monoslideshow.swf)

    I think a lot of persons are in the same situation as me....it's really difficult to find help looking for tutorials or explanations on the web for monoslideshow (that's, for me, the nicest slideshow it exists) so thanks for your help cos' i don't want to use another ugly one !

    (and please, if someone has a working code for monoslideshow on myspace.....post in this section)

    Thanks again.

    Raw.
    • CommentAuthorBrendonKoz
    • CommentTimeSep 14th 2007
     permalink
    Posted By: Raw
    <object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" allowScriptAccess="never" allownetworking="internal" height="300" width="418" data="http://www.ice-beg.com/Monoslideshow/monoslideshow.swf">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="http://www.ice-beg.com/Monoslideshow/monoslideshow.swf" />
    <param name="bgcolor" value="000000" />
    <param name="quality" value="best" />
    <param name="flashvars" value="dataFile=http://www.ice-beg.com/Monoslideshow/monoslideshow.xml&showLogo=false&showVersionInfo=false"/>"
    </object>


    From reading this topic, try changing:
    <param name="movie" value="http://www.ice-beg.com/Monoslideshow/monoslideshow.swf" />
    ...to the following...
    <param name="movie" value="http://www.ice-beg.com/Monoslideshow/monoslideshow.swf?showLogo=false&showVersionInfo=false" />

    ...and remove your flashvars param tag. See if that works. I refuse to get/create a MySpace or Facebook account so I can't really test it out and help directly.
    • CommentAuthorRaw
    • CommentTimeSep 16th 2007
     permalink
    thanks for your help....i'll give news as soon as i can...i'm trying to fix some other troubles on Myspace !
    • CommentAuthorRaw
    • CommentTimeSep 16th 2007
     permalink
    so...i tried...the result is here: ...and it doesn't work....really strange !
    • CommentAuthorBrendonKoz
    • CommentTimeSep 17th 2007
     permalink
    Posted By: Rawso...i tried...the result is here:...and it doesn't work....really strange !

    You have a larger problem. It's trying to read the images from the following location: http://404.hosteur.com/ - I'm pretty sure that's not correct. Does your image host support off-site display of images? It doesn't seem to be displaying the loading logo, but it is showing the version info.
    • CommentAuthorRaw
    • CommentTimeSep 17th 2007
     permalink
    That's ok now...i succeeded....but there's one bug.
    My path was ok...all was ok....BUT....when i sent the new .xml file on my FTP, it didn't work....
    i tried with another .xml file from a friend and i changed the path in Myspace's profile to use it....and it didn't work !
    It still had the comments of my previous monoslideshow....really strange (i told you !)
    So i had to delete all the files on my ftp to put them back online with the new ones (with .xml corrected with another location of the monoslideshow folder) and this time, it worked, with the good comments !
    So now you can see on the page: www.myspace.com/djicebeg ...the slideshow is working..... !
    Thanks for your help !

    PS: you can subscribe to the podcast if you like funky-house music ! :-)