Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 25

Thread: Bluring

  1. #1
    Junior Member Settled In bodaddy is on a distinguished road
    Join Date
    Nov 2007
    Posts
    11
    Rep Power
    0

    Bluring

    flash templates
    Hello,
    I am brand-brand new to flash. I love the Bluring program you did with flash.

    How do I change the pictures? I doubled clicked in the scene area but could
    not get a library to show me where I could replace the pictures with my own.

    I also changed the pictures in the image folder and it still did not work.

    Any help would be awesome
    Thanks
    bodaddy

  2. #2
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Bluring

    Hi

    Check the XML file. There are the url of images.
    Change them.
    Also, open the file LoadingXML.as and change the url of XML call.

  3. #3
    Junior Member Settled In bodaddy is on a distinguished road
    Join Date
    Nov 2007
    Posts
    11
    Rep Power
    0

    Re: Bluring

    I changed everything you said - now I am getting an error. What does it mean and how do I fix it.

    Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://renavigatorshuntsville.com/flash/main.swf cannot load data from http://www.flepstudio.org/utilita/Bl...e/immagini.xml.
    at LoadingXML/::loadXML()
    at LoadingXML$iinit()
    at Main/::init()
    at Main$iinit()

    Thanks :0)
    Bodaddy

  4. #4
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Bluring

    You are trying to load the xml from my domain.
    Did you changed the url in LoadingXML file ?
    If you did, re-publish the SWF.

  5. #5
    Junior Member Settled In bodaddy is on a distinguished road
    Join Date
    Nov 2007
    Posts
    11
    Rep Power
    0

    Re: Bluring

    I think I did it right // Se il file XML non è nella stessa cartella di main.fla, allora scrivere la giusta path/url
    var request:URLRequest=new URLRequest('http://www.renavigatorshuntsville.com/flash/immagini.xml');

    Here is the url of where the file is www.renavigatorshuntsville.com/flash/main.swf

  6. #6
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Bluring

    Here:
    http://www.renavigatorshuntsville.co...h/immagini.xml

    your XML:
    HTML Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
    	<immagini>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_0.jpg" descrizione=></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_1.jpg" descrizione=></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_2.jpg" descrizione=></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_3.jpg" descrizione=></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_4.jpg" descrizione="descrizione 5 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_5.jpg" descrizione="descrizione 6 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_6.jpg" descrizione="descrizione 7 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_7.jpg" descrizione="descrizione 8 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_8.jpg" descrizione="descrizione 9 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_9.jpg" descrizione="descrizione 10 scrivi quello che vuoi"></img>
    		<img url="images/img_10.jpg" descrizione="descrizione 11 scrivi quello che vuoi"></img>
    		<img url="images/img_11.jpg" descrizione="descrizione 12 scrivi quello che vuoi"></img>
    		<img url="images/img_12.jpg" descrizione="descrizione 13 scrivi quello che vuoi"></img>
    		<img url="images/img_13.jpg" descrizione="descrizione 14 scrivi quello che vuoi"></img>
    		<img url="images/img_14.jpg" descrizione="descrizione 15 scrivi quello che vuoi"></img>
    		<img url="images/img_15.jpg" descrizione="descrizione 16 scrivi quello che vuoi"></img>
    		<img url="images/img_16.jpg" descrizione="descrizione 17 scrivi quello che vuoi"></img>
    		<img url="images/img_17.jpg" descrizione="descrizione 18 scrivi quello che vuoi"></img>
    		<img url="images/img_18.jpg" descrizione="descrizione 19 scrivi quello che vuoi"></img>
    		<img url="images/img_19.jpg" descrizione="descrizione 20 scrivi quello che vuoi"></img>
    	</immagini>
    </root>
    has errors !

    descrizione tag is empty. It must have at least " ". So the right XML is:
    HTML Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
    	<immagini>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_0.jpg" descrizione=""></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_1.jpg" descrizione=""></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_2.jpg" descrizione=""></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_3.jpg" descrizione=""></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_4.jpg" descrizione="descrizione 5 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_5.jpg" descrizione="descrizione 6 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_6.jpg" descrizione="descrizione 7 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_7.jpg" descrizione="descrizione 8 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_8.jpg" descrizione="descrizione 9 scrivi quello che vuoi"></img>
    		<img url="http://www.renavigatorshuntsville.com/flash/images/img_9.jpg" descrizione="descrizione 10 scrivi quello che vuoi"></img>
    		<img url="images/img_10.jpg" descrizione="descrizione 11 scrivi quello che vuoi"></img>
    		<img url="images/img_11.jpg" descrizione="descrizione 12 scrivi quello che vuoi"></img>
    		<img url="images/img_12.jpg" descrizione="descrizione 13 scrivi quello che vuoi"></img>
    		<img url="images/img_13.jpg" descrizione="descrizione 14 scrivi quello che vuoi"></img>
    		<img url="images/img_14.jpg" descrizione="descrizione 15 scrivi quello che vuoi"></img>
    		<img url="images/img_15.jpg" descrizione="descrizione 16 scrivi quello che vuoi"></img>
    		<img url="images/img_16.jpg" descrizione="descrizione 17 scrivi quello che vuoi"></img>
    		<img url="images/img_17.jpg" descrizione="descrizione 18 scrivi quello che vuoi"></img>
    		<img url="images/img_18.jpg" descrizione="descrizione 19 scrivi quello che vuoi"></img>
    		<img url="images/img_19.jpg" descrizione="descrizione 20 scrivi quello che vuoi"></img>
    	</immagini>
    </root>
    PS
    descrizione = description

    sorry for i did not translate it... time is a bit..

  7. #7
    Junior Member Settled In bodaddy is on a distinguished road
    Join Date
    Nov 2007
    Posts
    11
    Rep Power
    0

    Re: Bluring

    Flep,
    Hope this is the last time I have to bother you with this!

    I changed everything and reloaded it. Here is the Error message I am getting

    Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://renavigatorshuntsville.com/flash/main.swf cannot load data from http://www.flepstudio.org/utilita/Bl...e/immagini.xml.
    at LoadingXML/::loadXML()
    at LoadingXML$iinit()
    at Main/::init()
    at Main$iinit()

    Here is where my files are Index of /flash

    Again - thanks for your patience with me!!!
    Bodaddy

  8. #8
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Bluring

    Don't worry, you don't bother

    immagini.xml and LoadingXML.as seem to be ok.
    I think you did not re-publish the SWF and re-upload it to the server so it has the old data embedded

  9. #9
    Junior Member Settled In bodaddy is on a distinguished road
    Join Date
    Nov 2007
    Posts
    11
    Rep Power
    0

    Re: Bluring

    Do I replubish the SWF by opening flash and clicking on publish or export?

  10. #10
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Bluring

    Open the main.fla and CTRL+enter or file>publish and upload the new main.swf

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Bluring Slide
    By Flep in forum FlepStudio utilities
    Replies: 6
    Last Post: 29-06-09, 02:24
  2. Bluring Slide
    By Flep in forum Utilità di FlepStudio
    Replies: 43
    Last Post: 01-04-09, 13:11
  3. Bluring Slide - sostituire blur con alpha
    By Eugene in forum AIUTO utilità free
    Replies: 0
    Last Post: 27-04-08, 20:32
  4. Bluring Slide
    By alexbor1979 in forum AIUTO utilità free
    Replies: 28
    Last Post: 03-03-08, 14:18

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts